misskey/packages/client/src/components
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
..
form feat: Webhook (#8457) 2022-04-02 15:28:49 +09:00
global fix: Fix settings page (#8508) 2022-04-23 19:17:15 +09:00
page
ui feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
abuse-report-window.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
abuse-report.vue enhance: Forward report (#8001) 2022-01-21 03:06:38 +09:00
analog-clock.vue refactor(client): specify global scope 2022-01-16 10:14:14 +09:00
autocomplete.vue fix(client): fix lint issues in autocomplete (#8548) 2022-04-28 10:56:18 +09:00
avatars.vue
captcha.vue refactor 2022-03-01 21:36:20 +09:00
channel-follow-button.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
channel-preview.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
chart-tooltip.vue enhance(client): improve tooltip position calclation 2022-02-08 15:37:31 +09:00
chart.vue 🎨 2022-03-12 14:54:08 +09:00
code-core.vue
code.vue
cw-button.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
date-separated-list.vue refactor 2022-03-01 21:36:20 +09:00
dialog.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
drive-file-thumbnail.vue refactor: Composition APIへ移行 (#8138) 2022-01-18 23:06:16 +09:00
drive-select-dialog.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
drive-window.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
drive.file.vue refactor 2022-01-28 12:20:42 +09:00
drive.folder.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
drive.nav-folder.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
drive.vue enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) 2022-04-28 11:14:03 +09:00
emoji-picker-dialog.vue fix(client): リアクション設定で絵文字ピッカーが開かないのを修正 2022-01-28 12:30:47 +09:00
emoji-picker-window.vue refactor: Composition APIへ移行 (#8138) 2022-01-18 23:06:16 +09:00
emoji-picker.section.vue refactor: Composition APIへ移行 (#8138) 2022-01-18 23:06:16 +09:00
emoji-picker.vue enhance(client): リアクションピッカーの幅、高さ制限を緩和 2022-02-11 13:53:02 +09:00
featured-photos.vue refactor: Composition APIへ移行 (#8138) 2022-01-18 23:06:16 +09:00
file-type-icon.vue
follow-button.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
forgot-password.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
form-dialog.vue
formula-core.vue
formula.vue
gallery-post-preview.vue
google.vue client: 検索構文でGoogle明示 & deprecated 2022-02-25 14:40:11 +09:00
image-viewer.vue
img-with-blurhash.vue
index.ts
instance-stats.vue enhance(client): tweak chart 2022-02-10 19:02:52 +09:00
instance-ticker.vue fix: instance ticker (#8260) 2022-02-08 16:38:52 +09:00
key-value.vue
launch-pad.vue tweak client 2022-03-27 16:28:25 +09:00
link.vue
media-banner.vue
media-caption.vue fix scroll (#8382) 2022-03-09 22:33:07 +09:00
media-image.vue refactor(client): use composition api 2022-01-28 00:46:49 +09:00
media-list.vue update deps 2022-04-01 19:13:40 +09:00
media-video.vue
mention.vue
mfm.ts refactor 2022-03-01 21:36:20 +09:00
mini-chart.vue refactor(client): specify global scope 2022-01-16 10:14:14 +09:00
MkNoteSub.vue
modal-page-window.vue refactor 2022-01-18 21:35:57 +09:00
note-detailed.vue fix 2022-03-05 01:23:34 +09:00
note-header.vue
note-preview.vue
note-simple.vue
note.vue fix(client): register_note_view_interruptor()が動かないのを修正 2022-03-05 01:22:57 +09:00
notes.vue enhance: e2eテストをできるだけ改良してみた (#8159) 2022-01-21 16:43:56 +09:00
notification-setting-window.vue
notification-toast.vue fix: iPhone X以降(?)でページの内容が全て表示しきれないのを修正 (#8375) 2022-03-05 02:00:45 +09:00
notification.vue feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
notifications.vue feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
number-diff.vue
object-view.value.vue
object-view.vue
page-preview.vue
page-window.vue refactor(client): better semantics 2022-01-28 11:53:12 +09:00
poll-editor.vue 🎨 2022-01-26 03:31:10 +09:00
poll.vue
post-form-attaches.vue refactor(client): better semantics 2022-01-28 11:53:12 +09:00
post-form-dialog.vue
post-form.vue enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) 2022-04-28 11:14:03 +09:00
queue-chart.vue
reaction-icon.vue
reaction-tooltip.vue enhance(client): Chartjsのツールチップを自前に 2022-01-31 21:07:33 +09:00
reactions-viewer.details.vue enhance(client): Chartjsのツールチップを自前に 2022-01-31 21:07:33 +09:00
reactions-viewer.reaction.vue Revert "make emoji stand out more on reaction button" 2022-04-20 09:30:29 +09:00
reactions-viewer.vue
remote-caution.vue
renote-button.vue fix(client): ツールチップの表示位置が正しくない問題を修正 2022-02-02 01:32:26 +09:00
renote.details.vue enhance(client): Chartjsのツールチップを自前に 2022-01-31 21:07:33 +09:00
ripple.vue refactor(client): specify global scope 2022-01-16 10:14:14 +09:00
sample.vue refactor(client): better semantics 2022-01-28 11:53:12 +09:00
signin-dialog.vue
signin.vue
signup-dialog.vue
signup.vue
sparkle.vue
sub-note-content.vue
tab.vue
timeline.vue enhance: e2eテストをできるだけ改良してみた (#8159) 2022-01-21 16:43:56 +09:00
toast.vue refactor 2022-03-01 21:36:20 +09:00
token-generate-window.vue
updated.vue
url-preview-popup.vue disable animations on more transitions (#8112) 2022-01-25 23:18:21 +09:00
url-preview.vue refactor 2022-03-01 21:36:20 +09:00
user-info.vue
user-list.vue
user-online-indicator.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
user-preview.vue disable animations on more transitions (#8112) 2022-01-25 23:18:21 +09:00
user-select-dialog.vue
visibility-picker.vue wip: refactor(client): migrate components to composition api 2022-01-16 08:49:27 +09:00
waiting-dialog.vue
widgets.vue タッチ操作でウィジェットの編集や削除ができるようにする (#8328) 2022-02-20 16:07:29 +09:00