-
-
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
9
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 |
* feat(mobile): add theme colors and status bar styling Add colors.xml with brand colors matching the web app theme: - colorPrimary: #201F22 (dark navbar) - colorPrimaryDark: #1a1d21 (status bar) - colorAccent: #FF8C00 (orange accent) Update styles.xml to apply status bar and navigation bar colors to both the splash screen and main app themes. * feat(mobile): add Quack launcher icons from Tauri Copy custom launcher icons from the deleted Tauri Android app to the Capacitor mobile app. Includes all density variants (mdpi through xxxhdpi) and adaptive icon resources. * feat(mobile): replace splash screen with solid dark background Use colorPrimaryDark (#1a1d21) as splash background instead of the default Capacitor splash image for a cleaner launch experience. * refactor(mobile): replace Tauri with Capacitor for Android app Remove Tauri-based mobile implementation and replace with Capacitor: - Remove app/src-tauri/ (Rust/Tauri Android wrapper) - Add mobile/ directory with Capacitor 6.0.0 Android app - Implement custom notification service via SSE for real-time messages - Add mobile config export endpoint and backend routes - Update API client to support mobile platform detection - Remove Tauri dependencies from app/package.json The new Capacitor app features: - Background notification service with persistent SSE connection - Custom Quack notification sound and vibration - Deep linking support (quack:// scheme) - Network-aware auto-reconnection - Boot receiver for auto-start capability * chore(app): add storybook-static to gitignore * fix(api): remove unused lint ignore directive * fix(mobile): address architectural concerns from deep review - Use EncryptedSharedPreferences for secure auth token storage - Add wake lock timeout (10 min) to prevent battery drain - Implement exponential backoff for SSE reconnection (1s to 60s) - Add server-side heartbeat (30s) for connection health monitoring - Filter own messages server-side to reduce client processing - Fix isServiceRunning to check actual service state vs config - Remove duplicate URL normalization (keep only in QuackConnection) - Simplify notification tests for better reliability * docs(mobile): add mobile app build documentation Add comprehensive documentation for building the Android mobile app: - Prerequisites and quick start guide - Local development setup with HTTPS - Notification system explanation - Customization options (icons, sounds, package name) - Troubleshooting common issues Also update README.md to reference the new documentation.
Contributor
Docker image |
The WebView URL wasn't being transformed for Android emulator compatibility. Now both the WebView and SSE connections properly use 10.0.2.2 to reach the host machine from the emulator.
Contributor
Docker image |
Replace hardcoded SSL task with a script that dynamically detects all local network interfaces and includes them as SANs. This allows HTTPS to work from any device on the local network, not just localhost and the Android emulator IP.
Contributor
Docker image |
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.