Logo
Explore Help
Register Sign In
glyphdiff.com/frontend-svelte
1
0
Fork 0
You've already forked frontend-svelte
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
08cccc5ede7f0236e82210136fefceb37cd0c083
frontend-svelte/src/routes/Page.svelte

13 lines
204 B
Svelte
Raw Normal View History

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: minor changes
2026-01-18 15:01:19 +03:00
import FontDisplay from '$features/DisplayFont/ui/FontDisplay/FontDisplay.svelte';
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 -->
chore: minor changes
2026-01-18 15:01:19 +03:00
<div class="p-2">
<FontDisplay />
</div>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1417ms Template: 80ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API