webstudio-is / webstudio

Open Source alternative to Webflow, check out our CMS launch https://webstudio.is/cms
https://webstudio.is
GNU Affero General Public License v3.0
4.14k stars 407 forks source link

Good keyboard navigation support in pages #413

Open rpominov opened 1 year ago

rpominov commented 1 year ago

Keyboard navigation in pages list should work similarly to the navigator.

It doesn't work currently, because we use TreeNode instead of Tree to render the pages list (Tree supports D&D and keyboard navigation, but we don't want D&D yet)

Need to do one of these:

  1. Switch to Tree ( depends on: #403 )
  2. Decouple keyboard navigation from Tree
  3. Decouple D&D from Tree
kof commented 1 year ago

I think we need d&d on it anyways