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

Limit screen width for object detail views but use full screen for list views #15339

Closed
jeremystretch opened this issue Mar 4, 2024 · 1 comment
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

NetBox version

v3.7.3

Feature type

Change to existing functionality

Proposed functionality

The v3 UI currently renders all views using the full screen width. On very wide viewports, this can result in unnatural layout using too much horizontal whitespace for object detail views. Conversely, the new v4.0 UI in development limits all views to a maximum width; this should be extended for list views which typically benefit from the additional horizontal space.

Use case

Utilizing different maximum content widths depending on the context provides better UX.

Database changes

None

External dependencies

None

@jeremystretch jeremystretch added type: feature Introduction of new functionality to the application status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Mar 4, 2024
@jeremystretch jeremystretch mentioned this issue Mar 4, 2024
32 tasks
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Mar 13, 2024
@jeremystretch jeremystretch added this to the v4.0 milestone Mar 13, 2024
@jeremystretch jeremystretch self-assigned this Mar 19, 2024
@jeremystretch
Copy link
Member Author

I ended up just using full width containers for all views for consistency.

jeremystretch added a commit that referenced this issue Mar 20, 2024
* Closes #15339: Consume entire viewport, except for object detail views

* Use fluid containers for all views
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant