| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
- Created a new `useOrgOnboarding` hook that uses `org.metadata.isOnboarded` to track onboarding state
- Updated the home page to conditionally use either the old localStorage-based onboarding or the new DB-backed onboarding based on feature flag
- Added a "Restart Onboarding" option in the user dropdown menu
- Improved the onboarding chat sidebar with per-link loading indicators
- Enhanced the X/Twitter research API to better handle different URL formats
- Updated the integrations step to use the new onboarding completion method
- Added `updateOrgMetadata` function to the auth context for easier metadata updates
|
| |
|
|
| |
Added quick note and highlights features to the new UI, improved OG scraping, and implemented Nova alpha access feature flag.
|
| |
|
|
|
|
|
|
| |
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
|
| |
|
| |
Co-authored-by: Dhravya Shah <[email protected]>
|
| |
|
|
| |
we recently got new x/twitter handle and update the references for the links
|
| |
|
|
| |
apps/web/app/(navigation)/page.tsx (#565)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
### Improved mobile responsiveness across chat interface and memory list with better loading states.
### What changed?
- Added responsive padding in chat page for mobile devices
- Enhanced header layout for chat titles with proper truncation and responsive text sizes
- Replaced the simple loading spinner in memory list with skeleton loading cards
- Improved message container width constraints on mobile devices
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ui: update the chrome extension visibilty
fix the ui for the chrome extension icon
remove bun lock


|
|
|
feat: layout design with theme improvements
new improvements on light mode layout
chore: settings page with graph header and memories list
|