Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate tabs into pages #3827

Open
anbraten opened this issue Jun 24, 2024 · 2 comments
Open

Separate tabs into pages #3827

anbraten opened this issue Jun 24, 2024 · 2 comments
Labels
refactor delete or replace old code ui frontend related

Comments

@anbraten
Copy link
Member

anbraten commented Jun 24, 2024

The tabs used in the admin settings are currently loading a single page and therefore when entering the admin settings the complete data like secrets, registries, agents, users, ... is loaded at one.

  • Instead I suggest splitting that page into multiple pages. One page per tab.
  • In addition it would be nice to separate the details / edit components like secret edit into separate pages as well having an own url
@qwerty287
Copy link
Contributor

That's on my personal refactoring to do list for a while already. It's the same for repo, org and user settings.

@qwerty287 qwerty287 added ui frontend related refactor delete or replace old code labels Jun 24, 2024
@anbraten anbraten changed the title Separate admin settings tabs into separate pages Separate tabs into separate pages Jun 24, 2024
@anbraten anbraten changed the title Separate tabs into separate pages Separate tabs into pages Jun 25, 2024
@qwerty287
Copy link
Contributor

And it's a similar issue for editing/adding secrets, registries, crons, users… They should have their own URL too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor delete or replace old code ui frontend related
Projects
None yet
Development

No branches or pull requests

2 participants