Commit Graph

6743 Commits

Author SHA1 Message Date
AkiraFukushima cd118428c4 New translations translation.json (Norwegian) 2023-01-29 21:02:44 +09:00
AkiraFukushima d208f8aa0b New translations translation.json (Korean) 2023-01-29 21:02:43 +09:00
AkiraFukushima 737392aafa New translations translation.json (Japanese) 2023-01-29 21:02:42 +09:00
AkiraFukushima 5b75720853 New translations translation.json (Italian) 2023-01-29 21:02:41 +09:00
AkiraFukushima 5d2eeaa3ed New translations translation.json (Hungarian) 2023-01-29 21:02:40 +09:00
AkiraFukushima 6657a28be2 New translations translation.json (Basque) 2023-01-29 21:02:39 +09:00
AkiraFukushima 8eaad71de9 New translations translation.json (German) 2023-01-29 21:02:38 +09:00
AkiraFukushima dbb7290f10 New translations translation.json (Czech) 2023-01-29 21:02:37 +09:00
AkiraFukushima deeeef2068 New translations translation.json (Spanish) 2023-01-29 21:02:36 +09:00
AkiraFukushima 01d26ad38a New translations translation.json (French) 2023-01-29 21:02:35 +09:00
AkiraFukushima e5aaae2e37
Merge pull request #4038 from h3poteto/l10n_master
New Crowdin updates
2023-01-29 20:52:22 +09:00
AkiraFukushima 7ecd86b13d
Merge pull request #4037 from h3poteto/refactor/layout
[refactor] Re-implement layout and sidebar
2023-01-29 20:51:58 +09:00
AkiraFukushima 54c032d3aa
Fix v-slot 2023-01-29 20:47:20 +09:00
AkiraFukushima 5a8fb25119
Remove old SideBar 2023-01-29 20:40:06 +09:00
AkiraFukushima 815b322b4a
Re-implement user followers in profile 2023-01-29 18:19:39 +09:00
AkiraFukushima 9a5ac3331e
Re-implement user follows in profile 2023-01-29 18:16:22 +09:00
AkiraFukushima 6be10b2e09
Re-implement user timeline in profile 2023-01-29 17:42:10 +09:00
dependabot[bot] 75a5b9ae73
build(deps): bump megalodon from 5.0.6 to 5.1.1
Bumps [megalodon](https://github.com/h3poteto/megalodon) from 5.0.6 to 5.1.1.
- [Release notes](https://github.com/h3poteto/megalodon/releases)
- [Commits](https://github.com/h3poteto/megalodon/compare/v5.0.6...v5.1.1)

---
updated-dependencies:
- dependency-name: megalodon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 08:59:37 +00:00
dependabot[bot] 6560c27969
build(deps-dev): bump utf-8-validate from 6.0.0 to 6.0.2
Bumps [utf-8-validate](https://github.com/websockets/utf-8-validate) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](https://github.com/websockets/utf-8-validate/compare/v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: utf-8-validate
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27 08:58:31 +00:00
dependabot[bot] 384c7f7d2e
build(deps-dev): bump @typescript-eslint/parser from 5.48.2 to 5.49.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.2 to 5.49.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.49.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 08:02:37 +00:00
dependabot[bot] 2a31a09d68
build(deps-dev): bump jsdom from 21.0.0 to 21.1.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.0.0 to 21.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/21.0.0...21.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 08:06:07 +00:00
dependabot[bot] ba274c3d25
build(deps-dev): bump @babel/runtime from 7.20.7 to 7.20.13
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.7 to 7.20.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.13/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 08:03:32 +00:00
AkiraFukushima 1724c808bf
Re-implement basic account profile 2023-01-23 01:47:19 +09:00
AkiraFukushima 2a2ebfd0ae
Fix broken clipboard 2023-01-23 00:57:09 +09:00
AkiraFukushima 52e1c7e1fb
fix #3781 Add confirm message when account is not found 2023-01-23 00:52:40 +09:00
AkiraFukushima b36543502b
Clean up organisms store 2023-01-22 22:56:11 +09:00
AkiraFukushima c9d43714e9
Re-implement status detail 2023-01-22 22:07:47 +09:00
AkiraFukushima 88575a0a47
fixup 2023-01-22 15:59:21 +09:00
AkiraFukushima 48b3e50355 New translations translation.json (Central Atlas Tamazight) 2023-01-22 15:16:28 +09:00
AkiraFukushima 33ed7f0950 New translations translation.json (Scottish Gaelic) 2023-01-22 15:16:27 +09:00
AkiraFukushima cf44dc7cab New translations translation.json (Sinhala) 2023-01-22 15:16:26 +09:00
AkiraFukushima fa46240eac New translations translation.json (Persian) 2023-01-22 15:16:25 +09:00
AkiraFukushima 59bd94eb9f New translations translation.json (Indonesian) 2023-01-22 15:16:24 +09:00
AkiraFukushima f61e6043a3 New translations translation.json (Icelandic) 2023-01-22 15:16:23 +09:00
AkiraFukushima 68c6dfe72a New translations translation.json (Chinese Traditional) 2023-01-22 15:16:22 +09:00
AkiraFukushima 98751f26fc New translations translation.json (Chinese Simplified) 2023-01-22 15:16:21 +09:00
AkiraFukushima 3a2083e7db New translations translation.json (Swedish) 2023-01-22 15:16:21 +09:00
AkiraFukushima 8d08694cdc New translations translation.json (Russian) 2023-01-22 15:16:20 +09:00
AkiraFukushima bdd94aeb81 New translations translation.json (Portuguese) 2023-01-22 15:16:19 +09:00
AkiraFukushima 95db7276b1 New translations translation.json (Polish) 2023-01-22 15:16:18 +09:00
AkiraFukushima f3e21ff25a New translations translation.json (Norwegian) 2023-01-22 15:16:17 +09:00
AkiraFukushima 2b5fb4fffe New translations translation.json (Korean) 2023-01-22 15:16:16 +09:00
AkiraFukushima 827e27d4ec New translations translation.json (Japanese) 2023-01-22 15:16:15 +09:00
AkiraFukushima 4298660761 New translations translation.json (Italian) 2023-01-22 15:16:14 +09:00
AkiraFukushima 268d0b6597 New translations translation.json (Hungarian) 2023-01-22 15:16:13 +09:00
AkiraFukushima b2c36111e8 New translations translation.json (Basque) 2023-01-22 15:16:13 +09:00
AkiraFukushima ba710f4d30 New translations translation.json (German) 2023-01-22 15:16:12 +09:00
AkiraFukushima a253211d59 New translations translation.json (Czech) 2023-01-22 15:16:11 +09:00
AkiraFukushima 44672e03ac New translations translation.json (Spanish) 2023-01-22 15:16:10 +09:00
AkiraFukushima f4fd2ad24a New translations translation.json (French) 2023-01-22 15:16:09 +09:00