-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
New UI Layout #201
Labels
Milestone
Comments
Inspirations list: |
Closed
This was referenced Dec 12, 2023
Closed
enricoros
added a commit
that referenced
this issue
Dec 28, 2023
- Optima Layout: new Context based pluggable layout system - Now children have context functions, for better behaviors - Removed `store-applayout` - using withLayout on top-level Pages - ScrollToBottom: grounds-up subsystem for smooth scrolling with snap-to-bottom - Panes subsystem: use react-resizeable-panels together with our Panes subsystem - New: Split window chats, Drag to close windows, Button to split - using: https://github.com/bvaughn/react-resizable-panels - Cosmetic: Colors: update Light and Dark themes - Bootstrap Logic provider: will enable Mobile use cases - Removed NoSSR (the backend provided natually acts as the same) - Next load progress: loading indicator for slower pages (>300ms) - withLayout() system Additional benefits include: no-pluggable-flashing, pane-ready, fixed X-scrolling on Firefox, and more. Closes #308, #304, #255, #59. Progress on #305, #201, #296, #233, #208, #203.
enricoros
added a commit
that referenced
this issue
Jan 1, 2024
- OptimaLayout: new responsive UI framework, with nav and drawer for desktop and mobile - Nav: new top-level navigation framework (will replace 'routes' going forward) - The new (App) Panel is more stable for UI operations (vs. the former Popup) - Improved looks on desktop, and uses Drawer on mobile - Missing bottom-Nav on mobile, to replace the PageMenu nav - Closes #298, #201. Landing as-is on `main`, will fix smaller bits later.
github-project-automation
bot
moved this from In Progress
to Ready
in big-AGI build-in-public roadmap
Jan 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New UI layout to support the addition of more functionality on both Desktop and Mobile.
We need to make space for new applications: Voice calling, Persona builder #198 , Facton #202 , etc. At the same time, we need to make the best use of space on large screens, as the app runs well from 5-inch phones to 50-inch screens.
Requirements:
Desktop looks:
Mobile looks:
The text was updated successfully, but these errors were encountered: