tamaina
17047d2d2d
Merge branch 'develop' into vite
2022-05-01 03:38:35 +00:00
Andreas Nedbal
274ca6f7e6
refactor(client): refactor import-export to use Composition API ( #8579 )
2022-05-01 11:55:15 +09:00
Andreas Nedbal
475b7556d8
Refactor instance-mute to use Composition API ( #8580 )
...
* refactor(client): refactor instance-mute to use Composition API
* Apply review suggestion from @Johann150
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* Apply review suggestion from @Johann150
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
2022-05-01 11:52:19 +09:00
Andreas Nedbal
3dc027bcd5
Refactor integration to use Composition API ( #8581 )
...
* refactor(client): refactor integration to use Composition API
* fix(client): drop superfluous enable* constants
* refactor(client): deduplicate window opening for services
2022-05-01 11:23:12 +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 defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* 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
25f5fa6eaf
Merge branch 'swn' into vite
2022-04-30 07:42:29 +00:00
tamaina
0438187ee9
Merge branch 'develop' into swn
2022-04-30 07:41:31 +00:00
Andreas Nedbal
5ad42d1d85
refactor(client): refactor scratchpad to use Composition API ( #8565 )
2022-04-29 12:26:24 +09:00
Andreas Nedbal
8f32064fea
refactor(client): refactor api-console to use Composition API ( #8566 )
2022-04-29 10:21:02 +09:00
tamaina
b38f82ba23
;
2022-04-29 01:00:57 +09:00
tamaina
dd5e493ab5
never make two app div
2022-04-29 01:00:47 +09:00
tamaina
ac9a269209
Revert "fix boot sequence"
...
This reverts commit e893dbf37a
.
2022-04-29 00:42:47 +09:00
tamaina
e893dbf37a
fix boot sequence
2022-04-29 00:38:46 +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
Andreas Nedbal
d0443f9de1
fix(client): fix lint issues in autocomplete ( #8548 )
2022-04-28 10:56:18 +09:00
tamaina
edb79ec367
update vite
2022-04-28 02:08:02 +09:00
tamaina
3d167a1ef0
remove webpack
2022-04-27 20:48:26 +09:00
tamaina
4a8ce0395c
✌️
2022-04-27 20:44:37 +09:00
tamaina
8db5a14335
✌️
2022-04-27 20:22:44 +09:00
tamaina
c32cde5a4a
add comment
2022-04-27 06:47:58 +00:00
tamaina
130a297214
fix router
2022-04-27 06:42:10 +00:00
Johann150
a99cd645bb
refactor: use composition API ( #8541 )
2022-04-27 15:17:49 +09:00
tamaina
96e57595a6
clean up
2022-04-27 06:07:12 +00:00
tamaina
d0a87b4e72
fix init import
2022-04-27 06:06:23 +00:00
tamaina
18aa1f2a4e
draggable?
2022-04-27 05:34:35 +00:00
tamaina
6e344ad301
popup(import -> popup(defineAsyncComponent(() => import
2022-04-27 05:31:33 +00:00
tamaina
555d42f7a7
wip use defineAsyncComponent
2022-04-27 00:15:10 +09:00
tamaina
11f735b088
fix emojilist
2022-04-26 11:24:28 +00:00
tamaina
07e0e38ad4
use defineAsyncComponent.
2022-04-26 11:00:17 +00:00
tamaina
a039e0cd06
Merge branch 'develop' into swn
2022-04-26 10:36:09 +00:00
tamaina
fa2deb5aae
install rollup
2022-04-24 16:17:17 +00:00
tamaina
95cda32487
fix
2022-04-24 21:11:25 +09:00
tamaina
b2886b5ecb
Merge branch 'develop' into vite
2022-04-24 21:11:22 +09:00
futchitwo
3f9a914718
Fix(client): fix profile tab link ( #8536 )
2022-04-24 14:21:46 +09:00
tamaina
eac71ae1d7
fix: Fix settings page ( #8508 )
...
* Fix settings page
* nanka iroiro
* clean up
* clean up
* インデックスに戻ってもタイトルが残ってしまうのを修正
2022-04-23 19:17:15 +09:00
syuilo
c2cae877ce
chore: fix lint command for windows
2022-04-23 12:50:37 +09:00
syuilo
9f3650b0ef
update deps
2022-04-23 12:29:26 +09:00
tamaina
8a850fbe6b
✌️
2022-04-23 04:04:26 +09:00
tamaina
73d138d8b0
wip
2022-04-23 03:24:24 +09:00
tamaina
c63c1c9040
wip
2022-04-23 02:54:51 +09:00
tamaina
f5f8843022
wip
2022-04-23 01:50:20 +09:00
tamaina
5b4d75c2b4
Merge branch 'vite' of https://github.com/tamaina/misskey into vite
2022-04-23 01:03:39 +09:00
tamaina
9d02728f67
wip
2022-04-23 01:01:31 +09:00
tamaina
d240c323ee
wip
2022-04-23 01:01:31 +09:00
tamaina
24c4f484ca
Merge branch 'develop' into swn
2022-04-23 00:59:00 +09:00
tamaina
78239a922e
wip
2022-04-22 07:11:34 +00:00
syuilo
f02508c259
Revert "make emoji stand out more on reaction button"
...
This reverts commit e0c5401241
.
2022-04-20 09:30:29 +09:00
Johann150
e0c5401241
make emoji stand out more on reaction button
...
a slight shadow makes them easier to see
2022-04-19 22:03:15 +02:00
rinsuki
1d193b9a04
refactor: move typings to devDependencies ( #8500 )
2022-04-16 01:28:59 +09:00
syuilo
a7015e6f09
refactor
2022-04-11 22:50:53 +09:00