ochi icon indicating copy to clipboard operation
ochi copied to clipboard

Fixed layout should be dynamic

Open glaslos opened this issue 2 years ago • 6 comments

The App.svelte has a lot of hard-coded layout glory. This makes is rather difficult to add new layout elements without breaking the current layout. Even adding new pages would be challenging. Here are some offenders:

Redo the layout allowing for:

  • Dynamically resize the window
  • Adding more elements (like separating the right column)
  • Adding a new page (e.g. rule management, user profile...)

glaslos avatar Feb 22 '23 17:02 glaslos