summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-2712-1187/+0
|
* fix(client): userpage ui (#9179)Nya Candy2022-12-274-14/+29
| | | | | | | * fix(unverified): clip pages ui * fix(unverified): user page width Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(client): use container queries if available to improve perfsyuilo2022-12-261-0/+52
|
* :art:syuilo2022-12-202-10/+10
|
* tabler iconssyuilo2022-12-201-1/+1
|
* Use tabler icons (#9354)syuilo2022-12-195-17/+17
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-193-4/+4
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-193-4/+4
|
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-121-1/+1
| | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change
* enhance: AVIF support (#9281)tamaina2022-12-081-0/+2
| | | | | | | | | | | | | * chore: Make image/avif browsersafe * server side * change FileInfoService * :v: * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): refactor file name and directory structuresyuilo2022-09-068-10/+10
|
* refactor(client): use setup syntaxsyuilo2022-09-051-54/+47
|
* refactor(client): use setup syntaxsyuilo2022-08-311-31/+13
|
* refactor(client): align filename to component namesyuilo2022-08-318-13/+13
|
* refactor(client): :sparkles:syuilo2022-07-202-22/+23
|
* ユーザー情報の取得の再試行を修正する (#9017)xianon2022-07-183-3/+3
|
* chore(client): tweak user-info routingsyuilo2022-07-162-6/+1
|
* use MkStickyContainer (#9000)tamaina2022-07-141-14/+14
|
* chore(client): trust iossyuilo2022-07-131-1/+1
|
* chore(client): remove unused classsyuilo2022-07-051-1/+1
|
* fix(client): style tweak for iossyuilo2022-07-031-1/+1
|
* fix(client): ↵syuilo2022-07-031-1/+1
| | | | フォロワー一覧がフォローににゃっているんだにゃあ
* refactor(client): refactoringsyuilo2022-07-023-3/+0
|
* chore(client): tweak uisyuilo2022-07-014-472/+619
|
* chore(client): tweak uisyuilo2022-06-301-26/+14
|
* enhance(client): メニュー整理syuilo2022-06-291-3/+3
| | | | | Resolve #6389 Fix #8035
* refactor(client): Refine routing (#8846)syuilo2022-06-201-241/+222
|
* fix lints (#8737)Johann1502022-05-261-2/+2
| | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
* refactor: use Vite to build instead of webpack (#8575)tamaina2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(client): fix profile tab link (#8536)futchitwo2022-04-241-5/+7
|
* tweal c;iemysyuilo2022-03-111-1/+30
|
* chore(client): tweak chartsyuilo2022-02-111-1/+1
|
* enhance(client): improve chart renderingsyuilo2022-02-041-1/+1
|
* refactor(client): better semanticssyuilo2022-01-281-1/+1
|
* :art:syuilo2022-01-261-555/+321
|
* disable animations on more transitions (#8112)Johann1502022-01-251-1/+1
|
* enhance: e2eテストをできるだけ改良してみた (#8159)tamaina2022-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update docker image? * 続 * serial run delete from "${table}" cascade * use cypress official github action * refuse install by cypress action * clean up * use wait? * use more wait? * Revert "use more wait?" This reverts commit 18d0fcae9c7d8f98a4cafb4a846a031ece57350c. * Revert "use wait?" This reverts commit 5aa8feec9cdc3e2f79e566249f0a0eff6c0df6a0. * fix * test * test * log? * 握りつぶしてみる * clean up * env? * clean up? * disable video * add comment * remove test * 成功? * test browser * nodeインストール無効化 * node16.13.0-chrome95-ff94 * node.js復活 * ? * ちょっと戻してみる * chrome? * cross browser test2 * --shm-size=2g * artifact? * misskey.local? * firefoxはあきらめる * not headless? * oops * fix * ?? * test1 * if? * fail-fast: false * headless: false * easy error ignoreing describe * エラーの解消 とちょっとリファクター * add browser name to artifact * Install mplayer for FireFox * no wait? * タイムアウトを甘くしてみる * firefoxをあきらめる(n回目) * remove timeout setting * wait復活 * Update basic.js * Update index.js Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-141-1/+1
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-134-108/+55
|
* refactorsyuilo2022-01-135-6/+6
|
* wip: refactor(client): migrate paging components to composition apisyuilo2022-01-104-43/+22
|
* wip: migrate paging components to composition apisyuilo2022-01-091-42/+18
| | | | #7681
* clean upsyuilo2021-12-251-4/+0
|
* client: tweak uisyuilo2021-12-025-5/+5
|
* feat(client): ↵syuilo2021-11-281-1/+1
| | | | Renoteなノート詳細ページから元のノートページに遷移できるように
* update linrsyuilo2021-11-198-50/+50
|
* refactoringsyuilo2021-11-129-0/+1339
Resolve #7779