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

Improve vertical layout of activities in the plan view #6378

Closed
shefalijoshi opened this issue Feb 28, 2023 · 1 comment
Closed

Improve vertical layout of activities in the plan view #6378

shefalijoshi opened this issue Feb 28, 2023 · 1 comment
Assignees
Milestone

Comments

@shefalijoshi
Copy link
Contributor

shefalijoshi commented Feb 28, 2023

Plan views are difficult to navigate and take up too much vertical space resulting in scrolling.
We need to improve the layout to reduce this.

See: #6113

To achieve this, we can, move activity name display so that it always only renders inside the activity 'rectangles'.
Things to consider are:
2. How to display an activity name that cannot fit at all when the activity duration is too short.
3. How to display an activity name that fits partially? We could clip the name.

While we're working on this issue, we should also ensure that we are showing the activity name in the inspector properties when an activity is selected. We might want to look at how to address the case where multiple activities are selected as well (talk to UX).

@charlesh88
Copy link
Contributor

Dupe of #6113

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

No branches or pull requests

3 participants