Sharkey/packages/client/src/scripts
tamaina b70473ed60
feat: Add Badge Image to Push Notification (#8012)
* 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を戻した

* 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

* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正

* components/drive-file-thumbnail.vue

* components/drive-select-dialog.vue

* components/drive-window.vue

* merge

* fix

* 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

* fix lint

* changelog

* alpha-test

* also with twemoji

* add isMimeImage function

* catch

* Colour => Color

* char2file => char2filePath

* Update autocomplete.vue

* remove clone?

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-20 00:33:46 +09:00
..
aiscript refactor(client): refactor dialog functions to improve type inference 2021-11-18 18:45:58 +09:00
hpml chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
2fa.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
array.ts テーマ選択から重複要素を排除するように (#8385) 2022-03-09 22:18:14 +09:00
autocomplete.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
check-word-mute.ts ソフトミュートですべてがマッチしてしまうのを修正 (#8307) 2022-02-11 23:26:51 +09:00
collect-page-vars.ts refactoring 2021-11-12 02:02:25 +09:00
contains.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
copy-to-clipboard.ts refactoring 2021-11-12 02:02:25 +09:00
device-kind.ts feat(client): デバイスの種類を手動指定できるように 2022-02-08 18:46:39 +09:00
emojilist.ts refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
extract-avg-color-from-blurhash.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
extract-mentions.ts refactoring 2021-11-12 02:02:25 +09:00
extract-url-from-mfm.ts refactoring 2021-11-12 02:02:25 +09:00
focus.ts refactoring 2021-11-12 02:02:25 +09:00
form.ts refactor: Widgetのcomposition api移行 (#8125) 2022-01-08 20:30:01 +09:00
format-time-string.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
gen-search-query.ts refactoring 2021-11-12 02:02:25 +09:00
get-account-from-id.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
get-note-menu.ts fix typo 2022-06-18 18:27:47 +09:00
get-note-summary.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
get-static-image-url.ts refactoring 2021-11-12 02:02:25 +09:00
get-user-menu.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
get-user-name.ts feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
hotkey.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
i18n.ts refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
idb-proxy.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
initialize-sw.ts feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
is-device-darkmode.ts refactoring 2021-11-12 02:02:25 +09:00
keycode.ts refactoring 2021-11-12 02:02:25 +09:00
langmap.ts fix: better language settings 2022-02-26 15:13:44 +09:00
login-id.ts refactoring 2021-11-12 02:02:25 +09:00
lookup-user.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
mfm-tags.ts Implemented a rotate MFM (#8016) 2021-11-26 13:39:57 +09:00
navigate.ts fix: Fix settings page (#8508) 2022-04-23 19:17:15 +09:00
physics.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
please-login.ts Refactor pleaseLogin to show a sign-in dialog (#8630) 2022-05-19 20:28:08 +09:00
popout.ts fix(client): fix popout url (#8494) 2022-05-29 12:21:36 +02:00
reaction-picker.ts refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
scroll.ts refactoring 2021-11-12 02:02:25 +09:00
search.ts refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
select-file.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
show-suspended-dialog.ts refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
sound.ts refactoring 2021-11-12 02:02:25 +09:00
sticky-sidebar.ts refactoring 2021-11-12 02:02:25 +09:00
theme-editor.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
theme.ts chore: fix some lints automatically (#8788) 2022-06-10 14:36:55 +09:00
time.ts refactoring 2021-11-12 02:02:25 +09:00
touch.ts モバイル画面で表示更新直後にヘッダーメニューをタップしてもポップアップにならないようにする (#8160) 2022-01-19 00:25:29 +09:00
twemoji-base.ts feat: Add Badge Image to Push Notification (#8012) 2022-06-20 00:33:46 +09:00
unison-reload.ts refactoring 2021-11-12 02:02:25 +09:00
upload.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
url.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
use-leave-guard.ts refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
use-note-capture.ts fix(client): fix lint issues in scripts (#8621) 2022-05-07 14:19:15 +09:00
use-tooltip.ts enhance(client): tweak ui 2021-12-24 12:34:24 +09:00