Feature/150 spotlight like navigation in the application#434
Merged
felix-schultz merged 5 commits intodevfrom Dec 12, 2025
Merged
Conversation
- Add SpotlightProvider component to manage spotlight functionality and static items. - Create QuickProjectCreate component for quick project creation. - Introduce SpotlightTrigger component for opening the spotlight. - Implement useFlowBoardSpotlight hook for managing spotlight items in flow boards. - Add useSpotlight hook and related utilities for spotlight state management. - Create spotlight state management using Zustand for dynamic and static items. - Enhance spotlight functionality with keyboard shortcuts and item usage tracking.
- Updated version in tauri configuration from 0.0.6 to 0.0.7. - Added new ModelCard and ModelDetailSheet components to the UI. - Updated index.ts to export new model components. - Implemented download and profile management functionalities in the new components.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the desktop app, focusing on UI layout consistency, enhanced sidebar functionality, OAuth handling, and schema documentation. It also adds a new dependency for Rust development. The most important changes are grouped and summarized below:
UI and Layout Enhancements:
apps/desktop/app/admin/bits/add/page.tsx,apps/desktop/app/admin/bits/edit/page.tsx) [1] [2] [3] [4]SpotlightWrappercomponent to the root layout, and introduced aSpotlightTriggerto the sidebar header, improving discoverability and access to the Spotlight feature. (apps/desktop/app/layout.tsx,apps/desktop/components/app-sidebar.tsx) [1] [2] [3] [4]OAuth and External URL Handling:
@tauri-apps/plugin-shell'sopento@tauri-apps/plugin-opener'sopenUrlfor opening external URLs in the Tauri OAuth runtime, aligning with updated plugin APIs. (apps/desktop/lib/tauri-oauth-runtime.ts)Schema and Documentation Updates:
apps/desktop/src-tauri/gen/schemas/desktop-schema.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Dependency Updates:
markitdowncrate from a GitHub repository as a dependency in the Rust backend, potentially for Markdown processing. (Cargo.toml)Versioning:
CFBundleShortVersionStringfrom0.0.6to0.0.7, reflecting a new release version. (apps/desktop/src-tauri/gen/apple/flow-like-desktop_iOS/Info.plist)