tamaina
|
8ad77a28b4
|
refactor: use Vite to build instead of webpack (#8575)
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add app
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a.
* Revert "clean up"
This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* 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を戻した
* 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
* キャッシュ対策
* Truncate push notification message
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* URLをsw.jsに戻す
* clean up
* wip
* wip
* wip
* wip
* wip
* wip
* ✌️
* use import
* fix
* install rollup
* use defineAsyncComponent.
* fix emojilist
* wip use defineAsyncComponent
* popup(import -> popup(defineAsyncComponent(() => import
* draggable?
* fix init import
* clean up
* fix router
* add comment
* ✌️
* ✌️
* ✌️
* remove webpack
* update vite
* fix boot sequence
* Revert "fix boot sequence"
This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39.
* revert boot import
* never make two app div
* ;
* remove console.log
* change clientEntry sequence
* fix
* Revert "fix"
This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a.
* fix
* add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210
* add log
* add comment
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-05-01 22:51:07 +09:00 |
|
tamaina
|
1df07ded68
|
feat: Improve Push Notification (#7667)
* clean up
* ev => data
* refactor
* clean up
* add type
* antenna
* channel
* fix
* add Packed type
* add PackedRef
* fix lint
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add schemas refs, fix Packed type
* wip PackedHoge => Packed<'Hoge'>
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add app
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a.
* Revert "clean up"
This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* 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を戻した
* 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
* キャッシュ対策
* Truncate push notification message
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* URLをsw.jsに戻す
* clean up
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-04-30 21:52:07 +09:00 |
|
tamaina
|
83096440cc
|
enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216)
* wip
* Update packages/client/src/os.ts
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* メニューをComposition API化、switchアイテム追加
クライアントサイド画像圧縮の準備
* メニュー型定義を分離 (TypeScriptの型支援が効かないので)
* disabled
* make keepOriginal to follow setting value
* ✌️
* fix
* fix
* ✌️
* WEBP
* aaa
* ✌️
* webp
* lazy load browser-image-resizer
* rename
* rename 2
* Fix
* clean up
* add comment
* clean up
* jpeg, pngにもどす
* fix
* fix name
* webpでなくする ただしサムネやプレビューはwebpのまま (テスト)
* 動画サムネイルはjpegに
* エラーハンドリング
* ✌️
* v2.2.1-misskey-beta.2
* browser-image-resizer#v2.2.1-misskey.1
* ✌️
* fix alert
* update browser-image-resizer to v2.2.1-misskey.2
* lockfile
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
|
2022-04-28 11:14:03 +09:00 |
|
tamaina
|
da87171ce7
|
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
|
9e0a1de9d1
|
tweak client
|
2022-03-27 16:28:25 +09:00 |
|
syuilo
|
f0620c294d
|
fix of client
|
2022-03-27 16:21:09 +09:00 |
|
tamaina
|
6890e7fca0
|
デッキまわりをCompositon API / Setup Sugarに (#8410)
* universal.widgets.vue
* column.vue, antenna-column.vue
* direct-column.vue, list-column.vue
* main-column.vue
* wip
* ✌️
* fix
* ✌️
* ✌️
|
2022-03-21 03:11:14 +09:00 |
|
syuilo
|
9841ee4710
|
tweak client
|
2022-03-06 23:21:25 +09:00 |
|
tamaina
|
a004cfe950
|
fix: iPhone X以降(?)でページの内容が全て表示しきれないのを修正 (#8375)
* add safe-area-inset-bottom to spacer
* fix
* ✌️
* fix
|
2022-03-05 02:00:45 +09:00 |
|
syuilo
|
df77edfc4e
|
feat(client): indicate dev build
|
2022-03-03 01:17:37 +09:00 |
|
syuilo
|
680e1ed3ac
|
enhance(client): improve launch pad usability
|
2022-02-23 23:40:31 +09:00 |
|
syuilo
|
73b1bf76ed
|
fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
|
2022-02-12 17:28:33 +09:00 |
|
syuilo
|
a37ed84421
|
🎨
|
2022-02-12 17:00:09 +09:00 |
|
syuilo
|
70317771fb
|
🎨
|
2022-02-12 16:52:01 +09:00 |
|
syuilo
|
2d55d36e19
|
fix(client): フッターでセーフエリアを考慮するように
|
2022-02-12 14:48:01 +09:00 |
|
tamaina
|
44f36940bd
|
fix: Fix Sideview (#8235)
* Fix #7890
* a-
* 3度目の正直
* fix
* ✌️
* update CHANGELOG
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2022-02-01 23:48:19 +09:00 |
|
syuilo
|
0f57ea08e7
|
refactor(client): i18n.locale -> i18n.ts
|
2022-01-28 11:39:49 +09:00 |
|
Johann150
|
4b88679ae1
|
disable animations on more transitions (#8112)
|
2022-01-25 23:18:21 +09:00 |
|
syuilo
|
c7ec5fda6f
|
fix(client): タイムラインのkeep-aliveが効かなくなっているのを修正
|
2022-01-21 21:47:36 +09:00 |
|
syuilo
|
de5d43c280
|
feat(client): make possible to switch account instantly in post form
|
2022-01-21 20:17:31 +09:00 |
|
syuilo
|
8245de9bef
|
refactor
|
2022-01-18 21:35:57 +09:00 |
|
syuilo
|
79c78bb6f2
|
refactor(client): specify global scope
|
2022-01-16 10:14:14 +09:00 |
|
syuilo
|
a68113e24f
|
wip: refactor(client): migrate components to composition api
|
2022-01-16 08:38:55 +09:00 |
|
syuilo
|
19484b63b4
|
wip: refactor(client): migrate components to composition api
|
2022-01-15 17:58:35 +09:00 |
|
syuilo
|
d9572b3bfe
|
wip: refactor(client): migrate paging components to composition api
|
2022-01-13 02:29:27 +09:00 |
|
syuilo
|
31cf4fa683
|
refactor
|
2022-01-13 02:26:10 +09:00 |
|
syuilo
|
2d1df38157
|
wip: refactor(client): migrate paging components to composition api
|
2022-01-10 03:30:35 +09:00 |
|
syuilo
|
a9262113c3
|
bye chat ui
|
2022-01-09 18:50:03 +09:00 |
|
tamaina
|
97ea86274d
|
enhance: pizzaxでstreamingのuser storage updateイベントを監視して更新 (#8095)
* wip
* wip?
* ?
* streamingのuser storage updateイベントを監視して更新
* 必要な時以外はストレージを更新しない
* fix?
* wip
* fix
* fix
|
2021-12-29 22:13:09 +09:00 |
|
syuilo
|
f3f2431b91
|
fix(client): fix sidebar style
|
2021-12-29 04:38:25 +09:00 |
|
syuilo
|
f1148c8257
|
fix(client): fix sidebar style
Fix #8049
|
2021-12-25 16:03:57 +09:00 |
|
syuilo
|
4d5275aab6
|
clean up
|
2021-12-25 13:38:53 +09:00 |
|
syuilo
|
5d0d191a03
|
fix(client/deck): カラムの増減がページをリロードするまで正しく反映されない問題を修正
Fix #8065
|
2021-12-18 18:11:45 +09:00 |
|
syuilo
|
e03cc6859c
|
feat(client): improve toast component and show welcome message
|
2021-12-18 14:55:53 +09:00 |
|
syuilo
|
5d01cbd81c
|
fix(client): fix zindex issue
Fix #8064
Fix #8063
|
2021-12-18 12:12:47 +09:00 |
|
syuilo
|
0bb391a127
|
fix(client): fix zindex issue
|
2021-12-17 19:38:17 +09:00 |
|
syuilo
|
849e135279
|
fix(client): 一部のコンポーネントが裏に隠れるのを修正
|
2021-12-15 21:44:41 +09:00 |
|
syuilo
|
94c717375b
|
refactor(client): ✨
|
2021-12-10 01:22:22 +09:00 |
|
syuilo
|
30b8b03cbd
|
fix(client): tweak style
|
2021-12-04 18:27:31 +09:00 |
|
syuilo
|
e71f3c0fbc
|
enhance(client): improve usability
|
2021-12-03 22:26:09 +09:00 |
|
syuilo
|
e098dc88b4
|
enhance(client): improve usability
|
2021-12-03 22:22:08 +09:00 |
|
syuilo
|
27b41d343f
|
refactor(client): refactor ui components
|
2021-12-03 22:09:40 +09:00 |
|
syuilo
|
c593c160d6
|
client: tweak ui
|
2021-12-03 13:52:57 +09:00 |
|
syuilo
|
b79f470672
|
client: tweak ui
|
2021-12-02 20:46:16 +09:00 |
|
syuilo
|
7e1d6bab14
|
client: tweak ui
|
2021-12-02 20:09:12 +09:00 |
|
syuilo
|
4bab2263b4
|
🎨
|
2021-11-30 23:08:34 +09:00 |
|
syuilo
|
83dd766541
|
feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように
|
2021-11-28 20:29:37 +09:00 |
|
syuilo
|
9c73eba150
|
client: ノートにモデレーターバッジを表示するのを廃止
|
2021-11-21 13:36:44 +09:00 |
|
syuilo
|
ec1ca199cb
|
update linr
|
2021-11-19 19:36:12 +09:00 |
|
syuilo
|
d254a05770
|
introduce lint for client
Resolve #7998
|
2021-11-18 23:32:43 +09:00 |
|