-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore: release #233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
raaymax
wants to merge
5
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: release #233
Conversation
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
Contributor
Docker image |
- Remove deprecated storybook addon-essentials and addon-interactions (Storybook 9) - Enable search route that was commented out in Router - Fix import path in DiscussionHeader.stories.tsx - Add null checks in MessageListScroller to prevent crashes - Add navigation on search close and null check for messages model - Enable network access for Vite dev server (host: true) - Change default backend port from 8080 to 3001 - Fix default database from 'tests' to 'chat'
Contributor
Docker image |
- Remove MobX observer wrappers from atom components - Remove direct client/API dependencies from atoms - Pass data via props instead of accessing global state - Move LoggedUser from atoms to molecules (it uses app context) - Create ThemeButtonConnected molecule for stateful theme toggle - Update parent components to pass required props - Simplify Image, File, ProfilePic to be pure presentational components
- Use proper directory handling with DIR variable - Create separate windows: nvim, claude, dev servers - Organize dev servers (frontend, backend, storybook) in split panes - Start in nvim window by default - Remove obsolete pushd/popd commands
Contributor
Docker image |
Contributor
Docker image |
* fix(storybook): resolve molecules layer rendering issues - Add viteFinal config to inherit define/alias from vite.config.ts - Fix emoji mock data to use hex codes instead of Unicode characters - Add missing channel mocks (toolbar-test, test, unknown-channel) - Fix TextMenu.stories.tsx import path for InputContext - Convert MessageToolbar and Reactions stories to render pattern to ensure loaders run before app.getMessages() is called - Add useFileUrl hook and isUserActive utility - Refactor LoggedUser to base/connected pattern - Remove unnecessary observer wrappers from Files and NavUserButton - Update Storybook deps to v10.2.3 and add playwright for testing - Add check-storybook.mjs for automated story validation Storybook pass rate improved from 0% to 97.5% (119/122 stories) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * refactor(molecules): address code review feedback - Rename useFileUrl.ts to fileUrl.ts and functions to getFileUrl, getThumbnailUrl, getDownloadUrl (they're not React hooks) - Extract magic number to ACTIVE_USER_THRESHOLD_MS constant in utils.ts - Add proper TypeScript types to Attachments.stories.tsx - Add proper TypeScript types to TextMenu.stories.tsx Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Docker image |
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.
No description provided.