quackscape/assets
Kumi 538ddd76e9
feat(editor): introduce debug mode for element properties
Wrapped element creation and modification properties sections in a div
with a `hide` class, which can now be toggled via a keyboard shortcut
(Ctrl+Shift+Q). This debug mode allows developers to easily view and
hide debugging information about elements being created or modified in
the editor. This enhancement is aimed at improving the development and
troubleshooting process by providing quick access to relevant debug
information without cluttering the UI for users.

Additionally, a new function `toggleDebugVisibility` was added to manage
the visibility of debug information, and a keyboard event listener was
implemented to handle the specified keyboard shortcut.

This update aims to balance the need for detailed debugging information
during development with a clean, user-friendly interface during regular
use.
2024-03-28 11:33:34 +01:00
..
css feat: improve UI visibility and interaction 2024-03-28 11:15:36 +01:00
js feat(editor): introduce debug mode for element properties 2024-03-28 11:33:34 +01:00
scss feat: integrate media deletion and swap icon 2024-03-27 10:08:07 +01:00