ggurdin
97b8d61afe
chore: make textfields in toolbar work on firefox/safari ( #1922 )
2025-02-25 15:42:07 -05:00
ggurdin
5564663ce8
chore: account for chat details column width in message overlay max width ( #1920 )
2025-02-25 14:23:36 -05:00
ggurdin
897425620d
chore: in TTS, use full langCode voice if available, and short langCode voice if not ( #1919 )
2025-02-25 14:11:33 -05:00
ggurdin
ea9142b552
fix: make text dialog autosubmit work as expected ( #1918 )
2025-02-25 13:50:35 -05:00
ggurdin
becd9d7395
chore: revert deleting selection area in input bar ( #1915 )
2025-02-25 13:21:01 -05:00
ggurdin
1ce541d254
fix: before popping in futureloadingdialog, check if canPop ( #1914 )
2025-02-25 13:03:40 -05:00
ggurdin
6959d8be00
fix: prevent users from creating spaces with empty names
2025-02-25 12:15:36 -05:00
Krille-chan
a4bf5c9bfb
Merge pull request #1652 from evoL/evol/push-ynmlqksrsrqy
...
fix(macos): update dependencies to make the build work
2025-02-25 17:56:30 +01:00
Krille
a8bf39aca0
chore: Better no compression supported UX
2025-02-25 17:53:10 +01:00
Krille-chan
9e7d939c2f
Merge pull request #1653 from evoL/evol/push-qlpuxltsltwt
...
fix: never use a transition on the shell route
2025-02-25 17:44:40 +01:00
Krille-chan
63ac2a3525
Merge pull request #1654 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-02-25 17:34:57 +01:00
Krille
eb446af438
chore: Follow up gallery picker
2025-02-25 17:11:29 +01:00
Poesty Li
990321a77b
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (762 of 762 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
2025-02-25 15:56:50 +00:00
Priit Jõerüüt
360afe0834
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (762 of 762 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2025-02-25 15:56:49 +00:00
Edgars Andersons
879d8331ea
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (759 of 759 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/
2025-02-25 15:56:48 +00:00
Angelo Schirinzi
032b0c5ec7
Translated using Weblate (Italian)
...
Currently translated at 99.6% (756 of 759 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/
2025-02-25 15:56:48 +00:00
Krille
cc41a3bada
chore: Follow up input row
2025-02-25 15:16:56 +01:00
Krille
5ec25ec2ed
chore: Follow up paddings
2025-02-25 15:06:27 +01:00
Krille
7e8bb14c69
chore: Follow up paddings
2025-02-25 14:56:59 +01:00
Krille
2e7eea9308
chore: Follow up paddings in room input row
2025-02-25 14:43:38 +01:00
Krille
8da9ef06ff
chore: Follow up send file dialog design
2025-02-25 14:19:07 +01:00
Krille
4f67992d9e
feat: Send optional message with images or files
2025-02-25 13:44:46 +01:00
Krille
00d219bae1
feat: New video file picker button
2025-02-25 13:28:50 +01:00
Rafał Hirsch
7b3c1ada03
fix: never use a transition on the shell route
...
Changing the PageBuilder here based on a MediaQuery causes the child to briefly
be rendered twice with the same GlobalKey, blowing up the rendering.
I believe this fixes https://github.com/krille-chan/fluffychat/issues/1534 .
2025-02-24 22:16:46 +01:00
Rafał Hirsch
760f65f5be
fix(macos): update dependencies to make the build work
...
This commit was generated mostly by running `flutter run -d macos` and then
`pod update` in the `macos/` directory after that failed.
2025-02-24 22:08:32 +01:00
Krille-chan
63af3afde4
Merge pull request #1646 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-02-24 14:13:24 +01:00
Krille
20220d21fd
fix: Index of numbered lists are off
2025-02-24 13:14:17 +01:00
Edgars Andersons
f93f8945f9
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (759 of 759 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/
2025-02-22 23:50:33 +01:00
krille-chan
221c3ef6bd
chore: Better error handling for image rendering
2025-02-22 12:17:50 +01:00
krille-chan
9ea7d307c2
chore: Nicer colors for reactions
2025-02-22 11:58:03 +01:00
krille-chan
dfe6717a29
feat: Navigate in image viewer with keyboard keys
2025-02-22 11:23:13 +01:00
Krille-chan
c3c247144f
Merge pull request #1638 from weblate/weblate-fluffychat-translations
...
Translations update from Hosted Weblate
2025-02-22 07:43:46 +01:00
ggurdin
5367dbfb59
fix: fetch morphs once and sort after fetching instead of using future builder in grammar analytics view ( #1890 )
2025-02-21 17:06:15 -05:00
sienna-sterling
ba4800adcc
1759-get-rid-of-redundant-language-selection-error ( #1799 )
...
* fix(error message): made it so the same error message does not appear twice
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-02-21 16:08:13 -05:00
ggurdin
419e08479f
fix: don't call span_details on IT match ( #1889 )
2025-02-21 15:51:09 -05:00
sienna-sterling
65ea468b00
1797-improve-grammar-icon-loading ( #1887 )
...
* fix(image caching): used the CachedNetworkImage for icons to stop fetching them with every rebuild
* generated
* update dependencies
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-02-21 15:34:41 -05:00
sienna-sterling
4c1594d6f0
fix(storage optimization): Removed and replaced used of PStore with G… ( #1730 )
...
* fix(storage optimization): Removed and replaced used of PStore with GetStorage
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-02-21 15:09:54 -05:00
ggurdin
67b118387c
fix: switch vocab / grammar buttons to use icon and text ( #1888 )
2025-02-21 14:48:54 -05:00
ggurdin
ea2896c3dc
fix: add back emoji button ( #1886 )
2025-02-21 14:23:01 -05:00
ggurdin
939e70ef75
feat: added reusable widget to show user's public language and level, added to participant list items ( #1885 )
2025-02-21 14:13:44 -05:00
ggurdin
62d5a7190f
1846 word specific audio player not working ( #1882 )
...
* feat: tie TTS enabled to target lang, show warning popup when disabled
* fix: prevent top overflow for popups
2025-02-21 12:19:51 -05:00
krille-chan
68707e57b9
build: Fix build tailwindcss for website
2025-02-21 18:13:27 +01:00
krille-chan
99c49e3df2
fix: Crash in settings when using MAS
2025-02-21 18:13:27 +01:00
Krille-chan
7a83927833
Merge pull request #1639 from krille-chan/revert-1626-krille/update-flutter-3-29-0
...
Revert "build: Update flutter to 3.29.0"
2025-02-21 17:43:32 +01:00
Krille-chan
2c824eb967
Revert "build: Update flutter to 3.29.0"
2025-02-21 17:28:05 +01:00
ggurdin
0255a71929
feat: use text instead of icons for analytics buttons ( #1878 )
2025-02-21 11:02:25 -05:00
wcjord
14dc4ed187
fix(pangea_token_model): don't give activities on tokens you just use… ( #1856 )
...
* fix(pangea_token_model): don't give activities on tokens you just used in a message
* generated
* generated
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-02-21 09:35:26 -05:00
Sofanyas Genene
fbf8abd987
Use system keyboard setting in Learning Settings ( #1867 )
...
* Use system keyboard setting in Learning Settings
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-02-21 09:25:26 -05:00
xabirequejo
de77b1f376
Translated using Weblate (Basque)
...
Currently translated at 99.8% (758 of 759 strings)
Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/
2025-02-21 15:11:02 +01:00
ggurdin
1f4418db60
fix: add release workflow updates to production branch ( #1873 )
2025-02-20 16:38:37 -05:00