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

Feat: Support Ctrl/Shift Click in Admin UIs #3496

Closed
3 of 4 tasks
iJungleboy opened this issue Oct 31, 2024 · 2 comments
Closed
3 of 4 tasks

Feat: Support Ctrl/Shift Click in Admin UIs #3496

iJungleboy opened this issue Oct 31, 2024 · 2 comments
Assignees

Comments

@iJungleboy
Copy link
Contributor

iJungleboy commented Oct 31, 2024

I'm submitting a

[x] feature request

...about

[x] edit experience / UI
[x] admin experience UI

Current Behavior / Expected Behavior

The Admin-UI will use Angular Routing to do things.
New windows cannot be opened, since some information is passed to the initial URL which is then stored in the sessionStorage, so the visible link cannot be opened in another window.

But in many cases it would be nice to be able to open a new window. Examples are when you're working on content-types and want a window with a new item open etc.

Goal is that many buttons in Angular will be able to be ctrl+clicked and they will open an new window.

  • rework the routing URL so it contains all important parameters to work
  • rework Apps-Management to be able to open an App using a link (supporting ctrl+click)
  • rework App-Management so most link also open a new window
  • implement new full-route mechanism on all other windows such as query, code, versions, etc.

Your environment

  • 2sxc version(s): 18.02
@iJungleboy iJungleboy self-assigned this Oct 31, 2024
iJungleboy added a commit to 2sic/eav-ui that referenced this issue Oct 31, 2024
iJungleboy added a commit to 2sic/eav-ui that referenced this issue Oct 31, 2024
iJungleboy added a commit to 2sic/eav-ui that referenced this issue Nov 5, 2024
iJungleboy added a commit to 2sic/eav-ui that referenced this issue Nov 5, 2024
@iJungleboy
Copy link
Contributor Author

Many done in 18.03...

@iJungleboy iJungleboy moved this to In Progress in 2sxc 18 Nov 18, 2024
@paulpietzko
Copy link
Member

The dialogs inside Data, Queries, Views, and App now navigate using links, allowing nearly all dialogs to be opened in a new tab.

@github-project-automation github-project-automation bot moved this from In Progress to Done in 2sxc 18 Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants