Projects Lookup/Editing Broken
The projects a user can view should only be the ones the user created
or is a member of. Currently a second account can open and edit the content
of a project belonging to the first account.
401 Not Handled in Data-Fetching Components
Components that fetch data (groups, projects, etc.) do not handle 401 responses
gracefully — they crash when the API returns an error object instead of an array.
Should show an appropriate message or redirect to login.
Code Editor Needs Click to Show Content
The code editor's content is not rendered immediately — it needs a click to show up.
This happens when selecting a fresh new tab or when a file is selected.
Right Panel Has No Default Content
The Right panel is empty by default and relies on manual tab dragging to populate.
Should show a placeholder or hint explaining what to do.
Portrait Mode Section Switcher Not Wired
The secondary section switcher in portrait mode (when a panel has multiple
side-by-side sections) is not yet functional.
Member List Shows Raw UUIDs
The member list UI displays raw UUIDs instead of usernames.
Should resolve user IDs to display names via the auth service.