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

Single-page fassungen won't display #44

Open
vvvyyynet opened this issue Feb 4, 2025 · 0 comments
Open

Single-page fassungen won't display #44

vvvyyynet opened this issue Feb 4, 2025 · 0 comments
Labels
low prio wontfix This will not be worked on

Comments

@vvvyyynet
Copy link
Collaborator

The problem:

"src/routes/fassungen/[thirties]/+page.svelte
{#if pages.length >= 2}...

Possible solution:

If the order of how the pages are loaded in lines 21 ff. was changed from (page-1) -> page -> (page+1) to page -> (page-1) -> (page+1), the problem would be omitted altogether. No need to wait for page, since it is loaded first.

Why it's complicated:

I think I tried that in the past and it created more problems then it solved because scrollposition would have to be adjusted when new content loads. let's talk about this at some point!

Originally posted by @vvvyyynet in #40 (comment)

@vvvyyynet vvvyyynet changed the title Single-page fassungen won't display Single-page fassungen won't display (low-prio) Feb 8, 2025
@vvvyyynet vvvyyynet changed the title Single-page fassungen won't display (low-prio) Single-page fassungen won't display Feb 14, 2025
@vvvyyynet vvvyyynet added wontfix This will not be worked on low prio labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low prio wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant