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
c04518300be69af664dcbe6d5abe8622b07f720b
frontend-svelte/src/routes/Page.svelte

9 lines
83 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: 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
Powered by Gitea Version: 1.25.4 Page: 528ms Template: 5ms
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