1
0
Fork 1
mirror of https://example.com synced 2024-11-27 15:46:40 +09:00
Commit graph

3550 commits

Author SHA1 Message Date
osamu
4e018163a3
fix: sound effects stop music playback in iOS
This also improves the overall sound performance (including Android PWA)

Co-authored-by: naskya <m@naskya.net>
2023-11-27 20:32:48 +09:00
cf85db4024
Firefish v1.0.5-dev22 2023-11-27 19:32:26 +09:00
dd3021c119
chore: unsafe linting 2023-11-27 18:17:53 +09:00
ThatOneCalculator
f7ce60cd9f
chore: 🚨 lint 2023-11-26 12:27:02 -08:00
Kainoa Kanter
c35dbe2645 Merge branch 'more-links' into 'develop'
feat: ability to pin custom pages to the help menu

Co-authored-by: naskya <m@naskya.net>

See merge request firefish/firefish!10640
2023-11-26 20:14:02 +00:00
e7e6ae69e0 feat: ability to pin custom pages to the help menu 2023-11-26 20:14:02 +00:00
ThatOneCalculator
2f7b3070ee
chore: format 2023-11-26 12:06:21 -08:00
ef71d23d80
fix: wrong string substitution (misskey.io -> firefish.io) + stop depending on misskey.io (close #10813) 2023-11-23 01:50:58 +09:00
e0c1d9ce00
refactor (minor): update MkPostForm 2023-11-22 22:21:47 +09:00
481657aa93
feat: add search filter "from: me" 2023-11-21 02:18:41 +09:00
Ibuki Sugiyama
23fb60e185
enhance: increase emoji picker search results
Co-authored-by: naskya <m@naskya.net>
2023-11-19 14:13:53 +09:00
24deab1743
chore: remove unused dependencies 2023-11-18 19:21:23 +09:00
ee4ddabc6b fix: anyone (not only the owner) can press the edit button of an album 2023-11-17 09:17:56 +00:00
adf023b227
Firefish v1.0.5-dev21 2023-11-17 06:01:31 +09:00
2d9d6e9fb7
chore: lint 2023-11-17 05:18:19 +09:00
97bb495636
chore: upgrade dependencies (except for @swc/core and megalodon) 2023-11-17 05:15:02 +09:00
845f08893f
fix: upgrade AiScript!
There are braking changes in the AiScript syntax, so existing plugins must alse be upgraded
Also, I didn't include the function that can call remote servers' API (which is present in the latest Misskey)

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2023-11-17 05:04:05 +09:00
703c7496d0
chore: update dependencies 2023-11-16 00:03:32 +09:00
14afc670b7
chore: remove "index posts" button from the control panel 2023-11-15 23:41:31 +09:00
36768ac7d4
chore: rename default emoji mod permission from 'none' to 'unauthorized' considering name collision in Rust 2023-11-11 10:03:45 +09:00
Kainoa Kanter
09053f5748 Merge branch 'feat-client-drive-notes' into 'develop'
feat: client: add page 'posts with file attached'

Co-authored-by: Johann150 <johann.galle@protonmail.com>

Closes #10695

See merge request firefish/firefish!10634
2023-11-10 15:38:18 +00:00
d1c78efab7
dev: move repository url 2023-11-09 21:25:55 +09:00
d5d1b68529
feat: ability to pin custom pages to the help menu 2023-11-09 21:18:14 +09:00
7d9278b470 Merge branch 'fix/broken-search-field' into 'develop'
fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field

Co-authored-by: minneyar <speed@sakabatou.net>

See merge request firefish/firefish!10631
2023-11-07 14:01:24 +00:00
Minneyar
c03c11c7aa fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
Co-authored-by: minneyar <speed@sakabatou.net>
2023-11-07 14:01:24 +00:00
c96d0f012e
fix: add missing dependency 2023-11-06 21:19:37 +09:00
2951661896
chore: lint 2023-11-06 21:11:39 +09:00
a9835e0299
fix: (try to) make AiScript work
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2023-11-06 21:08:32 +09:00
3616c26ebd
chore: upgrade client dependencies (except for aiscript) 2023-11-06 10:41:54 +09:00
ed06565d82
dev: gitignore lockfile 2023-11-06 10:19:50 +09:00
Ibuki Sugiyama
13bb60bd6b
fix: increase emoji picker search results (close #13)
Co-authored-by: naskya <m@naskya.net>
2023-11-05 21:02:47 +09:00
40d5ad1b2d
chore: remove unused imports/variables 2023-10-31 20:19:05 +09:00
8845383fc2
chore: add missing @types packages for client 2023-10-31 20:14:41 +09:00
3e3933d50a fix: icons in MkModPlayer 2023-10-31 10:21:59 +00:00
0fb0a19611 fix(minor): consistent mfm parsing 2023-10-31 10:04:51 +00:00
267d1970e2 fix icon in page.post.vue 2023-10-30 18:26:38 +00:00
ThatOneCalculator
1c9389ca21
fix: ♻️ set en-US as default lang for type 2023-10-29 14:02:04 -07:00
Johann150
a0b1f62efc
feat: add "posts with file attached" page to client
Co-authored-by: Mia Herkt <mia@0x0.st>
2023-10-29 20:32:25 +09:00
minneyar
5b5d01aa79
fix: use "iconClass" instead of "icon" in MkDialog; remove "null" in input field 2023-10-29 20:19:39 +09:00
6d1b0fb397
Firefish v1.0.5-dev20 2023-10-29 20:09:26 +09:00
3b3320d532
chore: lint 2023-10-29 19:49:47 +09:00
356d95864c
chore: remove unused dependencies 2023-10-29 19:10:31 +09:00
f3f1d33a87
chore: disable vibrations by default 2023-10-29 00:54:23 +09:00
631686c2ec
chore: require credentials for post search 2023-10-28 01:08:17 +09:00
Johann150
a04f488da0
feat: client: add page 'posts with file attached'
Based on FoundKey commit 3747d7ecb1.
Closes #10695
2023-10-25 12:21:29 +02:00
Minneyar
1bf6cdce61 fix: Extract $i from account.ts into reactiveAccount.ts to fix circular dependency
Co-authored-by: minneyar <speed@sakabatou.net>
2023-10-22 21:29:46 +00:00
08cb14a04d
chore: run lint 2023-10-22 17:44:32 +09:00
e81ed199ae
Revert "chore: upgrade biome + lint & format"
This reverts commit a1cd9f73a1.
2023-10-22 17:33:40 +09:00
ThatOneCalculator
6c78356177
fix: MkDialog/MkWaitingDialog icons 2023-10-22 16:25:30 +09:00
ca2bf89082
fix: localOnly icon isn't showing 2023-10-22 06:52:46 +09:00