sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
819 stars 38 forks source link

Nothing can be right/control clicked...why? #28

Closed rchrdnsh closed 1 year ago

rchrdnsh commented 1 year ago

Just noticed this, and it feels a bit odd, but nothing in the UI seems to be right/control clickable...not sure if that is intentional or not, but...I don't know...feels a bit off to me...

That's all :-)

kyoshino commented 1 year ago

The browser context menu is intentionally disabled because I wanted to make the CMS more application-ish 🙂 You can still use the context menu on any text fields for spellchecking, etc.

rchrdnsh commented 1 year ago

hmmmm...maybe a developer mode option somehow then? It's kinda not so fun to manually rummage through the elements in the dev tools to find stuff when I could right click to inspect, if that makes sense?

kyoshino commented 1 year ago

Yeah, it’s okay to enable the context menu on localhost. Will make the change in the next release.

kyoshino commented 1 year ago

I’m going to have the developer mode for 2 reasons:

kyoshino commented 1 year ago

Forgot to reference this issue but developer mode 🛠 landed in https://github.com/sveltia/sveltia-cms/commit/de447b99a32ca03747e5d8544e02f201dafdc3da. It can be enabled in Preferences!