summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(frontend): improve MkInstanceTicker rendering performancesyuilo2025-05-041-14/+4
|
* add notesyuilo2025-05-031-0/+1
|
* perf(frontend): improve MkPullToRefresh render performancesyuilo2025-05-031-1/+1
|
* tweak MkPullToRefresh.vuesyuilo2025-05-031-4/+7
|
* perf(frontend): tweak PageWithHeadersyuilo2025-05-031-1/+2
|
* tweak MkPullToRefreshsyuilo2025-05-031-5/+8
|
* tweak MkPullToRefreshsyuilo2025-05-031-2/+2
|
* fix(frontend): tweak universal ui renderingsyuilo2025-05-031-1/+1
|
* feat(frontend): ↵syuilo2025-05-035-91/+101
| | | | マウスでもタイムラインを引っ張って更新できるように & MkPullToRefreshのパフォーマンス向上
* perf(frontend): improve timeline page performancesyuilo2025-05-021-7/+8
|
* Block deliver by software (#15727)anatawa122025-05-013-3/+80
| | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): suspend instance by software * feat(frontend): suspend instance by software * docs(chaangelog): 連合先のソフトウェア及びバージョン名により配信停止を行えるようになりました * chore: 例で使うバージョン名を変える * fix: broken lockfile * fix: broken lock file * fix broken lock file * update changelog * fix dependencies * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge commit from forkJulia2025-04-291-1/+1
| | | | | | | | none of our endpoints will ever contain `..` (they might, maybe, at some point, contain `.`, as in `something/get.html`?), so every `Mk:api()` call to an endpoint that contains `..` can't work: let's reject it outright Co-authored-by: dakkar <dakkar@thenautilus.net>
* fix stylesyuilo2025-04-292-0/+2
|
* feat(frontend): タイトルバーを表示できるようにsyuilo2025-04-298-99/+209
|
* Merge commit from forkJulia2025-04-298-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SP-2025-03.1 always wrap icon&thumbnail URLs if they're not HTTP URLs, the frontend won't be able to display them anyway (`<img src="mailto:…">` or '<div stile="background-image: url(nntp:…)">` aren't going to work!), so let's always run them through the media proxy, which will fail harder (fetching a `javascript:` URL won't do anything in the backend, might do something in the frontend) and will always protect the client's address in cases like `gemini:` where the browser could try to fetch * SP-2025-03.2 use object binding for more styles interpolating a random (remote-controlled!) string into a `style` attribute is a bad idea; using VueJS object binding, we should get proper quoting and therefore safe parse failures instead of CSS injections / XSS * SP-2025-03.3 slightly more robust "self" URL handling parse URLs instead of treating them as strings; this is still not perfect, but the `URL` class only handles full URLs, not relative ones, so there's so way to ask it "give me a URL object that represents this resource relative to this base URL" notice that passing very weird URLs to `MkUrl` and `MkUrlPreview` will break the frontend (in dev mode) because there's an untrapped `new URL(…)` that may explode; production builds seem to safely ignore the error, though --------- Co-authored-by: dakkar <dakkar@thenautilus.net>
* enhance(frontend): disable router view transitionsyuilo2025-04-281-44/+2
| | | | Fix #15723
* perf(frontend): improve timeline performancesyuilo2025-04-282-42/+98
|
* 🎨syuilo2025-04-281-32/+4
|
* enhance(frontend): add drive tipsyuilo2025-04-283-1/+11
|
* refactorsyuilo2025-04-282-10/+1
|
* tweak custom-emojis-managersyuilo2025-04-282-7/+6
|
* 🎨syuilo2025-04-271-3/+12
|
* fix(frontend): tweak spacer stylesyuilo2025-04-271-3/+3
|
* fix lintsyuilo2025-04-278-19/+19
|
* fix syntax errorssyuilo2025-04-2713-18/+18
|
* add todosyuilo2025-04-271-0/+1
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-27143-411/+370
| | | | component
* enhance(frontend): improve usabilitysyuilo2025-04-271-3/+6
|
* enhance(frontend): ↵syuilo2025-04-272-42/+38
| | | | | | タイムラインをスワイプで切り替えられるように Resolve #15722
* fix(frontend): ↵syuilo2025-04-274-4/+3
| | | | スワイプが効かないなど、不具合の元になるmarginをgapに置き換え
* refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-2716-455/+414
|
* 🎨syuilo2025-04-271-45/+15
|
* enhance(frontend): improve new emojis managersyuilo2025-04-273-103/+68
|
* fix(frontend): ↵かっこかり2025-04-272-23/+25
| | | | PageWithHeaderからPageHeaderに全Propsが伝わっていなかった問題を修正 (#15858)
* enhance(frontend): ↵syuilo2025-04-271-9/+11
| | | | 通知ページをスワイプで切り替えられるように
* feat: ↵syuilo2025-04-273-1/+29
| | | | アップロード可能な最大ファイルサイズをロールごとに設定可能に
* fix(frontend): ↵syuilo2025-04-271-1/+1
| | | | | | | タイムラインでノートが重複して表示されることがあるのを修正 Fix #15870 Close #15874
* fix htmlsyuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-191-1/+0
|
* 🎨syuilo2025-04-1925-1242/+872
|
* 🎨syuilo2025-04-192-23/+87
|
* feat: Job queue inspector (#15856)syuilo2025-04-1912-31/+1243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * wip * Update job-queue.vue * wip * Update QueueService.ts * Update QueueService.ts * Update QueueService.ts * Update job-queue.vue * wip * wip * wip * Update job-queue.vue * wip * Update MkTl.vue * wip * Update index.vue * wip * wip * Update MkTl.vue * 🎨 * jobs search * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * wip * Update job-queue.job.vue * wip * wip * wip * Update MkCode.vue * wip * Update job-queue.job.vue * wip * Update job-queue.job.vue * Update misskey-js.api.md * Update CHANGELOG.md * Update job-queue.job.vue
* fix(storybook): implement missing stories (#15862)zyoshoka2025-04-182-0/+52
|
* 🎨syuilo2025-04-181-1/+0
|
* enhance(frontend): improve usabilitysyuilo2025-04-173-7/+7
|
* refactor(frontend): refactor stylessyuilo2025-04-172-21/+17
|
* enhance: ↵syuilo2025-04-161-3/+5
| | | | コントロールパネルでジョブキューをクリアできるように
* Complete unicode emoji after last colon (#13384)anatawa122025-04-163-21/+123
| | | | | | | | | | | | | | | | | | * chore: add types on MkAutocomplete * feat: complete `:emoji:` to unicode emoji * chore: do not use fuzzy match for emojiComplete * docs(changelog): Unicode絵文字をslugから入力する際に`:ok:`のように最後の`:`を入力したあとにUnicode絵文字に変換できるように * docs(changelog): update changelog insertion position * chore: improve indent --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix: ↵anatawa122025-04-161-1/+7
| | | | | | | | | | | ノートの直後のノートを表示する機能で表示が逆順になっていた問題を修正 (#15841) * fix: 特定のノート直前のノートを表示する機能で表示が逆順になっていた問題を修正 * docs(changelog): ノートの直後のノートを表示する機能で表示が逆順になっていた問題を修正 --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* add todosyuilo2025-04-161-0/+2
|