mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-19 20:58:32 +00:00
naming
This commit is contained in:
parent
6e9a72a4b5
commit
0b3814206d
@ -295,7 +295,7 @@
|
|||||||
(defn manage-bounties-title []
|
(defn manage-bounties-title []
|
||||||
[:h1.f3.pg-med.fw5.muted-blue.mb3 "Manage bounties"])
|
[:h1.f3.pg-med.fw5.muted-blue.mb3 "Manage bounties"])
|
||||||
|
|
||||||
(defn manage-payouts-nav [active-route-id]
|
(defn manage-bounties-nav [active-route-id]
|
||||||
(let [active-classes "muted-blue bb bw2 b--sob-blue"
|
(let [active-classes "muted-blue bb bw2 b--sob-blue"
|
||||||
non-active-classes "silver pointer"
|
non-active-classes "silver pointer"
|
||||||
tab :span.dib.f6.tracked.ttu.pg-med.mr4.pb3]
|
tab :span.dib.f6.tracked.ttu.pg-med.mr4.pb3]
|
||||||
@ -314,7 +314,7 @@
|
|||||||
(defn manage-payouts-loading []
|
(defn manage-payouts-loading []
|
||||||
[:div.center.mw9.pa2.pa0-l
|
[:div.center.mw9.pa2.pa0-l
|
||||||
[manage-bounties-title]
|
[manage-bounties-title]
|
||||||
[manage-payouts-nav :dashboard/to-confirm]
|
[manage-bounties-nav :dashboard/to-confirm]
|
||||||
[:div.w-two-thirds-l.mb6
|
[:div.w-two-thirds-l.mb6
|
||||||
;; This semantic UI loading spinner thing makes so many assumptions
|
;; This semantic UI loading spinner thing makes so many assumptions
|
||||||
;; severly limiting where and how it can be used.
|
;; severly limiting where and how it can be used.
|
||||||
@ -355,7 +355,7 @@
|
|||||||
[:div.ui.warning.message
|
[:div.ui.warning.message
|
||||||
[:i.warning.icon]
|
[:i.warning.icon]
|
||||||
"To sign off claims, please view Status Open Bounty in Status, Mist or Metamask"])
|
"To sign off claims, please view Status Open Bounty in Status, Mist or Metamask"])
|
||||||
[manage-payouts-nav route-id]
|
[manage-bounties-nav route-id]
|
||||||
[:div.cf
|
[:div.cf
|
||||||
[:div.fr.w-third.pl4.mb3.dn.db-l
|
[:div.fr.w-third.pl4.mb3.dn.db-l
|
||||||
[bounty-stats-new @bounty-stats-data]]
|
[bounty-stats-new @bounty-stats-data]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user