CollectionBuilder / collectionbuilder-sheets

A framework for creating digital exhibits by loading collection metadata directly from a CSV (such as a published Google Sheet!). See the readme for instructions!
https://collectionbuilder.github.io/collectionbuilder-sheets/
MIT License
9 stars 6 forks source link

always show dev btns when in dev mode #27

Closed evanwill closed 6 months ago

evanwill commented 6 months ago

@owikle this PR simplifies the dev btns (refresh + change metadata) by just having them always showing if development-mode: true. They are never hidden. (if development-mode is false, they don't exist) If you think this makes more sense, please merge! May as well do it before teaching if it seems less confusing.

owikle commented 6 months ago

Thanks @evanwill! Just tested and this makes more sense to me from a user perspective. I will merge now.