Merged
Conversation
Add contribution encouragement and analytics image to README.md
merge dev
merge dev
merge dev
merge dev
merge dev
merge dev
Alpha Release 0.0.1
merge dev
Adjusted Readme, added comment locking + encrypted offline sharing
merge dev
…t-for-lancedb-tables Feature/161 a preview UI component for lancedb tables
feat: Prevent event propagation on key down in FlowContextMenu input
feature / simple agent
feat: Enhance theme management with custom import functionality
…truction parameter and enhance folder handling
…ckend state - Adjusted the accent color definition in global.css for consistency. - Added missing IDatabaseState import in backend-state.ts. - Refactored db-state.ts to use explicit enum values for IIndexType and improved formatting for better readability. - Updated EmptyDatabaseState class to match the new method signatures in IDatabaseState. - Ensured proper export of db-state in empty-states/index.ts.
…rage Feature/211 create folders in storage
…nnect_pins command
…ect_pins functions
…o-generics-like-reroute-nodes Fix/208 layer pins cant connect to generics like reroute nodes
…sometimes-overlaps-with-other-pins Fix/172 the add more pins button sometimes overlaps with other pins
…-get-destroyed Fix/153 pin connections sometimes get destroyed
- Introduced a new section in the website highlighting the transition from prototype to production with a focus on typed ports, preflight validation, and a deterministic Rust runtime. - Added three key features: "Production-ready by default", "Contracts that don’t drift", and "Predictable in production" with corresponding icons and descriptions. refactor: Update database query functions to support selection - Modified various database query functions to accept an optional `select` parameter for specifying fields to retrieve. - Updated implementations in `db_list.rs`, `db_query.rs`, `filter.rs`, `fts_search.rs`, `hybrid_search.rs`, `list.rs`, and `vector_search.rs` to accommodate the new selection feature. fix: Adjust global download semaphore default value - Changed the default value of the global download semaphore from 4 to 5 to improve concurrency. test: Add unit tests for selection functionality in LanceDB - Implemented tests to verify the correct behavior of the new selection feature in the LanceDB vector store. - Ensured that the selected fields are returned correctly in the query results. chore: Update embedding-bit.json formatting - Reformatted the `embedding-bit.json` file for improved readability and consistency.
- Updated the reading section to improve layout and visual hierarchy. - Refactored the way posts are displayed, including a featured post and additional styling for cards. - Introduced new helper functions for better readability and maintainability. - Adjusted styles for improved accessibility and responsiveness. feat: revamp zero-to-prod section with animations and improved design - Redesigned the zero-to-prod section with a focus on visual appeal and clarity. - Added animated elements to enhance user engagement. - Improved the layout of feature cards for better readability and interaction. - Implemented reveal animations for elements as they come into view. fix: ensure proper struct definition in API routes - Added a newline at the end of the file in routes.rs for consistency and to adhere to coding standards.
… and improve responsiveness - Updated hero section styles for better layout and overflow handling. - Refactored SVG connection paths for improved responsiveness and visual consistency. - Enhanced button and chip styles for better user interaction. - Removed unnecessary background animations in the reading section. - Cleaned up zero-to-prod section by removing redundant radiant borders. - Added astro-compressor as a development dependency for optimization.
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 and new features across the codebase, with a focus on enhancing theme customization in the desktop app, improving database state management, and streamlining UI and code imports. The most notable changes are the addition of custom theme import functionality for user profiles, the implementation of an offline/online-aware
DatabaseStateclass, and various UI/UX refinements.Theme customization and import enhancements:
parseTweakcnTheme,parseVars, etc.) and state management for theme import. [1] [2] [3] [4] [5]Database state and backend integration:
DatabaseStateclass (apps/desktop/components/tauri-provider/db-state.ts) implementingIDatabaseState, supporting both offline (Tauri invoke) and online (API fetcher) database operations for index management, item CRUD, table listing, and schema queries. Integrated into the mainTauriBackendprovider. [1] [2] [3] [4] [5]UI and layout refinements:
library/config/layout.tsxfor better spacing, sizing, and visual consistency. Breadcrumb and navigation cards now useh-fit,max-h-fit, and adjusted padding. [1] [2]disabledproperty, making the feature accessible.Code and import cleanups:
settings/profiles/page.tsxandlayout.tsx. [1] [2] [3] [4] [5]library/config/export/page.tsx.Documentation updates:
README.mdto clarify that typed workflows in Flow-Like are suitable for projects of any size, improving clarity for new users.