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

Multiple track panels support. #243

Open
9 of 11 tasks
iromeo opened this issue Oct 23, 2023 · 1 comment
Open
9 of 11 tasks

Multiple track panels support. #243

iromeo opened this issue Oct 23, 2023 · 1 comment
Assignees
Milestone

Comments

@iromeo
Copy link
Contributor

iromeo commented Oct 23, 2023

At the moment, JBR supports only a single panel with scroll pane & tracks. We need a support of multiple panels

Requirements:

  • Individual vertical scroll support in each panel
  • Do not render tracks that are not visible in any of the panels (decided not to implement at the moment)
  • Mouse actions support (track context menu, information under cursor, on click)
  • Allow moving panels
  • Allow moving tracks inside panels and between panels
  • Allow to create panel from group of selected tracks
  • Allow to delete panel and 1) keep track, put them e.g. in previous panel 2) also delete tracks.

Subtasks:

@iromeo iromeo removed their assignment Oct 31, 2023
@iromeo iromeo added this to the JBR 2.0 milestone Dec 1, 2023
@iromeo
Copy link
Contributor Author

iromeo commented Dec 1, 2023

At the moment, panel size is a % of browser height and not a fixed size in pixels. When user changes browser height all panels will be resized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants