(mine-entry mine-key details)
Output a single mine in the mine picker
Output a single mine in the mine picker
(mine-entry-current details)
Output a single mine in the mine picker
Output a single mine in the mine picker
(mine-icon mine)
returns the icon set for a specific mine, or a default. Pass it the entire set of mine details, e.g. (subscribe [:current-mine]).
returns the icon set for a specific mine, or a default. Pass it the entire set of mine details, e.g. (subscribe [:current-mine]).
(register-for-mine current-mine)
Note the iframe hack we've included below to ensure the user actually reaches the registration page, rather than the homepage :( I'm sure in the future we'll remove this when we have auth set up fully. The dangerouslysetInnerHTML comment is intentional as a hidden iframe looks mega spooky to anyone inspecting source. Please don't remove the comment unless it's because we've got better auth working!!
Note the iframe hack we've included below to ensure the user actually reaches the registration page, rather than the homepage :( I'm sure in the future we'll remove this when we have auth set up fully. The dangerouslysetInnerHTML comment is intentional as a hidden iframe looks mega spooky to anyone inspecting source. Please don't remove the comment unless it's because we've got better auth working!!
(settings)
output the settings menu and mine picker
output the settings menu and mine picker
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close