kunkun/packages
Huakun 9cf06b1835
Feature: custom transition animation (#266)
* Add loading animation to general settings

* Update dependencies and integrate @tauri-store/svelte

- Added `bon` and `bon-macros` packages to Cargo.lock.
- Upgraded `tauri-plugin-svelte`, `tauri-store`, and related packages to their latest versions.
- Updated `@tauri-store/svelte` integration in the desktop app, including changes to app configuration and layout handling.
- Adjusted pnpm-lock.yaml to reflect updated package versions and added new dependencies.
- Introduced a new app configuration file for development.

* Enhance loading animation handling in FullScreenLoading component

- Integrated conditional rendering for loading animations based on app configuration.
- Updated default loading animation to "kunkun-dancing" in app configuration.
- Adjusted general settings to ensure proper type handling for language labels.
- Modified ui-iframe component to manage full-screen loading state more effectively.

* remove a mis-placed config file

* Refactor window handling to ensure focus after showing

- Updated various components to use promise chaining with `show()` and `setFocus()` for better window management.
- Introduced `data.win` in multiple places to streamline access to the current webview window.
- Enhanced splashscreen and app layout handling to improve user experience by ensuring the window is focused after being shown.

* Refactor window handling to improve safety and consistency

- Introduced optional chaining for `data.win` to prevent potential runtime errors when accessing window methods.
- Updated various components to ensure proper handling of window focus and visibility.
- Enhanced the layout and extension pages to utilize the current webview window more effectively, improving overall user experience.
2025-03-28 07:45:25 -04:00
..
api Remove supabase (#263) 2025-03-26 08:50:55 -04:00
ci Feature: license check (#67) 2025-01-18 22:55:43 -05:00
config-eslint Feature: support npm extension publish (#62) 2025-01-16 06:00:07 -05:00
crypto File Transfer (Local Network) (#34) 2024-12-11 08:14:40 -05:00
db Feature: fix extension delete (#96) 2025-02-07 04:43:24 -05:00
extension Remove supabase (#263) 2025-03-26 08:50:55 -04:00
extensions UI Updates (#246) 2025-03-13 21:30:52 -04:00
grpc fix: file transfer ip bug 2025-01-12 12:56:13 -05:00
mac-security-rs File Transfer (Local Network) (#34) 2024-12-11 08:14:40 -05:00
package-registry Feat: gitea mirror (#262) 2025-03-26 01:08:16 -04:00
schema Remove supabase (#263) 2025-03-26 08:50:55 -04:00
svelte-animation UI updates/fixes (#244) 2025-03-10 13:59:19 -04:00
tauri-plugins/jarvis Remove supabase (#263) 2025-03-26 08:50:55 -04:00
templates Feature: add extension api (hide and paste) (#210) 2025-02-26 04:47:43 -05:00
types Feature: custom transition animation (#266) 2025-03-28 07:45:25 -04:00
typescript-config Remove supabase (#263) 2025-03-26 08:50:55 -04:00
ui Remove supabase (#263) 2025-03-26 08:50:55 -04:00
utils Improve: add global loading screen (#237) 2025-03-07 13:00:15 -05:00