Commit graph

3682 commits

Author SHA1 Message Date
naskya
cd6d3e935a
chore (client): use original url for note sharing 2024-06-07 09:52:10 +09:00
老周部落
78a18e9000
feat: qr codes for note sharing 2024-05-29 22:55:46 +08:00
naskya
caf9eabd57 Merge branch 'file-comression' into 'develop'
feat: Compress PNG; detect and compare the size of compressed and uncompressed file

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10742
2024-05-28 07:47:15 +00:00
naskya
7a3aec1881
fix (client): notification reply-to style when the summary is long
c04c071aec
2024-05-23 23:15:16 +09:00
naskya
747f1d6e04
fix (client): noteTranslation is nullable
!10899
2024-05-23 22:49:25 +09:00
naskya
c04c071aec
fix (client): notification reply-to style
!10899
2024-05-23 22:40:49 +09:00
Lhcfl
55da1897ae refactor: split MkNote into smaller components 2024-05-22 23:47:53 +08:00
Linca
c972a93343 fix: Duplicated renote bar
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-22 12:09:39 +00:00
naskya
b087817984
fix (client): soft muted posts not opening on click 2024-05-22 17:55:50 +09:00
Lhcfl
09185e44a9 fix: remove MkVisibility scheduled time i18n 2024-05-22 16:16:58 +08:00
Lhcfl
fc8357302d fix: Scheduled post cannot send post with attachments 2024-05-22 14:49:22 +08:00
Lhcfl
bd9ff39c0b fix: Don't show notSpecifiedMentionWarning if visibility is not 'specified' 2024-05-22 11:09:48 +08:00
Lhcfl
577d40df04 style: adjust MkPostForm 2024-05-22 10:56:29 +08:00
Lhcfl
9d87794ed5 Merge branch 'develop' of https://firefish.dev/firefish/firefish into style/mkpostform 2024-05-22 10:49:43 +08:00
Lhcfl
9f23c8aee6 style: move post schedule button inside "more!" menu 2024-05-22 10:45:07 +08:00
naskya
4af3ca86a6
fix (client): invalid non-null assertion 2024-05-22 04:43:49 +09:00
naskya
521cfe7fe3
chore (client): address TODO comments 2024-05-22 04:05:53 +09:00
naskya
cb0676ff5a
style: move post schedule button inside "more!" menu 2024-05-22 03:57:07 +09:00
Linca
e8accfaabb fix: Prevent menu from overflowing off screen
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-21 14:38:19 +00:00
naskya
8c497014d9
chore: format 2024-05-20 20:04:23 +09:00
naskya
cd901cd703
chore (client): change variable names 2024-05-20 19:55:45 +09:00
naskya
ec152499bf
Merge branch 'develop' into feat/schedule-create 2024-05-19 19:44:11 +09:00
naskya
3661c4da74 Merge branch 'fold-poll' into 'develop'
feat: fold poll notifications

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10869
2024-05-18 21:31:21 +00:00
Lhcfl
c18987e3b4 feat: fold poll 2024-05-18 21:09:11 +08:00
Lhcfl
1d1e9105e5 fix: add key to v-for in MkNotificationFolded 2024-05-17 22:30:10 +08:00
naskya
452728b352
Merge branch 'develop' into feat/schedule-create 2024-05-16 17:32:42 +09:00
naskya
a9e927cef1
Merge branch 'develop' into feat/schedule-create 2024-05-16 17:21:34 +09:00
naskya
287dcece57
chore (client): remove debug prints 2024-05-16 16:47:35 +09:00
naskya
9298a6252d
Merge branch 'develop' into refactor/types 2024-05-16 16:45:03 +09:00
naskya
a18ad132be
fix: remove $[center] MFM function 2024-05-16 04:51:51 +09:00
naskya
d8e1ab63c0
refactor: port system information checker to backend-rs
network stat is removed because it might be inaccurate and/or
it should be monitored by other system tools, but it may be added back
later if it is wanted
2024-05-15 16:26:46 +09:00
naskya
f933525856
chore: fix dependencies 2024-05-10 16:25:22 +09:00
naskya
bdc5d02d27
fix (client): missing import 2024-05-09 19:13:43 +09:00
Lhcfl
0a7f16c11f fix: renote time 2024-05-09 15:49:00 +08:00
naskya
3af8f86924
chore: lint 2024-05-09 02:06:10 +09:00
Lhcfl
272e30be0c refactor: replace the awful ?: chain with if-else; fix: force update ticker when props.time changed
related: ed6f866a4f

Co-authored-by: kakkokari-gtyih <kakkokari-gtyih@users.noreply.github.com>
2024-05-08 10:52:32 +08:00
Lhcfl
f5074f35cc fix: use reactive MkTime 2024-05-08 03:00:07 +08:00
Lhcfl
31168cc7b2 fix: use reacive MkSubNoteContent 2024-05-07 23:42:40 +08:00
Lhcfl
42886f054d fix: use reactive previewableCount 2024-05-07 23:31:45 +08:00
Lhcfl
1d0ea11eea fix: use note capture in MkNoteSimple 2024-05-07 23:23:19 +08:00
Lhcfl
33923a59fa fix: use reactive MkNoteHeader 2024-05-07 22:37:09 +08:00
Lhcfl
8067ed4084 Merge branch 'develop' of https://firefish.dev/firefish/firefish into feat/collepse-reply-timeline 2024-05-07 22:34:45 +08:00
naskya
4104cbf5b5
Merge branch 'develop' into feat/schedule-create 2024-05-07 21:27:40 +09:00
naskya
e3a98ebc72 Merge branch 'userLang' into 'develop'
Add server-side per-user UI language

Co-authored-by: eana <coder@apps.1a23.com>

See merge request firefish/firefish!10793
2024-05-06 15:31:18 +00:00
eana
e7c33835b2 Add server-side per-user UI language 2024-05-06 05:14:44 +00:00
Linca
5e5d01d407 fix: Click event of MenuParent unexpectedly goes to underlying element
Co-authored-by: Lhcfl <Lhcfl@outlook.com>
2024-05-05 11:42:25 +00:00
naskya
6d64358674
fix (client): missing MFM function props not falling back correctly 2024-05-05 01:15:04 +09:00
naskya
bc39badf51
chore (client): remove unused code 2024-05-04 16:08:41 +09:00
naskya
f66ecd0759 Merge branch 'fix/follow_me_with_host' into 'develop'
fix: follow-me generate wrong link for other server

Co-authored-by: 老周部落 <laozhoubuluo@gmail.com>

See merge request firefish/firefish!10785
2024-05-03 14:41:37 +00:00
老周部落
8a2f3b3e36
fix: follow-me generate wrong link for other server 2024-05-03 22:13:54 +08:00