summaryrefslogtreecommitdiff
path: root/src/client/pages/settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1237-4975/+0
| | | | Resolve #7779
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-071-0/+12
| | | | | | | | | | | | | * feat: make possible to configure following/followers visibility * add test * ap * add ap test * set Cache-Control * hide following/followers count
* :art:syuilo2021-10-241-19/+27
|
* Remove apexchartssyuilo2021-10-241-99/+2
| | | | Resolve #7907
* refactor clinetsyuilo2021-10-241-0/+1
|
* refactor clinetsyuilo2021-10-231-1/+0
|
* feat: ミュートとブロックのインポートsyuilo2021-10-201-8/+12
| | | | Resolve #7885
* リアクション一覧の公開をオプトインにsyuilo2021-10-181-0/+7
|
* fix(client): テーマの管理が行えない問題を修正syuilo2021-10-171-7/+7
|
* :art:syuilo2021-10-161-0/+4
|
* :art:syuilo2021-10-161-0/+6
|
* fix titlesyuilo2021-10-121-1/+1
|
* :art:syuilo2021-10-111-1/+1
|
* improve uisyuilo2021-10-102-161/+125
|
* :art:syuilo2021-10-091-3/+3
|
* refactor: use path aliassyuilo2021-10-091-1/+1
|
* tweak uisyuilo2021-10-092-8/+3
|
* :art:syuilo2021-10-082-1/+3
|
* :art:syuilo2021-10-031-26/+29
|
* fix bugsyuilo2021-10-031-1/+1
|
* :art:syuilo2021-10-032-18/+20
|
* :art:syuilo2021-10-021-3/+16
|
* :art:syuilo2021-10-021-32/+27
|
* refactor componentssyuilo2021-09-3038-341/+466
|
* Refine UI (#7806)syuilo2021-09-171-1/+2
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * Update default.vue * wip
* popupで設定ページを表示すると、アカウントの削除ペー ↵NoriDev2021-09-171-1/+1
| | | | にアクセスすることができない問題を修正 (#7797)
* 藍モード (#7687)syuilo2021-09-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * シンボリックリンクやめた * install lib dependency * bring live2d assets from misskey-dev/assets * refactor * nanka iroiro * コミット忘れ * random motion * wip * run git submodule update --init * コミット忘れ * refactor * fix bug * Update misskey-assets * lint * lint * lint * 藍モード修正 (#7702) * lazy load live2d script * fix typo * lazy load also widget * hot link to cubism core * https://github.com/misskey-dev/misskey/pull/7702/files#r695623821 * fix lint * remove live2d stuff * use iframe * update * Update gulpfile.ts * update * Update .gitattributes * update Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* add setting to keep content warning (#7682)Johann1502021-08-241-0/+2
|
* enhance: Improve account deletion experiencesyuilo2021-08-213-18/+69
|
* refactor: localStorageのaccountsはindexedDBで保持するように (#7609)tamaina2021-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | * accountsストアはindexedDBで保持するように * fix lint * fix indexeddb available detection * remove debugging code * fix lint * resolve https://github.com/misskey-dev/misskey/pull/7609/files/ba756204b77ce6e1189b8443e9641f2d02119621#diff-f565878e8202f0037b830c780b7c0932dc1bb5fd3d05ede14d72d10efbc3740c Firefoxでの動作を改善 * fix lint * fix lint * add changelog
* add soundsyuilo2021-08-141-0/+1
|
* ぼかし効果の切り替え機能syuilo2021-08-111-0/+2
|
* Improve clientsyuilo2021-08-082-3/+3
|
* :art:syuilo2021-08-061-4/+4
|
* アイコンを四角で表示するオプションsyuilo2021-07-191-0/+6
|
* Classic UIsyuilo2021-07-192-18/+22
|
* Custom CSSsyuilo2021-07-143-0/+75
|
* Use unisonReloadsyuilo2021-07-131-1/+2
|
* Update theme.vuesyuilo2021-06-141-1/+1
|
* Updated divisions to math.div (#7549)mint2021-06-051-2/+5
| | | | | | | | | | | | | | | | | * Updated divisions to math.div on Reversi (game.board.vue) * Update src/client/pages/reversi/game.board.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Oops. Forgot to put it all through parenthesis * Imported sass:math * Fixes on drive.vue * Forgot the stupid comma Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix typosyuilo2021-05-301-6/+6
| | | | Resolve #7540
* メールアドレスの設定を促すようにsyuilo2021-05-041-0/+8
|
* Improve clientsyuilo2021-04-232-0/+168
|
* fix bugsyuilo2021-04-211-1/+1
|
* Use FontAwesome as web font instead of vue component (#7469)syuilo2021-04-2034-173/+105
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update yarn.lock * wip * wip
* Implement user online statussyuilo2021-04-171-0/+7
| | | | | Resolve #7422 Fix #7424
* タイトルバー非表示オプション削除syuilo2021-04-151-6/+0
|
* theme descriptionsyuilo2021-04-141-0/+3
|
* fix bugsyuilo2021-04-141-0/+1
|
* Tweak UIsyuilo2021-04-148-24/+18
|