This website requires JavaScript.
Explore
Help
Register
Sign In
glyphdiff.com
/
frontend-svelte
Watch
1
Star
0
Fork
0
You've already forked frontend-svelte
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c04518300be69af664dcbe6d5abe8622b07f720b
frontend-svelte
/
src
/
routes
/
Page.svelte
9 lines
83 B
Svelte
Raw
Normal View
History
Unescape
Escape
fix(arch): move unifiedFontStore context creation to Layout.svelte - Moved unifiedFontStore creation from Page.svelte to Layout.svelte - Layout now creates store instance and provides it via setContext() - Page.svelte now receives store via getContext() instead of creating it - Fixes context accessibility issue where FiltersSidebar and FontSearch (siblings of Page) could not access the store - All child components now share the same store instance at Layout level This resolves the architectural issue where context only flows downward, not sideways. All components (FiltersSidebar, FontSearch, Page) are now children of Layout and can access the unifiedFontStore context.
2026-01-12 08:51:36 +03:00
<
script
lang
=
"ts"
>
chore: add documentation for svelte components
2026-01-02 21:15:40 +03:00
/**
* Page Component
*/
chore(setup): migrate from SvelteKit to Svelte
2025-12-30 18:57:58 +03:00
<
/
script
>
chore: delete unused code
2026-01-13 20:05:33 +03:00
<!--
Font List
-->
fix(Page): remove unused code and misleading comments
2026-01-16 10:24:06 +03:00
<
div
/
>
Reference in New Issue
Copy Permalink