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 |
|
syuilo
|
15683370f0
|
fix(frontend): ページ遷移でスクロール位置が保持されない問題を修正
Fix #11068
|
2023-07-08 15:30:36 +09:00 |
|
okayurisotto
|
d84796588c
|
cleanup: trim trailing whitespace (#11136)
* cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-07-08 07:08:16 +09:00 |
|
syuilo
|
eacc90debc
|
fix(client): ZenUIでポップアップの表示位置がおかしい問題を修正
|
2023-07-07 20:18:06 +09:00 |
|
anatawa12
|
1ab9f096c3
|
feat(frontend): deck UIのカラムからアンテナ、リストの編集画面を開けるように (#11104)
* feat: add edit antenna button onto deck column
* feat: add edit list button onto deck column
* docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
|
2023-07-05 13:04:27 +09:00 |
|
syuilo
|
dc27ba6f03
|
enhance(frontend): improve ux of deck scroll
Resolve #11007
|
2023-06-24 12:58:26 +09:00 |
|
syuilo
|
94c09f1441
|
🎨
|
2023-06-11 09:53:07 +09:00 |
|
syuilo
|
3941c73db0
|
tweak of 6032c2be1
|
2023-06-09 12:55:27 +09:00 |
|
syuilo
|
6032c2be1c
|
fix(frontend): Scrolling Issue in Safari for Top and Bottom Bars
fix #10977
|
2023-06-09 12:51:16 +09:00 |
|
tamaina
|
eedc8049db
|
fix(frontend): make scrollbar-color track transparent
Fix #9414
|
2023-06-01 12:03:07 +00:00 |
|
syuilo
|
50aeaf7498
|
[ci skip] 🎨
|
2023-06-01 19:45:06 +09:00 |
|
syuilo
|
861bfa06a8
|
🎨
|
2023-06-01 18:07:30 +09:00 |
|
Acid Chicken (硫酸鶏)
|
337dd97b49
|
perf(#10923): CSS Modules のクラス名をインライン化する (#10930)
* perf(#10923): unwind css module class name
* perf(#10923): support multiple components
* refactor: clean up
* refactor(#10923): avoid `useCssModule()`
* fix(#10923): allow direct literal class name
* fix(#10923): avoid computed class name
* fix(#10923): allow literal keys
* fix(#10923): typo
* fix(#10923): invalid class names
* chore: test
* revert: test
This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45.
* fix(#10923): hidden tale
* perf(#10923): also unwind scoped css contained components
* perf(#10923): `normalizeClass` AOT compilation
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-06-01 17:19:46 +09:00 |
|
syuilo
|
6c09361ec6
|
🎨
|
2023-06-01 13:50:13 +09:00 |
|
syuilo
|
d8a564c6a0
|
🎨
|
2023-06-01 08:54:37 +09:00 |
|
syuilo
|
6addf9002c
|
tweak ui
|
2023-05-31 18:03:43 +09:00 |
|
syuilo
|
9521519cb8
|
reafactor
|
2023-05-31 13:41:38 +09:00 |
|
syuilo
|
e11f82c300
|
refactor
|
2023-05-31 13:27:59 +09:00 |
|
syuilo
|
14da0a65f7
|
tweak ui
|
2023-05-31 12:24:00 +09:00 |
|
syuilo
|
a4a171781b
|
clean up
|
2023-05-30 15:23:21 +09:00 |
|
syuilo
|
8e8e3dbe4e
|
refactor
|
2023-05-30 15:18:08 +09:00 |
|
syuilo
|
bd66a3f148
|
🎨
|
2023-05-29 19:37:03 +09:00 |
|
syuilo
|
7f235275c9
|
🎨
|
2023-05-29 19:35:11 +09:00 |
|
syuilo
|
a1200ad886
|
lint
|
2023-05-29 17:24:46 +09:00 |
|
syuilo
|
25d1b66ca4
|
refactor
|
2023-05-29 17:22:09 +09:00 |
|
tamaina
|
a80003cde5
|
fix(frontend): Zen UIで、デッキ設定で直接/以外を表示したときデッキに戻るボタンを表示 (#10909)
* fix(frontend): デッキ設定で直接/以外を表示したときのZen UIでデッキに戻るボタン
* fix style
* ?zenが指定されていた場合はボタンを表示しない
|
2023-05-28 20:58:39 +09:00 |
|
syuilo
|
fb54c58a66
|
🎨
|
2023-05-27 12:09:19 +09:00 |
|
syuilo
|
11d22c7b73
|
refactor
|
2023-05-27 11:38:08 +09:00 |
|
syuilo
|
10634b3615
|
refactor
|
2023-05-26 13:32:42 +09:00 |
|
syuilo
|
fd03e2e1a7
|
🎨
|
2023-05-26 13:30:26 +09:00 |
|
syuilo
|
6cc86272f3
|
🎨
|
2023-05-26 13:24:31 +09:00 |
|
syuilo
|
06b1250d47
|
🎨
|
2023-05-26 11:31:39 +09:00 |
|
syuilo
|
31a7350a10
|
🎨
|
2023-05-26 10:48:49 +09:00 |
|
syuilo
|
d177f97928
|
refactor
|
2023-05-20 10:12:18 +09:00 |
|
syuilo
|
c685989e67
|
refactor
|
2023-05-20 10:05:35 +09:00 |
|
syuilo
|
1b78c6a309
|
refactor
|
2023-05-19 20:52:15 +09:00 |
|
nenohi
|
bd6666173a
|
fix:ロールタイムライン無効に関する修正 (#10843)
* 修正
* note visibility change
* public投稿のみ
* update changelog
* RN非表示機能がうごかないところだった
|
2023-05-19 17:12:22 +09:00 |
|
syuilo
|
be2142bb13
|
refactor
|
2023-05-19 16:30:39 +09:00 |
|
syuilo
|
23f106a0c1
|
refactor(frontend): boot分割したり副作用減らしたりとか
#10838
|
2023-05-15 19:08:46 +09:00 |
|
syuilo
|
d867fc00b6
|
clean up
|
2023-05-15 16:25:44 +09:00 |
|
syuilo
|
a531b8aeee
|
refactor for e2e
|
2023-05-09 07:49:53 +09:00 |
|
syuilo
|
2a92e3c1c9
|
fix of f8ed6b1a5
|
2023-05-08 18:52:08 +09:00 |
|
syuilo
|
f8ed6b1a54
|
refactor
|
2023-05-08 18:30:40 +09:00 |
|
syuilo
|
62af89d433
|
🎨
|
2023-04-22 20:22:09 +09:00 |
|
syuilo
|
d437e148db
|
🎨
|
2023-04-22 12:50:40 +09:00 |
|
syuilo
|
eacdc0136f
|
🎨
|
2023-04-22 12:19:49 +09:00 |
|
syuilo
|
5a7a1d0be9
|
🎨
|
2023-04-22 10:50:54 +09:00 |
|
syuilo
|
9145302b3a
|
fix(frontend): fix wrong icon name
|
2023-04-22 08:00:37 +09:00 |
|
syuilo
|
87ff004c73
|
🎨
|
2023-04-21 09:34:36 +09:00 |
|
syuilo
|
18df1c7a52
|
Revert "🎨"
This reverts commit af738d9ca9 .
|
2023-04-21 09:29:32 +09:00 |
|
syuilo
|
af738d9ca9
|
🎨
|
2023-04-20 20:01:54 +09:00 |
|
tsukimizake
|
aa289c9cb0
|
use channels/my-favorites on deck/channel-column/setChannel (#10662)
|
2023-04-18 13:29:45 +09:00 |
|
syuilo
|
614f12386e
|
feat(frontend): 通知の表示をカスタマイズできるように
|
2023-04-17 13:12:58 +09:00 |
|
syuilo
|
5d56799070
|
feat: role timeline
Resolve #10581
|
2023-04-12 11:40:08 +09:00 |
|
tamaina
|
3a90bcc03c
|
sw: なんかもうめっちゃ変えた (#10570)
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
|
2023-04-11 14:11:39 +09:00 |
|
tamaina
|
83bcdb8ede
|
fix(client): Consider safe-area-inset-bottom on global widgets area
Fix #9052
|
2023-04-10 17:21:28 +00:00 |
|
Ryu jongheon
|
e76d3e72db
|
refactor(fronted): setup syntax to menubar of Classic UI (#10474)
|
2023-04-06 08:35:14 +09:00 |
|
tamaina
|
6798effbab
|
enhance(client): 投稿フォームをちょっといい感じに (#10442)
* .formラッパーを削除
* fix type of MkPostFormAttaches
* 🚀
* 🎨
* 🎨
* 🎨
* 🎨
* specifiedの時は連合なしをdisabledに
* ✌️
* set select default
* gap: 2px (max-width: 500px) / 4px
* wip
* ✌️
* 🎨
* fix maxTextLength
* 今後表示しない
* 🎨
* cache channel
* 🎨
* 連合なしにする
* use i18n.ts.neverShow
* ✌️
* refactor
* fix indent
* tweak
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-04-05 14:30:03 +09:00 |
|
syuilo
|
30d6992684
|
perf(backend): 通知をRedisに保存するように
Resolve #10168
|
2023-04-04 14:06:57 +09:00 |
|
syuilo
|
9224b6635f
|
refactor(frontend): remove $ts and $t
|
2023-04-01 14:01:57 +09:00 |
|
syuilo
|
f16a7cbcf2
|
refactor(frontend): remove $i
|
2023-04-01 13:52:07 +09:00 |
|
syuilo
|
7a8a756789
|
refactor(frontend): remove $instance
|
2023-04-01 13:46:04 +09:00 |
|
syuilo
|
c823cbe63b
|
refactor(frontend): remove $store
|
2023-04-01 13:42:40 +09:00 |
|
syuilo
|
7699b49d33
|
enhance(client): add ads page
|
2023-03-18 14:30:16 +09:00 |
|
atsuchan
|
31488da40c
|
タイムラインを正常に無効化できるように (#10299)
* タイムラインを正常に無効化できるように
Timeline can be disabled successfully
* Tune: disabled timeline to update disabled state immediately
カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように)
* modify disabled timeline icon to ti-circle-minus
無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-03-12 10:20:33 +09:00 |
|
syuilo
|
dcd4d80869
|
enhance(client): improve channel ui
|
2023-03-04 10:34:54 +09:00 |
|
syuilo
|
cf8a7f93d5
|
🎨
|
2023-03-03 08:48:52 +09:00 |
|
syuilo
|
dad915e522
|
enhance(client): provide sticktyFooter
|
2023-03-02 18:40:43 +09:00 |
|
Khsmty
|
64be363adc
|
feat: 2つの検索画面の統合 (#9949) (#10038)
* feat: 検索画面の UI を統一
* fix: エラーの修正
* add: changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-25 09:01:21 +09:00 |
|
syuilo
|
48331bc851
|
chore(client): tweak deck experience
|
2023-02-23 19:49:24 +09:00 |
|
syuilo
|
0fb9c372dd
|
lint
|
2023-02-22 15:28:17 +09:00 |
|
syuilo
|
69869307bf
|
enhance(client): improve entrance page
Resolve #9986
|
2023-02-22 11:00:34 +09:00 |
|
syuilo
|
47b6f466ec
|
enhance(client): snap scroll on deck
|
2023-02-19 19:54:19 +09:00 |
|
syuilo
|
d4eb1def61
|
fix(client): MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない
Fix #9904
|
2023-02-17 14:59:11 +09:00 |
|
Kagami Sascha Rosylight
|
7c5fc2c423
|
style(frontend): fix autofixable eslint errors (#9968)
|
2023-02-17 10:56:23 +09:00 |
|
Kagami Sascha Rosylight
|
63df2c851e
|
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-02-16 23:09:41 +09:00 |
|
taiy
|
5cf5b66696
|
fix(client): use tabler icons (#9915)
|
2023-02-14 13:17:00 +09:00 |
|
Kagami Sascha Rosylight
|
2f41f12aea
|
fix(client): Make isTimelineAvailable a reference (#9906)
* Make `isTimelineAvailable` a reference
* Update b.vue
|
2023-02-13 00:40:36 +09:00 |
|
tamaina
|
83fb629f0b
|
🎨
|
2023-02-09 15:34:49 +00:00 |
|
syuilo
|
b69a079514
|
lint
|
2023-02-09 17:36:16 +09:00 |
|
syuilo
|
7afee5977f
|
feat(client): add channel column to deck
|
2023-02-09 10:35:28 +09:00 |
|
futchitwo
|
04f92bd688
|
feat: timeline page for non-login users (#9795)
|
2023-02-05 14:02:54 +09:00 |
|
tamaina
|
8a6f73c5ff
|
enhance: PizzaxデータをindexedDBに保存するように (#9225)
* Revert "Revert #8098"
This reverts commit 8b9dc962ae .
* fix
* use deepClone instead of deepclone
* defaultStore.loaded
* fix load
* wait ready
* use top-level await, await in device-kind.ts
|
2023-02-02 16:43:56 +09:00 |
|
yupix
|
7190bd00c9
|
feat: classicモードでテーマが自動変更された際元に戻すように (#9669)
* feat: classicモードでテーマが自動変更された際元に戻すように
* docs: update CHANGELOG.md
* fix: prefixを miux:ui_temp から ui_temp に変更
|
2023-01-27 13:52:51 +09:00 |
|
syuilo
|
c5a12ca2c7
|
fix(client): フォロー申請・フォローのボタンが、通知から消えている問題を修正
Fix #9717
|
2023-01-27 11:35:04 +09:00 |
|
syuilo
|
5416a295c1
|
fix spinner style
|
2023-01-16 14:24:24 +09:00 |
|
syuilo
|
77e491f52c
|
refactor
|
2023-01-16 14:18:11 +09:00 |
|
tamaina
|
9385767b12
|
fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606
|
2023-01-15 16:32:24 +00:00 |
|
syuilo
|
81f11d8f86
|
refactor: rename role.options -> role.policies
|
2023-01-15 20:52:53 +09:00 |
|
syuilo
|
1c0289e490
|
Fix #9582
|
2023-01-15 13:46:09 +09:00 |
|
syuilo
|
7738a36014
|
refactor(client): use css modules
|
2023-01-15 11:30:40 +09:00 |
|
syuilo
|
91105845d8
|
refactor(client): use css modules
|
2023-01-14 11:18:12 +09:00 |
|
tamaina
|
d2204fd5c8
|
refactor: pagination/date-separated-list系処理を良い感じに? (#8209)
* pages/messaging/messaging-room.vue
* wip
* wip
* wip???
* wip?
* ✌️
* messaaging-room.form.vue rewrite to compositon api
* refactor
* 関心事でないのでとりあえず置いておく
* 🎨
* 🎨
* i18n.ts
* fix scroll container find function
* fix
* FIX
* ✌️
* Fix scroll bottom detect
* wip
* aaaaaaaaaaa
* rename
* fix
* fix?
* ✌️
* ✌️
* clean up
* clena up
* refactor
* scroll event once or not
* fix
* fix once
* add safe-area-inset-bottom to spacer
* fix
* ✌️
* 🎨
* fix
* fix
* wip
* ✌️
* clean up
* fix lint
* Update packages/client/src/components/global/sticky-container.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* Update packages/client/src/components/ui/pagination.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* Update packages/client/src/pages/messaging/messaging-room.form.vue
Co-authored-by: Johann150 <johann.galle@protonmail.com>
* clean up: single line comment
* https://github.com/misskey-dev/misskey/pull/8209#discussion_r867386077
* fix
* asobi → tolerance
* pick form
* pick message
* pick room
* fix lint
* fix scroll?
* fix scroll.ts
* fix directives/sticky-container
* update global/sticky-container.vue
* fix, 🎨
* revert merge
* ✌️
* fix lint errors
* 🎨
* Update packages/client/src/types/date-separated-list.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* https://github.com/misskey-dev/misskey/pull/8209#discussion_r917225080
* use '
* Update packages/client/src/scripts/scroll.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* use Number.EPSILON
Co-authored-by: acid-chicken <root@acid-chicken.com>
* revert
* fix
* fix
* Use % instead of vh
* 🎨
* 🎨
* 🎨
* wip
* wip
* css modules
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-01-13 18:25:40 +09:00 |
|
syuilo
|
b250456814
|
カスタム絵文字の管理を権限を持つユーザーが行えるように
Resolve #9542
|
2023-01-13 14:58:27 +09:00 |
|
syuilo
|
7b7faf1e84
|
招待コード発行を権限を持つユーザーが行えるように
Resolve #9541
|
2023-01-13 14:22:53 +09:00 |
|
あずき⪥™
|
9936088200
|
fix navButtonIcon not being aligned to center (#9543)
* fix `navButtonIcon` not being aligned to center
* fix `navButtonIcon` on deck not being aligned
|
2023-01-13 13:24:38 +09:00 |
|
syuilo
|
2470afaa2e
|
Role (#9437)
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* Update create.ts
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* Update delete.ts
* Update delete.ts
* wip
* wip
* wip
* Update account-info.vue
* wip
* wip
* Update settings.vue
* Update user-info.vue
* wip
* Update show-file.ts
* Update show-user.ts
* wip
* wip
* Update delete.ts
* wip
* wip
* Update overview.moderators.vue
* Create 1673500412259-Role.js
* wip
* wip
* Update roles.vue
* 色
* Update roles.vue
* integrate silence
* wip
* wip
|
2023-01-12 21:02:26 +09:00 |
|
syuilo
|
3043b2f619
|
fix(client): 画面の幅が狭いとウィジェットドロワーを閉じる手段がなくなるのを修正
Fix #7191
|
2023-01-10 20:21:39 +09:00 |
|
syuilo
|
d2fc5a248b
|
refactor(client): use css modules
|
2023-01-10 20:17:08 +09:00 |
|
syuilo
|
f032fb628a
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-01-10 19:53:53 +09:00 |
|