summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkDrive.file.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-311-2/+2
|\
| * 🎨syuilo2025-03-311-2/+2
| |
* | merge upstreamHazelnoot2025-03-251-4/+4
|\|
| * refactor(frontend): router refactoringsyuilo2025-03-191-1/+1
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-2/+2
| |
* | probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-4/+4
|\|
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-4/+4
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-16/+16
|\|
| * fix(frontend): フォーカスの挙動を修正 (#14158)かっこかり2024-07-121-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): 直前のパターンを記録するように * fix(frontend): フォーカス/タブ移動に関する挙動を調整 (#226) Cherry-pick commit e8c030673326871edf3623cf2b8675d68f9e1b13 Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> * focusのデザイン修正 * move scripts * Modalにfocus trapを追加 * 記録するホットキーはレートリミット式にする * escキーのハンドリングをMkModalに統一 * fix * enterで子メニューを開けるように * lint * fix focus trap * improve switch accessibility * 一部のmodalのフォーカストラップが外れない問題を修正 * fix * fix * Revert "記録するホットキーはレートリミット式にする" This reverts commit 40a7509286a87911ad4cc06d9482e8a2e5d0e7e8. * Revert "fix(frontend): 直前のパターンを記録するように" This reverts commit 5372b2594023952cff34aa62253ed4efef15b5dd. * Revert "Revert "fix(frontend): 直前のパターンを記録するように"" This reverts commit a9bb52e799e110927ad92cd8f26af980819334e1. * Revert "Revert "記録するホットキーはレートリミット式にする"" This reverts commit bdac34273e0bc5f13604c7e2f9fa6b1321a0df3d. * 試験的にCypressでのFocustrapを無効化 * fix * fix focus-trap * Update Changelog * :v: * fix focustrap invocation logic * スクロールがsticky headerを考慮するように * :art: * スタイルの微調整 * :art: * remove deprecated key aliases * focusElementが足りなかったので修正 * preview系にfocus時スタイルが足りなかったので修正 * `returnFocusElement` -> `returnFocusTo` * lint * Update packages/frontend/src/components/MkModalWindow.vue * Apply suggestions from code review Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * keydownイベントをまとめる * use correct pesudo-element selector * fix * rename --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: upstreamMarie2024-02-031-1/+1
|\|
| * refactor(frontend): global/router -> routersyuilo2024-01-301-1/+1
| |
* | merge: upstreamMarie2024-01-091-1/+1
|\|
| * refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | merge: upstreamMar0xy2023-11-031-1/+6
|\|
| * enhance(frontend): tweak drive file componentsyuilo2023-11-031-1/+6
| | | | | | | | Resolve #12220
* | upd: implement radius settingShittyKopper2023-11-011-1/+1
| | | | | | | | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* | Revert "prototype: decreased rounding"ShittyKopper2023-11-011-1/+1
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | upd: move some strings into i18nMar0xy2023-10-151-1/+1
| |
* | merge: all upstream changesMar0xy2023-10-131-1/+4
|\|
| * Feat:「ファイルの詳細」ページを追加 (#11995)かっこかり2023-10-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (add) ファイルビューア * Update Changelog * 既存のAPIを利用 * run api extratctor * Change i18n * (add) ページに関する説明を追加 * Update CHANGELOG * (fix) design, classes
* | add: profile backgroundsMar0xy2023-10-061-0/+4
| |
* | prototype: decreased roundingInsert5StarName2023-10-011-1/+1
|/
* refactor(frontend): use ESMsyuilo2023-09-191-5/+5
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-07-201-1/+1
|
* refactor: `substr` -> `substring` (#11273)okayurisotto2023-07-141-2/+2
|
* tweak localizationsyuilo2023-07-081-1/+1
| | | | Resolve #11119
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-051-2/+3
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactorsyuilo2023-05-291-94/+84
|
* tweak drive-cleanersyuilo2023-03-201-92/+4
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+334