Commit graph

8516 commits

Author SHA1 Message Date
ShootingStarDragons
a217213f77 feat(linux/notify): support avarar icon
support avarar icon
2025-06-22 16:02:15 +09:00
LucasMZ
e5d939debd
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.8% (769 of 778 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pt_BR/
2025-06-21 13:08:55 -03:00
Priit Jõerüüt
b31913b6a4
Translated using Weblate (Estonian)
Currently translated at 99.8% (777 of 778 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2025-06-21 13:08:55 -03:00
LucasMZ
6ed9c9d6aa
fix: fix l10n's missing newlines
weblate will otherwise add these anyway, which can cause commit spam
2025-06-21 13:08:55 -03:00
LucasMZ
44919d4f3b
fix: fix l10n files' indentation
weblate otherwise will reformat all of these anyway
2025-06-21 13:08:28 -03:00
Krille-chan
c06b2cf640
Merge pull request #1976 from Decodetalkers/messagejumpfix
fix(notification/linux): default action also need to be handled
2025-06-21 12:08:28 +02:00
Christian Kußowski
103cb8328d
feat: Collapse all state events by default 2025-06-21 11:15:28 +02:00
Christian Kußowski
3d0a3ee226
fix: Workaround for reversed width and height of compressed videos sent from Android 2025-06-21 10:05:14 +02:00
Christian Kußowski
a20bfeca21
chore: Nicer own reaction color design 2025-06-21 09:04:16 +02:00
ggurdin
c89abd4862
Merge branch 'main' into 3168-allow-clicking-of-words-in-transcripts 2025-06-20 15:03:24 -04:00
ggurdin
956b2af88f
feat: make tokens in STT transcript clickable 2025-06-20 15:02:39 -04:00
ShootingStarDragons
5d8bad7458 chore: do format 2025-06-21 01:32:50 +09:00
ShootingStarDragons
4802277dca fix: notification clicked still cannot jump
the context in context.go is the BuildContext by flutter, not that one
from go_router.
example is here: https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/main.dart

it was a mistaken
2025-06-21 01:26:14 +09:00
ggurdin
64fd1769cd
chore: don't select audio message on click play button 2025-06-20 12:14:07 -04:00
ggurdin
a3b2c2791b
chore: make non-joined room members less opaque in room details view 2025-06-20 12:08:51 -04:00
avashilling
7a6a4d2be3 Merge branch 'main' into 2576-level-up-ui-tweaks 2025-06-20 11:51:00 -04:00
ShootingStarDragons
e41537271f fix: open chat from notification
default should not be ignored
2025-06-21 00:47:38 +09:00
avashilling
21e3d17c5d Add polling for construct summary to display when generated
and slight refactoring of level up popup
2025-06-20 11:46:55 -04:00
ggurdin
d8911e7271
chore: phonetic transcription changes for bot audio messages 2025-06-20 11:35:25 -04:00
ggurdin
f578119352
Merge pull request #3166 from pangeachat/3158-some-border-in-the-dark-mode-or-a-different-design
chore: add border around word card for emphasis
2025-06-20 10:58:37 -04:00
ggurdin
03b092c74d
chore: fix emoji reaction centering on iOS 2025-06-20 10:53:58 -04:00
avashilling
fb52b8b1f0 chore: add border around word card for emphasis 2025-06-20 10:22:22 -04:00
ggurdin
7a6db851ad
chore: fix audio player unique ID mixup 2025-06-20 10:18:44 -04:00
ggurdin
65793ad538
Merge branch 'main' into 3161-only-do-phonetic-transcription-for-l1-l2-pairs-with-different-scripts 2025-06-20 10:10:02 -04:00
ggurdin
2309df6727
fix .env file path 2025-06-20 10:07:37 -04:00
ggurdin
7d965cebb3
formatting 2025-06-20 10:05:00 -04:00
ggurdin
cb2747247b
chore: use node.text instead of node.innerhtml 2025-06-20 10:03:06 -04:00
wcjord
4fdf1f970b fix(phonetic_transcription): fixing a merge conflict 2025-06-20 09:31:14 -04:00
wcjord
a396b94bec fix(phonetic_transcription): show transcriptions if scripts null in languages 2025-06-20 09:18:17 -04:00
ggurdin
82f729d625
fix .env file path 2025-06-20 08:54:38 -04:00
Christian Kußowski
94013fb2c6
fix: Multiple problems with SSO 2025-06-20 09:22:09 +02:00
wcjord
d8a145834c feat(phonetic_transcription): hide transcription for langauges with the same script 2025-06-19 15:09:13 -04:00
avashilling
61c60f5ff6 Fix skill XP from constructSummary not being generated bug
Also added commented out code to fetch last construct summary instead of generate a new one for testing
2025-06-18 16:49:02 -04:00
ggurdin
29df67d227
chore: make room details buttons expand to fill available space 2025-06-18 16:15:33 -04:00
ggurdin
b386458b05
Merge branch 'main' into phonetic-audio-color 2025-06-18 15:57:40 -04:00
ggurdin
241a8051cd
simplify 2025-06-18 15:57:11 -04:00
ggurdin
3923ba8bd6
chore: fix playing icon in phonestic transcription widget 2025-06-18 15:33:44 -04:00
ggurdin
d6b206da48
Merge branch 'main' into 3147-reselect-message-causes-white-background-bug 2025-06-18 15:07:44 -04:00
ggurdin
a2d4aa0f16
chore: deselect events in message overlay dispose function 2025-06-18 15:07:14 -04:00
Kelrap
19fa984a52 Merge branch 'main' of https://github.com/pangeachat/client into phonetic-audio-color 2025-06-18 15:03:12 -04:00
Kelrap
0ff8b04740 Selects icon color for phonetic audio button based on background darkness 2025-06-18 14:58:12 -04:00
ggurdin
c5dd7dd09e
Merge branch 'main' into hide-no-permission-unpin 2025-06-18 14:56:15 -04:00
ggurdin
586b5350f4
clean up pangea comments 2025-06-18 14:55:53 -04:00
avashilling
64aba1d6e4 Add rain confetti and animated flip counter
Change continuous blast of confetti to one blast with rain and a new animation type, and changed skills names for cleaner skills table look
2025-06-18 14:13:53 -04:00
ggurdin
6c118ba88f
chore: exlude reply content from HTML token search 2025-06-18 14:06:43 -04:00
Kelrap
9dce1a856d Remove unpin tooltip/action when user does not have permission 2025-06-18 13:45:56 -04:00
ggurdin
17420f28d0
chore: show loading indicator and error message in transcription 2025-06-18 13:33:38 -04:00
ggurdin
ab7df42fbf
chore: visually distinguish between pinned and unpinned events in overlay header 2025-06-18 13:06:15 -04:00
ggurdin
312c138966
chore: show full userIds in invitation page 2025-06-18 12:44:47 -04:00
ggurdin
10267d69ec
Merge pull request #3133 from pangeachat/3124-not-too-important-but-again-the-text-of-the-message-doesnt-thave-to-be-this-huge
chore: make onboarding text smaller
2025-06-18 11:33:16 -04:00