summaryrefslogtreecommitdiff
path: root/packages/frontend/test/home.test.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): testが落ちるのを修正 (#12679)おさむのひと2023-12-161-2/+3
|
* feat: Avatar decoration (#12096)syuilo2023-10-211-2/+6
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* 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>
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-131-0/+58
* fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md