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 8531855f46 Enable Browser Navigation in Collections
If you are in a collection – e.g on “All Linked Items” – and go into an
adventure, going back will cause you to end up on the itinerary. This is
quite annoying if you have a number of options for a trip linked already
but whenever you go back, you have to scroll up again, click on “All
Linked Items”, and scroll down again to get to the next adventure in
line.

This patch makes AdventureLog remember the tab you were in and going
back and forth in the browser history will actually work.
2025-04-06 21:09:27 +02:00
..
src Enable Browser Navigation in Collections 2025-04-06 21:09:27 +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 migration to new backend 2024-07-08 11:44:39 -04:00
package.json feat: Add file type validation and sanitize markdown input in adventure components 2025-03-15 12:29:12 -04:00
pnpm-lock.yaml feat: Add file type validation and sanitize markdown input in adventure components 2025-03-15 12:29:12 -04:00
postcss.config.js migration to new backend 2024-07-08 11:44:39 -04:00
startup.sh migration to new backend 2024-07-08 11:44:39 -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