Commit Graph

510 Commits

Author SHA1 Message Date
tamaina 8db5a14335 ✌️ 2022-04-27 20:22:44 +09:00
tamaina c32cde5a4a add comment 2022-04-27 06:47:58 +00:00
tamaina 130a297214 fix router 2022-04-27 06:42:10 +00:00
tamaina 96e57595a6 clean up 2022-04-27 06:07:12 +00:00
tamaina d0a87b4e72 fix init import 2022-04-27 06:06:23 +00:00
tamaina 18aa1f2a4e draggable? 2022-04-27 05:34:35 +00:00
tamaina 6e344ad301 popup(import -> popup(defineAsyncComponent(() => import 2022-04-27 05:31:33 +00:00
tamaina 555d42f7a7 wip use defineAsyncComponent 2022-04-27 00:15:10 +09:00
tamaina 11f735b088 fix emojilist 2022-04-26 11:24:28 +00:00
tamaina 07e0e38ad4 use defineAsyncComponent. 2022-04-26 11:00:17 +00:00
tamaina fa2deb5aae install rollup 2022-04-24 16:17:17 +00:00
tamaina 95cda32487 fix 2022-04-24 21:11:25 +09:00
tamaina b2886b5ecb Merge branch 'develop' into vite 2022-04-24 21:11:22 +09:00
futchitwo 3f9a914718
Fix(client): fix profile tab link (#8536) 2022-04-24 14:21:46 +09:00
tamaina eac71ae1d7
fix: Fix settings page (#8508)
* Fix settings page

* nanka iroiro

* clean up

* clean up

* インデックスに戻ってもタイトルが残ってしまうのを修正
2022-04-23 19:17:15 +09:00
syuilo c2cae877ce chore: fix lint command for windows 2022-04-23 12:50:37 +09:00
syuilo 9f3650b0ef update deps 2022-04-23 12:29:26 +09:00
tamaina 8a850fbe6b ✌️ 2022-04-23 04:04:26 +09:00
tamaina 73d138d8b0 wip 2022-04-23 03:24:24 +09:00
tamaina c63c1c9040 wip 2022-04-23 02:54:51 +09:00
tamaina f5f8843022 wip 2022-04-23 01:50:20 +09:00
tamaina 5b4d75c2b4 Merge branch 'vite' of https://github.com/tamaina/misskey into vite 2022-04-23 01:03:39 +09:00
tamaina 9d02728f67 wip 2022-04-23 01:01:31 +09:00
tamaina d240c323ee wip 2022-04-23 01:01:31 +09:00
tamaina 24c4f484ca Merge branch 'develop' into swn 2022-04-23 00:59:00 +09:00
tamaina 78239a922e wip 2022-04-22 07:11:34 +00:00
syuilo f02508c259 Revert "make emoji stand out more on reaction button"
This reverts commit e0c5401241.
2022-04-20 09:30:29 +09:00
Johann150 e0c5401241
make emoji stand out more on reaction button
a slight shadow makes them easier to see
2022-04-19 22:03:15 +02:00
rinsuki 1d193b9a04
refactor: move typings to devDependencies (#8500) 2022-04-16 01:28:59 +09:00
syuilo a7015e6f09 refactor 2022-04-11 22:50:53 +09:00
syuilo fd4ec81bcb update deps 2022-04-11 22:48:04 +09:00
tamaina e47a8bf666
fix theme-color apply (#8464) 2022-04-03 13:56:00 +09:00
Andreas Nedbal f9b5d92176
Fix: Adjust ESLint calls to properly interpret globs (#8462)
* fix(backend): rename .eslintrc.js to .eslintrc.cjs

* fix(backend): wrap lint path glob in quotation marks

* fix(client): wrap lint path glob in quotation marks

* chore(workflow): make lint workflow use Node 16
2022-04-02 22:52:26 +09:00
syuilo 8e5f2690f2
feat: Webhook (#8457)
* feat: introduce webhook

* wip

* wip

* wip

* Update CHANGELOG.md
2022-04-02 15:28:49 +09:00
tamaina f7030d4a42
enhance: タッチパッド・タッチスクリーンでのデッキの操作性を向上 (#8450)
* enhance experience of deck with touchpad

* test: 単純にdeltaYを加算してみる

* clean up

* ios bug fix?

* ✌️

* use overflow-y

* Safari does not supports clip
2022-04-02 15:12:01 +09:00
syuilo 11ccb98c93 update deps 2022-04-01 19:13:40 +09:00
tamaina e98e84d562 Merge branch 'notification-read-api' into swn 2022-03-27 22:41:38 +09:00
dependabot[bot] 48742dcee1
Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/client (#8422)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:41:52 +09:00
dependabot[bot] 4acfa7a191
Bump nanoid from 3.1.20 to 3.3.1 in /packages/client (#8425)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:41:39 +09:00
dependabot[bot] ba66ddd41e
chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/client (#8446)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 16:32:57 +09:00
syuilo 525b4b6cf4 tweak client 2022-03-27 16:28:25 +09:00
syuilo 30fe632d54 fix of client 2022-03-27 16:21:09 +09:00
syuilo c7969ef418 refactor 2022-03-27 02:22:31 +09:00
tamaina a3cdb4cca1
fix: Handle decodeURIComponent error (#8411) 2022-03-27 02:21:56 +09:00
syuilo 889a890ac5 update deps 2022-03-25 16:32:10 +09:00
syuilo ac8c66f5ab perf(server): refactor and performance improvements 2022-03-25 16:27:41 +09:00
syuilo 6f5282058f
Update account.ts 2022-03-25 02:43:48 +09:00
syuilo 863b6c48f8 enhance(client): アカウント情報の取得に失敗したとき強制ログアウトではなく警告を表示するように 2022-03-25 01:53:20 +09:00
syuilo d0a346ed8a refactor: separate meta api for admin or not 2022-03-25 01:50:28 +09:00
tamaina 74a3f388f8 Merge branch 'notification-read-api' into swn 2022-03-23 23:49:01 +09:00