Acid Chicken (硫酸鶏)
|
2ef4afaafc
|
fix: subtract
|
2023-04-13 15:16:01 +00:00 |
Acid Chicken (硫酸鶏)
|
bef8ecdf45
|
fix: floor
|
2023-04-13 14:59:29 +00:00 |
Acid Chicken (硫酸鶏)
|
714206a924
|
Merge branch 'develop' into feat/idle-render
|
2023-04-13 22:12:52 +09:00 |
tamaina
|
55c10d0d88
|
fix(client): fix narrow style of MkPostForm
|
2023-04-13 11:27:21 +00:00 |
KokiSakano
|
463446795d
|
refactor: init.ts周りのeslintエラーと型の修正 (#10157)
* refactor/miLocalStorageのメソッドに戻り値追加
* refactor/miLocalStorageのキーとしてdebugがconfig.tsに存在するので追加
* fix/JSON.parseにnullは入らないのでnullの時は分岐させてnullにする
* refactor/修正したファイルの型調整+記法の統一
* fix/型のためにlangがnullの時はhtmlの言語の設定をしない
* refactor/catchで何もしないと警告が出るので修正
* refactor/細かい点の修正
* refactor/変数の二重定義になっていた二重定義になっていたので修正
* refactor/importの整理(通常のimportは最初に処理されるので影響はない想定)
* fix/vueファイルに型を与えてインポート時の型エラーを防ぐ
* refactor/開発環境のみで利用するので,eslintの設定を変更する
* fix/vueの定義を最小限にする
* fallback language to 'en-US'
* remove accounts migration
* fix:vueの型定義ファイルを消す
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-04-13 18:47:49 +09:00 |
Acid Chicken (硫酸鶏)
|
357ae00045
|
fix: conflict error
|
2023-04-13 08:40:07 +00:00 |
Acid Chicken (硫酸鶏)
|
5199e13cb2
|
refactor: use raw unix time
|
2023-04-13 08:36:05 +00:00 |
Acid Chicken (硫酸鶏)
|
1d4f481e65
|
refactor: remove unused budget option
|
2023-04-13 08:30:58 +00:00 |
happo31
|
dffefdad95
|
fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる (#9999)
* fix(client): add `overflow: clip;`
* fix(client): add `overflow: clip;`
* Revert "fix(client): add `overflow: clip;`"
This reverts commit c43226afde .
Revert "fix(client): add `overflow: clip;`"
This reverts commit c722515105 .
* feat(client): add z-index to .footer
|
2023-04-13 15:43:10 +09:00 |
syuilo
|
e014c91899
|
enhance(frontend): ユーザーメニューからユーザーメモを編集できるように
|
2023-04-13 13:50:17 +09:00 |
Ebise Lutica
|
605f149235
|
feat: 自分用メモ機能 (#10516)
* 自分用メモを作成する機能
* 不要なCSSを削除
* メモ: デザイン調整
* デザイン崩れを修正
* fix: メモ機能のe2eテストで見つかった不具合を修正
* デザイン調整
* fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
|
2023-04-13 13:17:32 +09:00 |
Acid Chicken (硫酸鶏)
|
9527b8f965
|
Merge branch 'develop' into feat/idle-render
|
2023-04-13 12:49:55 +09:00 |
Acid Chicken (硫酸鶏)
|
d9e838dae9
|
style: linebreak
|
2023-04-13 12:47:28 +09:00 |
tamaina
|
7d11cf8ec9
|
Revert #10475 in MkTime
|
2023-04-13 03:38:43 +00:00 |
Acid Chicken (硫酸鶏)
|
6b88a6d19d
|
chore: back to setTimeout
|
2023-04-13 12:34:53 +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 |
syuilo
|
6839441ac6
|
🎨
|
2023-04-13 08:46:10 +09:00 |
syuilo
|
1a7e5fb865
|
Update about-misskey.vue
|
2023-04-13 08:43:06 +09:00 |
syuilo
|
5d56799070
|
feat: role timeline
Resolve #10581
|
2023-04-12 11:40:08 +09:00 |
tamaina
|
81d2c5a4a7
|
enhance: カスタム絵文字関連の変更 (#9794)
* PackedNoteなどのemojisはプロキシしていないURLを返すように
* MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する
* update CHANGELOG.md
* fix changelog
* ??
* wip
* fix
* merge
* Update packages/frontend/src/scripts/media-proxy.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* merge
* calc scale
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-04-12 10:58:56 +09:00 |
tamaina
|
0db88a5a3b
|
refactor: サウンド関連の設定をpizzaxに移行 (#8105)
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* backend/src/web/index.ts
* notification-badges
* add scripts
* change create-notification.ts
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* refactor
* キャッシュ対策
* Truncate push notification message
* fix
* wip
* clean up
* migration
* migration
* comment
* move soundConfigStore
* ✌️
* clean up
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* remove reversi setting
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* pollEnded
* URLをsw.jsに戻す
* clean up
* clean up
* update sounds.vue
* update
* fix type
* ✌️
* ;v;
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-04-12 10:39:57 +09:00 |
tamaina
|
35613fd642
|
fix(client): noPaging: true with gallery/featured
|
2023-04-11 06:49:19 +00:00 |
syuilo
|
de0577bc38
|
enhance(frontend): tweak post form style
|
2023-04-11 14:57:06 +09:00 |
tamaina
|
3a90bcc03c
|
sw: なんかもうめっちゃ変えた (#10570)
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
|
2023-04-11 14:11:39 +09:00 |
たーびん
|
f6dc100748
|
fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)
* add channel search
* move channel search to channel list page
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
|
2023-04-11 07:42:27 +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 |
tamaina
|
567c66567e
|
fix(client): 🎨 fix MkEmojiPicker safe-area-inset-bottom
Fix https://github.com/misskey-dev/misskey/pull/10534
|
2023-04-10 16:46:58 +00:00 |
syuilo
|
511dab0618
|
fix(frontend): webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正
Fix #10564
|
2023-04-10 18:56:38 +09:00 |
syuilo
|
48e2523081
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2023-04-10 10:24:08 +09:00 |
藤
|
e0431aed28
|
fix issue #10195 設定のバックアップ の「削除」の文字がない (#10559)
Co-authored-by: 藤 <nyaguri0417@gmail.com>
|
2023-04-10 10:23:56 +09:00 |
syuilo
|
29c9a7d71a
|
enhance(frontend): 常に広告を見られるオプションを追加
|
2023-04-10 10:22:25 +09:00 |
YS
|
3ec060f0dc
|
MkContainer.vue i18n をtemplateから見えるように (#10560)
|
2023-04-10 08:31:06 +09:00 |
Acid Chicken (硫酸鶏)
|
e421ebf508
|
style: rename
|
2023-04-09 15:07:15 +09:00 |
Acid Chicken (硫酸鶏)
|
7fb1a3fc81
|
style: rename
|
2023-04-09 15:05:21 +09:00 |
Acid Chicken (硫酸鶏)
|
0af76f7dfa
|
fix: typo
|
2023-04-09 14:22:42 +09:00 |
Acid Chicken (硫酸鶏)
|
c87416efb4
|
test: pin time on Chromatic
|
2023-04-09 14:21:48 +09:00 |
Acid Chicken (硫酸鶏)
|
b2131592f2
|
test: pin time on Chromatic
|
2023-04-09 14:16:19 +09:00 |
Acid Chicken (硫酸鶏)
|
b346b99527
|
feat: impl IdleRender
|
2023-04-09 14:08:58 +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 |
syuilo
|
269d1e72cb
|
fix(frontend): ユーザープレビューが表示されない問題を修正
Fix #10540
|
2023-04-09 09:44:00 +09:00 |
syuilo
|
cb3a84adb4
|
チャンネルを新規作成できない問題を修正
|
2023-04-09 08:22:49 +09:00 |
syuilo
|
004ace396d
|
さがすのローカルユーザー(ピンどめ)が無限に生成される問題を修正
|
2023-04-09 08:12:50 +09:00 |
syuilo
|
ad4006738b
|
チャンネルのお気に入りが無限に読み込まれる問題を修正
|
2023-04-09 08:09:25 +09:00 |
taichan
|
f794f3ad0a
|
fix(client): リスト、クリップが無限ロードされる現象の解決 (#10538)
* fix my-list infinite items loading
* update CHANGELOG.md
* fix my-clip infinite items loading
|
2023-04-09 08:03:29 +09:00 |
Takeshi Kishi
|
e58b357918
|
fix(client): PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534)
* fix emoji picker padding
emoji picker bottoms are hidden by iPhone Home Bar.
To fix this, add safe-area padding
* update CHANGELOG
|
2023-04-09 01:37:45 +09:00 |
syuilo
|
2321214c98
|
disable account migration
|
2023-04-08 20:51:36 +09:00 |
tamaina
|
1c158dc510
|
fix(client): Fix antenna list infinite items loading
https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
|
2023-04-08 10:37:35 +00:00 |
atsuchan
|
5cd93834d1
|
enhance(client): 広告・お知らせが新規登録時に増殖しないように (#10412)
|
2023-04-08 17:42:08 +09:00 |
okayurisotto
|
6892e9fbb7
|
fix(frontend): URLに他のクエリがあるときにもZen UIが適用されるように (#10477)
|
2023-04-08 17:41:23 +09: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 |