alexis-martel / Open-Crossword

An open-source crossword puzzle platform, focused on design and ease of use.
https://graphe.me/Open-Crossword/
GNU General Public License v3.0
8 stars 0 forks source link

Editor inspector #89

Open alexis-martel opened 1 year ago

alexis-martel commented 1 year ago

Selecting a clue or puzzle square should display its properties on a right-aligned inspector. Properties such as a square's answer, number, shade level, circled attribute, and any other square-related attribute should be visible. Later on, a Puzzle tab could be added to that inspector that holds the puzzles author, description, etc. See https://developer.apple.com/design/human-interface-guidelines/components/layout-and-organization/split-views for reference

alexis-martel commented 1 year ago

On narrow devices, this should be replaced by a dialog

alexis-martel commented 1 year ago

Shortcuts (such as pressing a number key on the selected square or pressing a letter key on the keyboard) should allow for editing the selected object without interacting directly with its inspector pane/dialog