yukineko
02957a1b5d
enhance: 招待機能の改善 ( #11195 )
...
* refactor(backend): 招待機能を改修
* feat(backend): 招待コードのcreate/delete/listエンドポイントを追加
* add(misskey-js): エンドポイントと型を追加
* change(backend): metaでinvite関連の情報も返すように
* add(misskey-js): エンドポイントと型を追加
* add(backend): `/endpoints/invite/limit`を追加
* fix: createdByがnullableではなかったのを修正
* fix: relationが取得できていなかった問題を修正
* fix: パラメータを間違えていたのを修正
* feat(client): 招待ページを実装
* change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更
* feat: 招待コードをコピーできるように
* change(backend): metaに招待コード発行に関する情報を持たせるのをやめる
* feat: ロールごとに招待コードの発行上限数などを設定できるように
* change(client): 招待コードをコピーしたときにダイアログを出すように
* add: 招待に関する管理者用のエンドポイントを追加
* change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように
* change(backend): admin/invite/listはオフセットでページネーションするように
* feat(client): 招待コードの管理ページを追加
* feat(client): 招待コードのリストをソートできるように
* change: `admin/invite/create`のレスポンスを修正
* fix(client): 有効期限を指定できていなかった問題を修正
* refactor: 必要のない箇所を削除
* perf(backend): use limit() instead of take()
* change(client): 作成ボタンを見た目を変更
* refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように
* fix(client): paginationの仕様が変わっていたので修正
* change(backend): expiresAtパラメータのnullを許容
* change(client): 有効期限を設けないときは日付の入力欄を非表示に
* fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正
* fix: n時間のときに「n時間間」となってしまうのを修正
* fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正
* change(client): 招待コードのユーザー名が不明な理由を表示するように
* update: CHANGELOG.md
* lint
* refactor
* refactor
* tweak ui
* 🎨
* 🎨
* add(backend): indexを追加
* change(backend): indexの追加に伴う変更
* change(client): インスタンスメニューの「招待」の場所を変更
* add(frontend): MkInviteCode用のstorybookを追加
* Update misskey-js.api.md
* fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 09:57:58 +09:00
Kagami Sascha Rosylight
cd9affd568
fix(locales, storybook): use default import ( #11259 )
2023-07-12 22:27:51 +02:00
Kagami Sascha Rosylight
59046d583d
refactor(locales, sw): use es module ( #11204 )
...
* refactor(locales): use es module
* fix sw build
* fix gulp
* try fixing storybook
* Revert "try fixing storybook"
This reverts commit 5f2a4eee01
.
* try fixing storybook 2
* Update main.ts
* Update build.js
* Update main.ts
* Update changes.ts
* fix sw lint
* Update build.js
2023-07-09 17:19:07 +09:00
Kagami Sascha Rosylight
74a05ec739
fix(frontend): fix storybook build ( #11203 )
2023-07-09 07:06:13 +09:00
syuilo
91d790bbb6
update deps
2023-06-02 11:34:38 +09:00
Acid Chicken (硫酸鶏)
ee3f408c7d
feat: impl IdlingRenderScheduler ( #10547 )
...
* feat: impl IdleRender
* test: pin time on Chromatic
* test: pin time on Chromatic
* fix: typo
* style: rename
* style: rename
* chore: back to setTimeout
* style: linebreak
* refactor: remove unused budget option
* refactor: use raw unix time
* fix: conflict error
* fix: floor
* fix: subtract
* Revert "fix: subtract"
This reverts commit 2ef4afaafc
.
* Revert "fix: floor"
This reverts commit bef8ecdf45
.
* Revert "refactor: use raw unix time"
This reverts commit 5199e13cb2
.
2023-05-20 03:38:07 +09:00
syuilo
ed3c137543
Revert "refactor: define _IS_CHROMATIC_"
...
This reverts commit a35f0d43e4
.
2023-05-16 19:37:15 +09:00
syuilo
a35f0d43e4
refactor: define _IS_CHROMATIC_
2023-05-16 19:24:10 +09:00
Acid Chicken (硫酸鶏)
cbb779f60c
ci: skip non-Japanese locale on TurboSnap
2023-05-11 22:06:13 +09:00
Acid Chicken (硫酸鶏)
34e958c3a7
test: Storybook is broken
2023-05-08 23:40:21 +09:00
syuilo
85a4c8dbb1
feat(frontend): アカウント初期設定ウィザード ( #10799 )
...
* wip
* 🎨
* 🎨
* wip
* wip
* 🎨
* 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
* ✌️
* ✌️
* test: reset on each render
* test: use id to identify
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-05-08 17:29:19 +09:00
Acid Chicken (硫酸鶏)
f3206d094d
build: set default theme for Storybook
2023-04-23 12:47:43 +09:00
syuilo
e1f9ab77f8
feat: Server rules ( #10660 )
...
* enhance(frontend): サーバールールのデザイン調整
* enhance(frontend): i18n
* enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動
* enhance(frontend): サーバールールのデザイン調整
* Update CHANGELOG.md
* 不要な差分を削除
* fix(frontend): lint
* ui tweak
* test: add stories
* tweak
* test: bind args
* test: add interaction tests
* fix bug
* Update packages/frontend/src/pages/admin/server-rules.vue
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Update misskey-js.api.md
* chore: windowを明示
* 🎨
* refactor
* 🎨
* 🎨
* fix e2e test
* 🎨
* 🎨
* fix icon
* fix e2e
---------
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-19 21:24:31 +09:00
Acid Chicken (硫酸鶏)
d2d17847dc
ci: fix story impl files were ignored
2023-04-16 11:00:07 +00:00
Acid Chicken (硫酸鶏)
47c7b4b9cc
fix( #10609 ): remove isChromatic on real build ( #10613 )
...
* perf: remove isChromatic on real build
* revert: Revert #10475 in MkTime
This reverts commit 7d11cf8ec9
.
* @rollup/plugin-replace as dependencies
* fix pnpm-lock,yaml
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-13 23:23:11 +09:00
Acid Chicken (硫酸鶏)
9bb6c536c0
test( #10336 ): add `components/Mk[A-B].*` stories ( #10475 )
...
* chore(#10336 ): register snippets
* test(#10336 ): add `components/Mk[A-B].*` stories
* build: desynced lockfile
* ci(#10336 ): preload assets
* ci(#10336 ): use pull_request
* build: update lockfile
* fix: reactivity transform
* chore: track upstream changes
* refactor: avoid temporary previous tapping declarations
* revert: avoid temporary previous tapping declarations
This reverts commit e649b1b1e6
.
* test: flaky snapshots
* style: import
2023-04-13 12:20:39 +09:00
Acid Chicken (硫酸鶏)
2b19e1f732
test: add `/@:acct` stories ( #10517 )
...
* test: add `/@:acct` stories
* test: add mocks
2023-04-09 04:16:56 +00:00
Acid Chicken (硫酸鶏)
95f670e3ec
test: use M PLUS Rounded 1c on Storybook ( #10520 )
...
* test: use M PLUS Rounded 1c on Storybook
* test: fix hostname
2023-04-08 17:18:00 +09:00
Acid Chicken (硫酸鶏)
abda3b6c8c
ci( #10336 ): use TurboSnap ( #10494 )
...
* ci(#10336 ): use TurboSnap
* build: fix version
* ci(#10336 ): update build dir
* chore(#10336 ): fire changes
* chore: stabilize icon width on `PageHeader`
* chore: fire changes
* ci: invalid ignore
* ci: trace logs
* chore: debug
* revert: debug
This reverts commit 2329165e25
.
* chore: do not reuse build dir
* build: scripts
* ci: tweak
* revert: re-revert debug
This reverts commit 596ef05d9e
.
* chore: detect changes manually
* fix: syntax
* ci: do not use only-changed
* ci: fix command
* revert: re-re-revert debug
This reverts commit b027170d75
.
* ci: use build dir
* revert: re-re-re-revert debug
This reverts commit 529ab126ed
.
* ci: fix path
* revert: re-re-re-re-revert debug
This reverts commit 0b0c0b9ea4
.
* ci: fix typo
* ci: only show story files
* revert: re-re-re-re-re-revert debug
This reverts commit 9f5b88df32
.
* ci: skip when no stories found
* ci: use skip
* revert: re-re-re-re-re-re-revert debug
This reverts commit 0df4bdc30b
.
* ci: fix micromatch version
* revert: re-re-re-re-re-re-re-revert debug
This reverts commit 63063b02bb
.
* revert: re-re-re-re-re-re-re-re-revert debug
This reverts commit 01d9669e2a
.
* chore: pin tabler icon width globally
* ci: notify when Chromatic skips
* ci: fix endpoint
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-07 20:34:23 +09:00
Acid Chicken (硫酸鶏)
3b3f683f8c
feat( #8149 ): respect nsfw settings on gallery list ( #10481 )
...
* feat(#8149 ): respect nsfw settings on gallery list
* ci(#10336 ): use pull_request
* test(#8149 ): add interaction tests
* test(#10336 ): use `waitFor`
* chore: transition
2023-04-06 08:19:49 +09:00
Acid Chicken (硫酸鶏)
d6e04da20b
style( #10336 ): update comment-out codes
2023-04-04 15:03:45 +09:00
Acid Chicken (硫酸鶏)
14591aa8f2
style( #10336 ): reduce prettier indents
2023-04-03 14:51:14 +09:00
Acid Chicken (硫酸鶏)
d6b1e5be2f
Merge branch 'storybook' of https://github.com/misskey-dev/misskey into storybook
2023-04-02 23:26:52 +09:00
Acid Chicken (硫酸鶏)
ddb1635a46
ci( #10336 ): disable animation on chromatic
2023-04-02 23:26:35 +09:00
Acid Chicken (硫酸鶏)
29c63adfb4
build( #10336 ): fails on Windows
2023-04-02 22:53:05 +09:00
Acid Chicken (硫酸鶏)
faf827a50a
build( #10336 ): isChromatic
2023-04-02 21:31:28 +09:00
Acid Chicken (硫酸鶏)
388ecfb1ea
ci( #10336 ): stabilize
2023-04-02 14:59:19 +09:00
Acid Chicken (硫酸鶏)
edeabac8f7
build( #10336 ): use unpkg for storybook twemojis
2023-04-01 23:04:08 +09:00
Acid Chicken (硫酸鶏)
3f4d93a287
build( #10336 ): use unpkg for storybook tabler icons
2023-04-01 22:49:50 +09:00
Acid Chicken (硫酸鶏)
fc76829eb4
build( #10336 ): use fast-glob
2023-04-01 22:22:07 +09:00
Acid Chicken (硫酸鶏)
0f334f900c
build( #10336 ): normalize path for Windows
2023-04-01 18:35:03 +09:00
Acid Chicken (硫酸鶏)
88981e9d5b
build( #10336 ): staticified directory structure
2023-04-01 18:22:15 +09:00
Acid Chicken (硫酸鶏)
ec8905f81c
build( #10336 ): staticify assets
2023-04-01 18:18:11 +09:00
Acid Chicken (硫酸鶏)
65f20de821
build( #10336 ): make storybook buildable
2023-04-01 18:05:14 +09:00
Acid Chicken (硫酸鶏)
4521e61ae2
fix: missing case
2023-04-01 17:54:30 +09:00
Acid Chicken (硫酸鶏)
f39b5be064
refactor( #10336 ): bind to local args
2023-04-01 16:35:05 +09:00
Acid Chicken (硫酸鶏)
1521bb088c
build( #10336 ): finalize
2023-04-01 16:26:08 +09:00
Acid Chicken (硫酸鶏)
139dade62c
build( #10336 ): use chokidar-cli
2023-04-01 14:17:52 +09:00
Acid Chicken (硫酸鶏)
5667f0f839
build( #10336 ): subcomponents on sidebar
2023-04-01 13:59:00 +09:00
Acid Chicken (硫酸鶏)
a47f4b8955
build( #10336 ): generate `components/global` stories only
2023-04-01 13:45:31 +09:00
Acid Chicken (硫酸鶏)
5605b03ce4
build( #10336 ): hide internal args
2023-04-01 12:18:42 +09:00
Acid Chicken (硫酸鶏)
671ce6a531
build( #10336 ): write some stories
2023-04-01 04:20:38 +09:00
Acid Chicken (硫酸鶏)
98fd6b5879
build( #10336 ): write stories for `MkAcct`
2023-03-31 01:01:53 +09:00
Acid Chicken (硫酸鶏)
356fd72603
build( #10336 ): interactions
2023-03-25 23:32:47 +09:00
Acid Chicken (硫酸鶏)
899c6241c3
refactor( #10336 ): remove redundant div
2023-03-25 12:23:28 +09:00
Acid Chicken (硫酸鶏)
8ca9621d42
build( #10336 ): show popups on Story
2023-03-25 12:21:16 +09:00
Acid Chicken (硫酸鶏)
2bce064ada
build( #10336 ): full reload server on change
2023-03-25 11:34:17 +09:00
Acid Chicken (硫酸鶏)
8332c03bd8
build( #10336 ): sync
2023-03-25 04:00:09 +09:00
Acid Chicken (硫酸鶏)
bd7cc6ac38
docs: note about Storybook
2023-03-24 23:22:49 +09:00
Acid Chicken (硫酸鶏)
c2d8759812
build( #10336 ): update dependencies
2023-03-23 16:44:41 +09:00