summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(client): refine decksyuilo2022-07-038-93/+131
| | | | Fix #7720
* fix(client): contextmenu of deck not workingsyuilo2022-07-031-2/+1
|
* chore(client): rename marquee -> tickersyuilo2022-07-032-4/+4
|
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* chore(client): tweak stylesyuilo2022-07-033-6/+8
|
* fix(client): fix wrong importsyuilo2022-07-031-1/+1
|
* fix(client): style tweak for iossyuilo2022-07-0324-36/+37
|
* fix(client): ↵syuilo2022-07-031-1/+1
| | | | フォロワー一覧がフォローににゃっているんだにゃあ
* chore(client): tweak stylesyuilo2022-07-031-1/+1
|
* feat(client): status bar (experimental)syuilo2022-07-0311-51/+656
|
* feat: moderation notesyuilo2022-07-031-43/+93
|
* chore(client): tweak uisyuilo2022-07-024-27/+45
|
* fix(client): fix typosyuilo2022-07-021-1/+1
|
* fix(client): use unique class names for root to prevent conflicts of stylesyuilo2022-07-022-4/+4
|
* enhance(client): better sticky-container componentsyuilo2022-07-023-34/+24
|
* enhance(client): better marquee componentsyuilo2022-07-023-2/+99
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-022-2/+2
|
* feat: Log user ips (#8872)syuilo2022-07-025-12/+87
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* refactor(client): refactoringsyuilo2022-07-0290-114/+27
|
* chore(client): tweak uisyuilo2022-07-021-1/+9
|
* enhance(client): cache pages in page-windowsyuilo2022-07-021-3/+6
|
* feat(client): poll highlights in explore pagesyuilo2022-07-011-2/+16
|
* enhance(client): ハイライトをみつけるに統合syuilo2022-07-016-217/+195
|
* chore(client): tweak uisyuilo2022-07-017-498/+655
|
* chore(client): tweak stylesyuilo2022-07-011-0/+8
|
* chore(client): tweak stylesyuilo2022-07-013-10/+9
|
* chore(client): tweak stylesyuilo2022-07-011-3/+15
|
* chore(client): tweak uisyuilo2022-07-011-144/+132
|
* chore(client): fix pie renderingsyuilo2022-07-011-4/+4
|
* chore(client): tweak rss-marqueesyuilo2022-06-301-1/+3
|
* chore(client): tweak uisyuilo2022-06-302-81/+57
|
* feat(client): add rss-marquee widgetsyuilo2022-06-303-7/+124
|
* chore(client): tweak stylesyuilo2022-06-301-0/+1
|
* chore(client): tweak uisyuilo2022-06-303-9/+54
|
* chore(client): tweak uisyuilo2022-06-306-118/+126
|
* chore(client): tweak uisyuilo2022-06-303-20/+20
|
* chore(client): tweak uisyuilo2022-06-301-1/+9
|
* chore(client): tweak clientsyuilo2022-06-301-2/+1
|
* enhance(client): show confirm dialog when logoutsyuilo2022-06-301-1/+7
|
* refactor(client): use setup syntaxsyuilo2022-06-301-139/+103
|
* perf(client): improve range control performancesyuilo2022-06-301-3/+7
|
* tweak clientsyuilo2022-06-3011-184/+154
|
* tweak clientsyuilo2022-06-303-7/+17
|
* fix client router catchallJohann1502022-06-291-1/+1
| | | | fixes #8903
* fix 'assignment to const' errorJohann1502022-06-291-1/+1
|
* feat(client): add instance-cloud widgetsyuilo2022-06-292-0/+82
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-06-293-1/+34
|\
| * Prevent access to user pages when not logged in [v2] (#8904)Johann1502022-06-293-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | * do not throw error when navigating * enhance: add loginRequired to router This allows client pages to require logging in before displaying the page, useful for example for user settings pages. * add login requirements Co-authored-by: Andreas Nedbal <git@pixelde.su>
* | feat(client): add tag cloud componentsyuilo2022-06-292-1/+112
|/