mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-05-24 13:45:03 +00:00

* perf: reduce desktop frontend bundle from 10 to 2MB Use shiki fine-grained bundle, avoid bundling all languages and themes * feat: add cross-page transition for ext store back button with gasp Flip * refactor: move StoreListing.svelte in @kksh/ui back to desktop I realized that StoreListing is a pure wrapper, all the interactions are done with props. Even if this component is later used in other projects, it either lacks flexibility or require more changes. So it's moved back to desktop as a regular +page.svelte
4 lines
208 B
TypeScript
4 lines
208 B
TypeScript
export { default as ExtListItem } from "./ExtListItem.svelte"
|
|
export { default as StoreExtDetail } from "./StoreExtDetail.svelte"
|
|
export { default as PermissionInspector } from "./PermissionInspector.svelte"
|