Andreas Nedbal
|
a273940348
|
fix(client): fix lint issues in Deck UI components (#8681)
|
2022-05-19 17:35:43 +09:00 |
|
あずき⪥™
|
e3f2d469c0
|
remove unneeded attrs (#8673)
|
2022-05-18 01:34:30 +09:00 |
|
tamaina
|
a89003b57a
|
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
|
766559c6e9
|
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
|
12a3c6872f
|
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
|
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
|
525b4b6cf4
|
tweak client
|
2022-03-27 16:28:25 +09:00 |
|
syuilo
|
30fe632d54
|
fix of client
|
2022-03-27 16:21:09 +09:00 |
|
tamaina
|
78736c70f7
|
デッキまわりを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
|
8ca8d77c1e
|
tweak client
|
2022-03-06 23:21:25 +09:00 |
|
tamaina
|
446e4ce0c3
|
fix: iPhone X以降(?)でページの内容が全て表示しきれないのを修正 (#8375)
* add safe-area-inset-bottom to spacer
* fix
* ✌️
* fix
|
2022-03-05 02:00:45 +09:00 |
|
syuilo
|
0bd68902f9
|
feat(client): indicate dev build
|
2022-03-03 01:17:37 +09:00 |
|
syuilo
|
c0fd7697b9
|
enhance(client): improve launch pad usability
|
2022-02-23 23:40:31 +09:00 |
|
syuilo
|
1c6ab5447d
|
fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
|
2022-02-12 17:28:33 +09:00 |
|
syuilo
|
e7d6bd19eb
|
🎨
|
2022-02-12 17:00:09 +09:00 |
|
syuilo
|
720d5db041
|
🎨
|
2022-02-12 16:52:01 +09:00 |
|
syuilo
|
fd3ce321c5
|
fix(client): フッターでセーフエリアを考慮するように
|
2022-02-12 14:48:01 +09:00 |
|
tamaina
|
ae3abc2126
|
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
|
57ec04d9ec
|
refactor(client): i18n.locale -> i18n.ts
|
2022-01-28 11:39:49 +09:00 |
|
Johann150
|
e51f59e1b7
|
disable animations on more transitions (#8112)
|
2022-01-25 23:18:21 +09:00 |
|
syuilo
|
4ee859b691
|
fix(client): タイムラインのkeep-aliveが効かなくなっているのを修正
|
2022-01-21 21:47:36 +09:00 |
|
syuilo
|
331afcb96a
|
feat(client): make possible to switch account instantly in post form
|
2022-01-21 20:17:31 +09:00 |
|
syuilo
|
a8fad1b61c
|
refactor
|
2022-01-18 21:35:57 +09:00 |
|
syuilo
|
8322c90834
|
refactor(client): specify global scope
|
2022-01-16 10:14:14 +09:00 |
|
syuilo
|
133b5c6391
|
wip: refactor(client): migrate components to composition api
|
2022-01-16 08:38:55 +09:00 |
|
syuilo
|
41e18aa993
|
wip: refactor(client): migrate components to composition api
|
2022-01-15 17:58:35 +09:00 |
|
syuilo
|
7271fbb092
|
wip: refactor(client): migrate paging components to composition api
|
2022-01-13 02:29:27 +09:00 |
|
syuilo
|
861d028d09
|
refactor
|
2022-01-13 02:26:10 +09:00 |
|
syuilo
|
06125e6820
|
wip: refactor(client): migrate paging components to composition api
|
2022-01-10 03:30:35 +09:00 |
|
syuilo
|
a10be38d0e
|
bye chat ui
|
2022-01-09 18:50:03 +09:00 |
|
tamaina
|
e159f15600
|
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
|
c7308f4178
|
fix(client): fix sidebar style
|
2021-12-29 04:38:25 +09:00 |
|
syuilo
|
85740dd09f
|
fix(client): fix sidebar style
Fix #8049
|
2021-12-25 16:03:57 +09:00 |
|
syuilo
|
601bc3e3cc
|
clean up
|
2021-12-25 13:38:53 +09:00 |
|
syuilo
|
c544e38f34
|
fix(client/deck): カラムの増減がページをリロードするまで正しく反映されない問題を修正
Fix #8065
|
2021-12-18 18:11:45 +09:00 |
|
syuilo
|
d6e85ffb59
|
feat(client): improve toast component and show welcome message
|
2021-12-18 14:55:53 +09:00 |
|
syuilo
|
ba1e14443c
|
fix(client): fix zindex issue
Fix #8064
Fix #8063
|
2021-12-18 12:12:47 +09:00 |
|
syuilo
|
ea66080197
|
fix(client): fix zindex issue
|
2021-12-17 19:38:17 +09:00 |
|
syuilo
|
fa8eb43eaf
|
fix(client): 一部のコンポーネントが裏に隠れるのを修正
|
2021-12-15 21:44:41 +09:00 |
|
syuilo
|
46c0280764
|
refactor(client): ✨
|
2021-12-10 01:22:22 +09:00 |
|
syuilo
|
e42e9530cb
|
fix(client): tweak style
|
2021-12-04 18:27:31 +09:00 |
|
syuilo
|
00982d2742
|
enhance(client): improve usability
|
2021-12-03 22:26:09 +09:00 |
|
syuilo
|
4f208b99ff
|
enhance(client): improve usability
|
2021-12-03 22:22:08 +09:00 |
|
syuilo
|
fa36b88af4
|
refactor(client): refactor ui components
|
2021-12-03 22:09:40 +09:00 |
|
syuilo
|
5fe2e8a59a
|
client: tweak ui
|
2021-12-03 13:52:57 +09:00 |
|
syuilo
|
14fa8b177d
|
client: tweak ui
|
2021-12-02 20:46:16 +09:00 |
|
syuilo
|
f38b6a1806
|
client: tweak ui
|
2021-12-02 20:09:12 +09:00 |
|
syuilo
|
4cc2a561d5
|
🎨
|
2021-11-30 23:08:34 +09:00 |
|
syuilo
|
2fc58a780e
|
feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように
|
2021-11-28 20:29:37 +09:00 |
|
syuilo
|
f5bea67515
|
client: ノートにモデレーターバッジを表示するのを廃止
|
2021-11-21 13:36:44 +09:00 |
|