feat: reorder pages in user profile#309
Conversation
|
This is only has the frontend interaction currently. It looks like I'd need to add the pages array to |
|
Oh, sorting pages is something I hadn't thought about yet. 🤔 They're organized like folders on your computer right now, without an explicit order. You can probably just leave the backend side of this to me and just only show the editor for now if the The idea will be to add a |
1bf8c77 to
8653f68
Compare
|
Ok, added the flag and updated the PR description to avoid auto-closing #295 |
| {/each} | ||
| </ul> | ||
| </div> | ||
| {#if editingState.editing&&import.meta.env.PUBLIC_ENABLE_EXPERIMENTS} |
There was a problem hiding this comment.
The environment variable should actually be accessed through the $env/dynamic/public import so that it can be configured at runtime when deployed like we do here:
d984a97 to
23acc50
Compare
|
Ah, sorry I forgot to merge this. |
Frontend UI to reorder pages while editing user profiles
