9509a9705e
Add Shared Media drawer and harden same-room navigation.
...
Widen the media panel, support skinny full-page mode, keep jump-to-latest and return-to-previous reliable, and stop same-room event jumps from remounting the outlet or yanking the sidebar.
2026-07-23 14:52:01 +10:00
61d41900cc
Add Stationery and Stationery Dark themes with notebook chrome.
...
Manila folders, ruled chat, post-it nav, and folder tabs; dark variant uses Catppuccin Mocha colors with muted stickies and soft glows.
2026-07-23 00:24:10 +10:00
e7777f42d8
Fix jumbo emoji detection broken by production minifier.
...
Replace surrogate-pair emoji regex with Unicode property escapes so Rolldown no longer corrupts matching in production builds.
2026-07-22 20:28:59 +10:00
ae70eae0fc
Fix jumbo emoji sizing in production builds.
...
Set jumbo font-size on the message body and inherit Text size so T400 no longer keeps emoji-only messages small.
2026-07-22 20:14:09 +10:00
c286501be8
Improve timeline scroll, media layout, avatars, and emoji coverage.
...
Remember room scroll position across switches, reserve image/video heights from Matrix dimensions, cache authenticated media blobs for avatars, restore jumbo emoji-only messages, and extend emoji font unicode-range for Unicode 15 glyphs.
2026-07-22 20:00:14 +10:00
154f4dfdb0
fix: stop emoji fonts claiming spaces and Latin text
...
Use Fontsource's real family name ('Inter Variable') so text no longer
falls through to Noto Color Emoji / Twemoji. Scope emoji @font-face to
emoji unicode-range so space metrics stay normal on Linux and elsewhere.
2026-07-15 03:19:54 +10:00
687f139719
Fix Slate crash after inserting emoji from picker/autocomplete
2026-07-13 02:40:02 +10:00
b711646b58
Fix mic processing toggles after LiveKit voiceIsolation default
2026-07-13 02:25:04 +10:00
bd6d753f47
update
2026-07-12 18:15:03 +10:00
02d96a9758
hidden shit, and online status bars, search settings
2026-07-12 07:49:17 +10:00
5374c10c61
room shit
2026-07-10 21:35:38 +10:00
9c7f71896c
fix: rework compact nav and centralized back routing
...
Use master-detail layout on skinny windows so server and channel lists share one screen, with back returning to the space list instead of redirect loops. Add useBackRoute for title-bar and page-header back buttons with view transitions.
2026-07-09 04:22:07 +10:00
b4258278d8
fix: restore rooms and DMs after React Router 7 upgrade
...
Stop double-encoding Matrix IDs in pathUtils, decode route params on read, fix millify CJS import, and read space children from currentState so channels and joins work again.
2026-07-09 02:35:04 +10:00
e058165830
feat: upgrade toolchain and soften sync recovery after network blips
...
Bump Vite 8, matrix-js-sdk, and related deps; fix immer/vanilla-extract imports for new majors. Replace blocking sync error dialog with background recovery on wake/offline, and disable Vite auto-open in dev. Add feature handoff documentation index.
2026-07-09 01:55:09 +10:00
f67f08f1db
feat: Enhance space hierarchy management by implementing asynchronous room fetching and improving room handling logic
2026-07-06 16:06:50 +10:00
3ee95a295d
feat: Implement forum feed layout and refactor space navigation logic to support new routing structure
2026-07-06 15:35:21 +10:00
09db721b7e
refactor: Consolidate icon imports across components and streamline import statements for improved readability
2026-07-06 03:29:18 +10:00
1f71fd7a51
feat: Update plugin manager integration with lucide-react icons and improve RoomInput component logic
2026-07-06 01:30:25 +10:00
c57797ffe4
feat: Integrate forum layout support across various components and enhance room handling logic
2026-07-06 01:06:20 +10:00
d1626e3585
feat: Enhance protocol status handling and repair functionality in About and SSOLogin components
2026-05-25 01:01:05 +10:00
a4a0fa6758
feat: Add protocol status handling and repair functionality in About component
2026-05-25 00:34:13 +10:00
8de528da9a
fix: Improve drag threshold handling in useInertialHorizontalScroll hook
2026-05-17 17:07:49 +10:00
ba31d65568
feat: Refactor Android share handling to dynamically load Capacitor core and improve plugin registration
2026-05-17 16:53:40 +10:00
c2fc71ddca
feat: Refactor background sync to dynamically load Capacitor core and register plugin
2026-05-17 16:51:39 +10:00
40dc552c8d
fix: Update import statement for Capacitor local notifications module ID
2026-05-17 16:48:34 +10:00
62876edd77
feat: Add carousel functionality with scrolling and image handling in RoomTimeline
2026-05-17 16:46:31 +10:00
9b81530012
feat: Lazy-load Capacitor local notifications to optimize runtime loading
2026-05-17 16:42:46 +10:00
af02b215f4
feat: Implement inertial horizontal scrolling for carousel components and enhance text selection handling
2026-05-17 16:42:46 +10:00
b9b0dce40b
fix: Remove unnecessary size prop from Modal in ShareRoomPicker component
2026-05-13 11:12:14 +10:00
b2fd65c8cb
feat: Enhance editor functionality with autocorrect handling and text replacement
...
feat: Implement confirmation dialog for room sharing in ShareRoomPicker
fix: Improve server input synchronization and blur handling in ServerPicker
feat: Integrate UnifiedPush for background sync in Android, including pusher management
refactor: Streamline Android share handling and file upload processes
fix: Update notification handling to use Capacitor's local notifications API
2026-05-13 10:40:30 +10:00
7ef9939d8a
fix: Change Code component display style from inline-block to inline
2026-05-13 08:00:22 +10:00
43bd6320b8
Refactor code structure for improved readability and maintainability
2026-05-13 05:47:11 +10:00
aaf8089ba6
feat: Trim whitespace from message bodies and enhance emoji usage integration
2026-05-13 05:17:23 +10:00
38a43a3a99
feat: Add emoji usage tracking hook and integrate with EmojiBoard for usage statistics
2026-05-13 04:59:13 +10:00
4fdedb87c8
feat: Implement microphone monitoring feature; enhance text overflow handling and line height across components
2026-05-13 03:37:32 +10:00
5d4d518af8
feat: Add detailed logging for user profile components and image metadata extraction; enhance color handling utilities
2026-04-30 20:23:44 +10:00
cad4852878
feat: Enhance scrolling behavior and styles across components; add centralized scroll utilities
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-28 22:51:50 +10:00
e6af56a417
Merge branch 'main' of http://synbox.ruv.wtf:8418/litruv/cinny
2026-04-28 15:47:31 +10:00
ffec244113
feat: Refactor Android share and background sync utilities; streamline notification handling with dynamic imports
2026-04-28 15:46:19 +10:00
52abffb4c9
feat: integrate scroll to latest behavior setting into unread info calculation
2026-04-26 19:10:06 +10:00
ef0aa2a847
feat: Implement Android share functionality and background sync
...
- Add ShareRoomPicker component for selecting rooms to share Android intents.
- Introduce AndroidShare utility for handling shared files and payloads from Android.
- Implement background synchronization with UnifiedPush for Android notifications.
- Enhance notification handling in Tauri and Capacitor environments.
- Update TypeScript configuration for better module resolution.
- Create Capacitor configuration file for Android integration.
- Add SVG icon for notifications.
- Refactor media URL authentication checks in matrix utility.
2026-04-26 14:32:16 +10:00
7b69ed6df8
feat: add VideoViewer component for enhanced video playback experience; implement download functionality and viewer modal
2026-04-24 08:38:22 +10:00
35ccdc0a22
feat: implement room list reordering and animation hooks; add scroll to latest behavior settings
2026-04-23 14:53:00 +10:00
643608f25d
feat: add notifications and invites routes to the router and update path utilities
2026-04-23 06:33:54 +10:00
17f7a7eaf2
feat: update Direct component to include invites and notifications navigation items
2026-04-23 06:13:40 +10:00
854f365715
feat: update plugin index and base URLs to support environment variables
2026-04-23 05:11:11 +10:00
114435a56d
feat: add fullscreen and exit fullscreen icons for video component
2026-04-23 04:41:30 +10:00
e5e296ca98
feat: update links to point to the new GitHub repository for Paarrot-Desktop
2026-04-22 03:28:41 +10:00
ec6fe77567
feat: implement LRU caching for user colors and avatar metadata to optimize performance
2026-04-22 02:47:21 +10:00
64e252da94
feat: add plugin button and navigation slots for enhanced plugin integration across various components
2026-04-22 00:18:55 +10:00