Sped0n / bridget

Bridget is a minimal Hugo theme for photographers/visual artists, powered by Solid.js.
https://bridget-demo.sped0n.com
MIT License
60 stars 18 forks source link

Navigation enhancment #347

Closed kyber-6 closed 1 month ago

kyber-6 commented 1 month ago

Requirement

Allow for navigating between pictures with the arrow keys after expanding them.

Suggested implements

-

Addition details

No response

Verify steps

kyber-6 commented 1 month ago

Additionally, you should be able to exit the expanded view using the ESC key.

Sped0n commented 1 month ago

https://github.com/Sped0n/bridget/blob/fb498971c7eb52738543a7f00f8fa07a8e731a17/assets/ts/desktop/stageNav.tsx#L66C1-L71C4

It is already implemented, may I ask what browser(and its version) do you use?

kyber-6 commented 1 month ago

I am using Safari Version 17.5.

Sped0n commented 1 month ago

Can confirm, I will transfer this topic to another issue.

Sped0n commented 1 month ago

@kyber-6 now should be okay, if the problem persists you can reopen the issue at any time.

Edited: it seems there is still some bug with this feature, I will try to resolve it later.

Sped0n commented 1 month ago

@kyber-6 pr #356 should do the job, can you confirm that the feature is working properly?

kyber-6 commented 1 month ago

@Sped0n Now it is working perfectly, thanks!