summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkUserSetupDialog.User.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into merge/2025-03-24dakkar2025-04-281-1/+1
|\
| * Security fixesJulia Johannesen2025-04-271-1/+1
| | | | | | | | Co-Authored-By: dakkar <dakkar@thenautilus.net>
* | merge upstreamHazelnoot2025-03-251-1/+1
|\ \ | |/ |/|
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-1/+1
| |
* | probably fix most renamed CSS variablesdakkar2024-11-081-2/+2
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-3/+3
|\|
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-3/+3
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | replaced ti-checkdakkar2024-06-221-1/+1
| |
* | replaced ti-plusdakkar2024-06-221-1/+1
| |
* | better block display for `<bdi>` elementsdakkar2024-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* | 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-01-091-2/+2
|\|
| * refactor(frontend): ↵おさむのひと2024-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* | Bring note style closer to FirefishVolpeon2024-01-011-2/+2
| |
* | merge: upstreamMarie2023-12-231-1/+0
|\|
| * Remove unused imports (#12730)woxtu2023-12-211-1/+0
| |
* | merge: upstreamMar0xy2023-11-041-1/+1
|\|
| * enhance(frontend): ↵syuilo2023-11-041-1/+1
| | | | | | | | ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
* | work in progress iconsInsert5StarName2023-09-301-2/+2
|/
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* update deps (#11764)syuilo2023-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* 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>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(frontend): アカウント初期設定ウィザード (#10799)syuilo2023-05-081-0/+101
* wip * :art: * :art: * wip * wip * :art: * Update CHANGELOG.md * wip * Update MkUserSetupDialog.vue * add stories Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update stories * Update MkUserSetupDialog.Follow.stories.impl.ts * test: load mock user account * :v: * :v: * test: reset on each render * test: use id to identify --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>