misskey/packages/client/src/components
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
..
form refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
global refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
page update linr 2021-11-19 19:36:12 +09:00
ui refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
MkNoteSub.vue wip: refactor(client): migrate paging components to composition api 2022-01-14 10:25:51 +09:00
abuse-report-window.vue refactor(client): i18n.locale -> i18n.ts 2022-01-28 11:39:49 +09:00
abuse-report.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
analog-clock.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
autocomplete.vue fix(client): fix lint issues in autocomplete (#8548) 2022-04-28 10:56:18 +09:00
avatars.vue refactor(client): use composition api 2022-01-06 23:07:32 +09:00
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 refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
code-core.vue refactor: Composition APIへ移行 (#8121) 2022-01-11 00:05:18 +09:00
code.vue refactor: Composition APIへ移行 (#8121) 2022-01-11 00:05:18 +09:00
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: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
drive.folder.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +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 refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
featured-photos.vue refactor: Composition APIへ移行 (#8138) 2022-01-18 23:06:16 +09:00
file-type-icon.vue refactor(client): use composition api 2022-01-07 13:27:17 +09:00
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 fix(client): fix range slider rendering 2021-12-04 20:35:08 +09:00
formula-core.vue Update formula-core.vue 2021-12-14 22:37:18 +09:00
formula.vue refactoring 2021-11-12 02:02:25 +09:00
gallery-post-preview.vue refactoring 2021-11-12 02:02:25 +09:00
google.vue client: 検索構文でGoogle明示 & deprecated 2022-02-25 14:40:11 +09:00
image-viewer.vue wip: refactor(client): migrate components to composition api 2022-01-16 06:59:35 +09:00
img-with-blurhash.vue wip: refactor(client): migrate components to composition api 2022-01-16 06:59:35 +09:00
index.ts refactoring: グローバルコンポーネントを認識するように 2021-11-12 18:41:56 +09:00
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 tweak ui 2022-01-04 15:36:14 +09:00
launch-pad.vue tweak client 2022-03-27 16:28:25 +09:00
link.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
media-banner.vue wip: refactor(client): migrate components to composition api 2022-01-16 08:24:53 +09:00
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 refactor(client): use composition api 2022-01-07 15:02:25 +09:00
mention.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
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
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 wip: refactor(client): migrate paging components to composition api 2022-01-14 10:25:51 +09:00
note-preview.vue wip: refactor(client): migrate paging components to composition api 2022-01-14 10:29:18 +09:00
note-simple.vue wip: refactor(client): migrate paging components to composition api 2022-01-14 10:29:18 +09:00
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 refactoring 2021-11-12 02:02:25 +09:00
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 refactoring 2021-11-12 02:02:25 +09:00
object-view.value.vue tweak ui 2022-01-04 23:37:26 +09:00
object-view.vue tweak ui 2022-01-04 23:37:26 +09:00
page-preview.vue update linr 2021-11-19 19:36:12 +09:00
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 client: tweak ui 2021-12-03 16:07:50 +09:00
post-form-attaches.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
post-form-dialog.vue enhance(client): improve modal menu for mobile 2021-12-17 02:14:40 +09:00
post-form.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
queue-chart.vue refactoring 2021-11-12 02:02:25 +09:00
reaction-icon.vue wip: refactor(client): migrate paging components to composition api 2022-01-14 10:35:32 +09:00
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 wip: refactor(client): migrate paging components to composition api 2022-01-13 02:55:19 +09:00
remote-caution.vue refactor(client): use composition api 2022-01-06 23:10:47 +09:00
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 wip: refactor(client): migrate components to composition api 2022-01-16 06:59:35 +09:00
signin.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
signup-dialog.vue wip: refactor(client): migrate components to composition api 2022-01-16 06:59:35 +09:00
signup.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00
sparkle.vue enhance(client): 2021-12-29 13:14:19 +09:00
sub-note-content.vue wip: refactor(client): migrate paging components to composition api 2022-01-14 12:02:10 +09:00
tab.vue refactoring 2021-11-12 02:02:25 +09:00
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 refactoring 2021-11-12 02:02:25 +09:00
updated.vue enhance(client): 2021-12-29 13:14:19 +09:00
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 refactor(client): use composition api 2022-01-07 15:02:25 +09:00
user-list.vue wip: migrate paging components to composition api 2022-01-09 21:35:35 +09:00
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 enhance(client): tweak ui 2021-12-30 21:47:48 +09:00
visibility-picker.vue wip: refactor(client): migrate components to composition api 2022-01-16 08:49:27 +09:00
waiting-dialog.vue wip: refactor(client): migrate paging components to composition api 2022-01-13 02:55:19 +09:00
widgets.vue refactor: use Vite to build instead of webpack (#8575) 2022-05-01 22:51:07 +09:00