1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-31 02:39:38 +02:00
AdventureLog/frontend
Lars Kiesow e40ea028d0
Collection view selection on mobile devices
The tab-based selection of views in a collection doesn't really work on
mobile devices since it needs too much horizontal space. This leads to
text overflowing buttons as well as half of the tab bar disappearing
behind the right edge of the phone screen.

This patch modifies the navigation by keeping the current tabs in
desktop mode, but switching to a very compact dropdown on mobile
devices.

The functionality of both elements is identical.
2025-04-26 22:53:45 +02:00
..
src Collection view selection on mobile devices 2025-04-26 22:53:45 +02:00
static feat: Add new background image entry for adventurelog showcase 2025-01-27 20:19:33 -05:00
.env.example Refactor frontend configuration and add optional Umami Analytics integration 2024-10-28 19:10:40 -04:00
.gitignore migration to new backend 2024-07-08 11:44:39 -04:00
.npmrc migration to new backend 2024-07-08 11:44:39 -04:00
.prettierignore migration to new backend 2024-07-08 11:44:39 -04:00
.prettierrc migration to new backend 2024-07-08 11:44:39 -04:00
Dockerfile Upgrade Node.js to Version 22 2025-04-25 14:19:07 +02:00
package.json Implement code changes to enhance functionality and improve performance 2025-04-26 11:22:17 -04:00
pnpm-lock.yaml Implement code changes to enhance functionality and improve performance 2025-04-26 11:22:17 -04:00
postcss.config.js migration to new backend 2024-07-08 11:44:39 -04:00
startup.sh refactor docker startup to use supervisord 2025-03-21 12:02:23 -04:00
svelte.config.js chore: Update svelte.config.js to use adapter based on environment 2024-07-08 11:53:09 -04:00
tailwind.config.js Add 'Northern Lights' theme and update localization and Tailwind configuration 2024-12-02 15:47:09 -05:00
tsconfig.json migration to new backend 2024-07-08 11:44:39 -04:00
vite.config.ts migration to new backend 2024-07-08 11:44:39 -04:00