Commit graph

808 commits

Author SHA1 Message Date
syuilo 331afcb96a feat(client): make possible to switch account instantly in post form 2022-01-21 20:17:31 +09:00
syuilo 51d21fbe66 Update CHANGELOG.md 2022-01-21 18:49:04 +09:00
syuilo e3a5584d0a feat: increase files limit for note
#8062
2022-01-21 18:27:33 +09:00
syuilo 7782d9e46c Update CHANGELOG.md 2022-01-13 00:51:07 +09:00
syuilo b267a504ca bye reversi 2022-01-12 17:34:53 +09:00
syuilo a10be38d0e bye chat ui 2022-01-09 18:50:03 +09:00
syuilo faef125b74 bye room 2022-01-07 17:06:47 +09:00
syuilo 99eb919f4e 12.101.1 2021-12-29 17:25:10 +09:00
syuilo 1d640ee118 Update CHANGELOG.md 2021-12-29 17:23:58 +09:00
syuilo b14e347da1 12.101.0 2021-12-29 13:41:50 +09:00
syuilo 5c7181ca21 feat(client): svg sparkle effect
Resolve #8088
2021-12-29 04:13:45 +09:00
syuilo b05cfe4a84 enhance(client): improve note preview
Fix #8029
2021-12-25 15:49:37 +09:00
syuilo 99ced12ac5 fix(client): fix zindex issue
Fix #8086
2021-12-24 01:07:04 +09:00
syuilo a3dceee7c0 12.100.2 2021-12-18 20:59:05 +09:00
syuilo b1751543aa fix(client): カスタム絵文字一覧ページの負荷が高いのを修正 2021-12-18 20:20:49 +09:00
syuilo 55ab528c87 Update CHANGELOG.md 2021-12-18 18:13:50 +09:00
syuilo 35cd9e621a 12.100.1 2021-12-17 19:42:50 +09:00
syuilo ac82435014 12.100.0 2021-12-17 16:17:56 +09:00
syuilo fa8eb43eaf fix(client): 一部のコンポーネントが裏に隠れるのを修正 2021-12-15 21:44:41 +09:00
syuilo cf5fe2d107 12.99.3 2021-12-14 23:28:19 +09:00
syuilo 6d82bbef17 Update CHANGELOG.md 2021-12-14 22:37:50 +09:00
syuilo 9cd2b767a9 enhance(client): make possible to leave a group 2021-12-14 22:27:33 +09:00
syuilo ceabd7c791 Update CHANGELOG.md 2021-12-14 21:55:48 +09:00
syuilo bd903cdbb5 feat: カスタム絵文字エクスポート 2021-12-10 18:24:26 +09:00
syuilo 0b038f6477 fix(client): メニューなどがウィンドウの裏に隠れる問題を修正 2021-12-10 18:20:41 +09:00
syuilo 7e26daa51b fix(client): クリップの設定を編集できない問題を修正
Fix #8046
2021-12-10 16:15:36 +09:00
syuilo 20134a5367 feat: improve follow export 2021-12-10 01:22:35 +09:00
syuilo 4341c4cccc Update CHANGELOG.md 2021-12-09 21:40:15 +09:00
romaboo 054417354c
feat: user-level instance mute (#7712)
* Update ja-JP.yml

* Added settable config for muted instances

* added psql query for removal of muted notes

* Added filtering and trimming for instance mutes

* cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client

* Added notification & streaming timeline muting

* Updated changelog

* Added missing semicolon

* Apply japanese string suggestions from robflop

Co-authored-by: Robin B. <robflop98@outlook.com>

* Changed Ja-JP instance mute title string to one suggested by sousuke

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* Update ja-JP instanceMuteDescription based on sousuke's suggestion

Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>

* added notification mute

* added notification and note children muting

* Fixed a bug where local notifications were getting filtered on cold start

* Fixed instance mute imports

* Fixed not saving/loading instance mutes

* removed en-US translations for instance mute

* moved instance mute migration to js

* changed settings index back to spaces

* removed destructuring assignment from notification stream in instance mute check call

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* added .note accessor for checking note data instead of notification data

* changed note to use Packed<'Note'> instead of any and removed usage of snake case

Co-authored-by: tamaina <tamaina@hotmail.co.jp>

* changed notification mute check to check specifically for notification host

* changed to using single quotes

* moved @click to the end for the linter

* revert unnecessary changes

* restored newlines

* whitespace removal

Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Robin B. <robflop98@outlook.com>
Co-authored-by: sousuke0422 <sousuke20xx@gmail.com>
Co-authored-by: puffaboo <emilis@jigglypuff.club>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2021-12-09 21:38:56 +09:00
syuilo fbe4869d1e fix(client): タッチ機能付きディスプレイを使っていてマウス操作をしている場合に一部機能が動作しない問題を修正 2021-12-05 13:10:19 +09:00
syuilo 75c087b79f 12.98.0 2021-12-03 22:29:58 +09:00
syuilo 8223a069fe fix(server): Fix #8032 2021-12-03 17:47:44 +09:00
syuilo 5c8561c903 client: tweak ui 2021-12-03 13:55:30 +09:00
syuilo 584ceb3714 Update CHANGELOG.md 2021-12-03 12:01:31 +09:00
syuilo e46bb2f948 Update CHANGELOG.md 2021-12-02 20:29:35 +09:00
syuilo bcd188a0e0 enhance(client): make possible to close image dialog with click
Related #8023
2021-12-02 20:20:40 +09:00
tamaina f3e29c4f6a
fix: LTLやGTLが無効になっている場合でもUI上にタブが表示される問題を修正 (#8026)
* wip

* add changelog

* 変換ミス修正
2021-11-30 23:03:03 +09:00
syuilo 2fc58a780e feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように 2021-11-28 20:29:37 +09:00
syuilo 561b0fc10e feat(client): show confirm dialog when vote 2021-11-28 20:23:48 +09:00
syuilo b8f42fca56 Update CHANGELOG.md 2021-11-28 20:12:43 +09:00
syuilo 9604ad3dc1 fix(client): リアクションツールチップ、Renoteツールチップのユーザーの並び順を修正 2021-11-21 14:09:41 +09:00
syuilo 8e04bd12cf fix(client): ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正 2021-11-21 14:01:53 +09:00
syuilo f5bea67515 client: ノートにモデレーターバッジを表示するのを廃止 2021-11-21 13:36:44 +09:00
syuilo a0c6ae2cba 12.97.0 2021-11-19 20:39:43 +09:00
syuilo cb4d65b5c9 feat(client): keep line breaks of translated text to improve readability 2021-11-19 19:03:25 +09:00
syuilo 1c6463e66f feat(client): collapse sub note automatically 2021-11-19 18:56:30 +09:00
syuilo c850cef711 Update CHANGELOG.md 2021-11-18 22:12:17 +09:00
syuilo d35f0247a2 Update CHANGELOG.md 2021-11-18 17:40:20 +09:00
syuilo c864d700d2 feat(client): アカウント削除に確認ダイアログを出すように 2021-11-14 13:27:46 +09:00
syuilo 7f5299cf46 12.96.1 2021-11-13 17:08:04 +09:00