You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened /sites/manage.html in the browser and tweaked it a bit to create the mock-up, so I already have the HTML/CSS for this. It's basically the same as for the 'Apps' tab, but with some elements removed and a slightly different CSS. I'm willing to provide a pull request.
Hikari-Fox
pushed a commit
to Hikari-Fox/PWAsForFirefox
that referenced
this issue
Jan 14, 2025
- Introduced a grid view alongside the existing list view for better site management.
- Updated HTML structure to support grid layout with corresponding styles in SCSS.
- Enhanced JavaScript functions to handle both list and grid views, including event listeners for launching, editing, and removing sites.
- Improved search functionality to work with both views.
- Adjusted styles for grid items and buttons for a more cohesive user experience.
Problem Description
When the list of apps is very long, you have to scroll a lot. A grid view tab that is displayed by default could provide a better experience.
Proposed Solution
Add an extra grid view tab at the beginning of the tab list:
Additional Information
Extra sorting options or possibility to reorder would also be handy...
The text was updated successfully, but these errors were encountered: