summaryrefslogtreecommitdiff
path: root/packages/client/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2733-3640/+0
|
* feat(client): add user list widgetsyuilo2022-12-262-0/+138
|
* :art:syuilo2022-12-241-1/+1
|
* style: add missing trailing commas (#9387)Kagami Sascha Rosylight2022-12-224-10/+10
|
* tabler iconssyuilo2022-12-201-1/+1
|
* Use tabler icons (#9354)syuilo2022-12-1912-30/+30
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-196-14/+14
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-196-14/+14
|
* :art:syuilo2022-12-102-2/+2
|
* fix(client): use proxied image for instance iconsyuilo2022-12-082-2/+12
|
* Fastify (#9106)syuilo2022-12-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* improve performancesyuilo2022-11-172-6/+8
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-0614-17/+17
|
* enhance(client): improve analog-clocksyuilo2022-08-311-0/+12
|
* refactor(client): align filename to component namesyuilo2022-08-319-11/+11
|
* enhance(client): tweak clocksyuilo2022-08-271-1/+1
|
* enhance(client): improve clock widgetsyuilo2022-08-062-68/+33
|
* enhance(client): improve clock widgetsyuilo2022-08-061-6/+7
|
* enhance(client): improve clock widgetsyuilo2022-08-061-7/+58
|
* enhance(client): improve clock widgetssyuilo2022-08-052-5/+92
|
* feat(client): improve widgetsyuilo2022-08-043-8/+149
|
* refactor(client): :sparkles:syuilo2022-07-2011-27/+38
|
* enhance(client): ↵syuilo2022-07-151-0/+8
| | | | RSSティッカーで表示順序をシャッフルできるように
* chore: fix lint errors (#8981)yzhe8192022-07-101-4/+4
|
* chore(client): tweak uisyuilo2022-07-071-1/+1
|
* fix lint no-prototype-builtinsJohann1502022-07-041-2/+3
|
* chore(client): rename marquee -> tickersyuilo2022-07-032-4/+4
|
* chore(client): tweak stylesyuilo2022-07-031-2/+4
|
* chore(client): tweak uisyuilo2022-07-021-25/+38
|
* enhance(client): better marquee componentsyuilo2022-07-021-1/+1
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-022-2/+2
|
* chore(client): tweak stylesyuilo2022-07-011-3/+15
|
* chore(client): tweak rss-marqueesyuilo2022-06-301-1/+3
|
* feat(client): add rss-marquee widgetsyuilo2022-06-303-7/+124
|
* tweak clientsyuilo2022-06-301-1/+1
|
* tweak clientsyuilo2022-06-301-5/+1
|
* feat(client): add instance-cloud widgetsyuilo2022-06-292-0/+82
|
* enhance(client): メニュー整理syuilo2022-06-291-1/+1
| | | | | Resolve #6389 Fix #8035
* refactor(client): extract interval logic to a composable functionsyuilo2022-06-267-62/+55
| | | | あと`onUnmounted`を`onMounted`内で呼んでいたりしたのを修正したりとか
* feat: allow GET for some endpointssyuilo2022-06-252-8/+8
| | | | Resolve #8263
* chore: fix some lints automatically (#8788)Johann1502022-06-102-5/+5
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* fix: server metrics widgetJohann1502022-06-011-4/+4
|
* feat(tests): add e2e tests for widgets (#8735)Andreas Nedbal2022-05-2813-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test(e2e): add baseline for widget tests * chore(repo): enable test running in branch * fix(e2e): set viewport for widget tests * fix(client): add widget identifier classes to widgets * test(e2e): add memo widget test * fix(tests): force select value * fix(tests): force button press for widget addition * fix(tests): invoke select value differently * fix(tests): adjust widget submit * fix(tests): don't explicitly navigate for widget test * fix(tests): click label to hide select popup * fix(tests): just click modal background * fix(tests): adjust modal background selector * fix(tests): click all modal backgrounds * feat(e2e): add test for adding timeline widget * fix(client): add more widget identifier classes * feat(tests): add method abstraction for test cases * fix(tests): force-click overlays * fix(tests): force widget button press * fix(tests): remove timeout from final widget check * feat(tests): add widget removal test case * fix(client): use mk instead of msky as class prefix * fix(tests): check widgets for existence rather than visibility * chore(meta): don't run tests for specific feature branch
* fix: activity widget used wrong variable nameJohann1502022-05-251-3/+3
|
* fix: server metrics widgetJohann1502022-05-251-4/+4
|
* Refactor widgets and fix lint issues (#8719)Andreas Nedbal2022-05-2526-313/+256
| | | | | | | | | * fix(client): refactor widgets and fix lint issues * Apply review suggestions from @Johann150 Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * :v: * 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 * :v: * 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 * :v: * remove ts-loader * fix * fix * enhance: Service Workerを常に登録するように * pollEnded * URLをsw.jsに戻す * clean up * wip * wip * wip * wip * wip * wip * :v: * 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 * :v: * :v: * :v: * 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>
* fix federation widgetsyuilo2022-01-311-1/+1
|
* fix federation widged (#8221)Johann1502022-01-301-4/+4
| | | | The variables accidentally shadowed the variables that contain the ref's to be rendered into the template.
* refactor(client): better semanticssyuilo2022-01-281-1/+1
|