Commit graph

99 commits

Author SHA1 Message Date
syuilo
fe3609451e enhance(client): 🎨 2021-12-26 01:42:50 +09:00
syuilo
601bc3e3cc clean up 2021-12-25 13:38:53 +09:00
syuilo
2e80f9dfba clean up 2021-12-23 17:05:50 +09:00
syuilo
3a990dce75 refactor(client): refactor 2021-12-23 17:05:26 +09:00
syuilo
cc441258db enhance(client): tweak channel pages 2021-12-23 16:10:13 +09:00
syuilo
ee144acea9 Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2021-12-22 22:38:45 +09:00
syuilo
35b7ce1a96 enhance(client): メールアドレスの認証にクリック必須に 2021-12-22 22:38:42 +09:00
tamaina
dc0e55bf16
wip (#8077) 2021-12-21 00:20:30 +09:00
syuilo
b1751543aa fix(client): カスタム絵文字一覧ページの負荷が高いのを修正 2021-12-18 20:20:49 +09:00
syuilo
034dcaeb9d clean up 2021-12-18 20:20:02 +09:00
syuilo
cb16ff866c improve(client): show reload tip 2021-12-18 14:56:15 +09:00
syuilo
d9257a5c0e 🎨 2021-12-17 16:14:43 +09:00
syuilo
f7c90b58d6 enhance(client): リアクションピッカーの表示方法を選択できるように 2021-12-17 16:14:31 +09:00
syuilo
9cd2b767a9 enhance(client): make possible to leave a group 2021-12-14 22:27:33 +09:00
syuilo
48212e7a44 tweak component 2021-12-10 21:41:37 +09:00
syuilo
bd903cdbb5 feat: カスタム絵文字エクスポート 2021-12-10 18:24:26 +09:00
syuilo
7e26daa51b fix(client): クリップの設定を編集できない問題を修正
Fix #8046
2021-12-10 16:15:36 +09:00
syuilo
1cae39e281 tweak style 2021-12-10 15:33:01 +09:00
Outvi V
b635b064ee
fix: integration links (#8036) 2021-12-10 13:32:55 +09:00
syuilo
640fc337af client: tweak style 2021-12-10 11:56:23 +09:00
syuilo
d3c7c0ebe3 client: tweak style 2021-12-10 10:46:29 +09:00
syuilo
20134a5367 feat: improve follow export 2021-12-10 01:22:35 +09:00
syuilo
46c0280764 refactor(client): 2021-12-10 01:22:22 +09:00
syuilo
0abe2dfee0 Update instance-mute.vue 2021-12-09 21:48:57 +09:00
syuilo
caf0a219a6 Update instance-mute.vue 2021-12-09 21:45:14 +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
a60bd33cfc Update about-misskey.vue 2021-12-09 21:30:02 +09:00
futchitwo
7eedb9b19b
Fix(client): iをパラメーターに含めてもデフォルトのiが付与されるのを修正 (#8039) 2021-12-05 21:52:57 +09:00
okpierre
ac04c46d3b
Update other.vue (#8040) 2021-12-05 12:47:57 +09:00
futchitwo
b1bd7307bb
Fix(client): APIコンソールで with credential がオフだとiが付与されないように (#8038) 2021-12-05 03:01:35 +09:00
syuilo
8a3f860213 fix(client): fix range slider rendering 2021-12-04 20:35:08 +09:00
syuilo
e42e9530cb fix(client): tweak style 2021-12-04 18:27:31 +09:00
syuilo
b65353bc3c fix(client): pagesで関数を定義できない問題を修正 2021-12-04 18:12:03 +09:00
syuilo
5fe2e8a59a client: tweak ui 2021-12-03 13:52:57 +09:00
syuilo
c722225c80 client: tweak ui 2021-12-03 12:41:30 +09:00
syuilo
f38b6a1806 client: tweak ui 2021-12-02 20:09:12 +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
e8005c8d3a client: refine ui 2021-11-28 20:07:37 +09:00
Richard "EpicKitty" Bowey
dec7c4f722
Implemented a rotate MFM (#8016)
Co-authored-by: Richard Bowey <me@epickitty.uk>
2021-11-26 13:39:57 +09:00
syuilo
5d968afa74 update linr 2021-11-19 19:36:12 +09:00
futchitwo
9d67857a34
fix(client): fix plugin activate and uninstall (#7991)
* fix(client): fix plugin activate and uninstall

* Fix(client): fix package activates
2021-11-19 00:38:20 +09:00
syuilo
25fde3b5eb lint: add missing semicolon 2021-11-18 23:52:51 +09:00
syuilo
73b5c12927 introduce lint for client
Resolve #7998
2021-11-18 23:32:43 +09:00
syuilo
ea9aeef9d8 refactor(client): refactor dialog functions to improve type inference 2021-11-18 18:45:58 +09:00
futchitwo
76a7b5f067
fix(client):fix search all users (#7993) 2021-11-18 17:38:58 +09:00
syuilo
c864d700d2 feat(client): アカウント削除に確認ダイアログを出すように 2021-11-14 13:27:46 +09:00
syuilo
926eb34680 fix errors 2021-11-12 19:07:59 +09:00
syuilo
0e4a111f81 refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00