summaryrefslogtreecommitdiff
path: root/packages/frontend-embed (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copy changes to MkNote and EmNoteDetailedHazelnoot2025-06-131-11/+11
|
* update to summaly 5.2.2Hazelnoot2025-06-121-1/+1
|
* use pnpm package alias for @transfem-org/summalyHazelnoot2025-06-121-1/+1
|
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-124-5/+5
|
* pcleanup dependencies:Hazelnoot2025-06-121-14/+14
| | | | | | | * Consolidate multiple different HTML/XML/RSS libraries to use the Cheerio stack * Remove unused deps * Move dev dependencies to correct section * Pin versions where missing
* reduce frontend log spam from debug messagesHazelnoot2025-06-063-4/+4
|
* merge: Persisted instance blocks (!1068)Hazelnoot2025-06-012-0/+2
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1068 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * enable TypeScript incremental mode to speed up IDEsHazelnoot2025-05-282-0/+2
| |
* | apply more styles to our icons - fixes #1081dakkar2025-05-301-1/+1
|/ | | | | | | | | the way we replace icons, the `ti` class gets removed, so those styles were not applied; we always add a `ph-lg` class, so we select on that one I've left the `ti` selectors to hopefully make future merge conflicts clearer
* bump VueJS againdakkar2025-05-211-3/+3
| | | | | People have reported that #1059 happens even with the older version, so there's no reason to not upgrade
* downgrade vue, may help with #1059dakkar2025-05-201-3/+3
|
* bump vuedakkar2025-05-171-3/+3
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-12/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * fix(deps): update [frontend] update dependencies (#15809)renovate[bot]2025-04-281-13/+13
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* | Merge branch 'develop' into merge/2025-03-24dakkar2025-04-281-1/+1
|\ \
| * | Update summalyJulia Johannesen2025-04-271-1/+1
| | |
* | | merge upstream againHazelnoot2025-04-241-15/+15
|\ \ \ | | |/ | |/|
| * | fix(deps): update vite to v6.3.1 (#15857)かっこかり2025-04-171-3/+3
| | |
| * | fix(deps): update [frontend] update dependencies (#15736)renovate[bot]2025-04-101-12/+12
| | | | | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* | | lint and type fixesHazelnoot2025-04-014-4/+0
| | |
* | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-011-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # locales/index.d.ts # package.json # packages/misskey-js/generator/package.json # packages/misskey-js/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * | fix(deps): update dependency vite to v6.2.4 [security] (#15733)renovate[bot]2025-04-011-1/+1
| | | | | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-312-3/+3
|\| |
| * | 🎨syuilo2025-03-312-3/+3
| | |
* | | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-1/+1
| | |
* | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-302-3/+3
|\| |
| * | fix(deps): update dependency vite to v6.2.3 [security] (#15710)renovate[bot]2025-03-301-1/+1
| | | | | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * | enhance(frontend): disable horizontal swipe for timeline/notifications to ↵syuilo2025-03-291-2/+2
| | | | | | | | | | | | improve ux
* | | merge upstreamHazelnoot2025-03-2510-60/+49
|\| | | |/ |/|
| * Feat: Chat (#15686)syuilo2025-03-241-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
| * fix(deps): update [frontend] update dependencies (#15625)renovate[bot]2025-03-211-11/+11
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * clean up consolesyuilo2025-03-201-2/+0
| |
| * enhance(frontend): improve ux for touch devicessyuilo2025-03-161-2/+2
| |
| * refactorsyuilo2025-03-141-11/+1
| |
| * chore(deps): update [frontend] update dependencies to v10 (#15619)renovate[bot]2025-03-071-2/+2
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15617)renovate[bot]2025-03-071-4/+4
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(frontend): ↵かっこかり2025-03-061-1/+1
| | | | | | | | tabler-iconsが読み込めない問題を修正(正式リリースに差し替え) (#15608)
| * fix(deps): update [frontend] update dependencies (#15595)renovate[bot]2025-03-051-6/+6
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15587)renovate[bot]2025-03-031-5/+5
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15566)renovate[bot]2025-03-011-11/+11
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15542)renovate[bot]2025-02-241-12/+12
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update dependency shiki to v3 (#15544)renovate[bot]2025-02-241-1/+1
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15504)renovate[bot]2025-02-161-3/+3
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (major) (#15497)renovate[bot]2025-02-151-6/+5
| | | | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * remove uuid types (v11 is typescript) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
| * fix(deps): update [frontend] update dependencies (#15489)renovate[bot]2025-02-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * fix type error * fix * Revert "fix" This reverts commit de27d254f413b6938f7c42a5954c88da7da95b02. * fix version * attempt to fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
| * fix(deps): update dependency vite [security] (#15472)renovate[bot]2025-02-151-1/+1
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * update deps (#15311)syuilo2025-02-152-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * bump misskey-dev/eslint-plugin * lint fixes (backend) * lint fixes (frontend) * lint fixes (frontend-embed) * rollback nsfwjs to 4.2.0 ref: infinitered/nsfwjs#904 * rollback openapi-typescript to v6 v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した * lint fixes (misskey-js) * temporarily disable errored lint rule (frontend-shared) * fix lint * temporarily ignore errored file for lint (frontend-shared) * rollback simplewebauthn/server to 12.0.0 v13 contains breaking changes that require some decision making * lint fixes (frontend-shared) * build misskey-js with types * fix(backend): migrate simplewebauthn/server to v12 * fix(misskey-js/autogen): ignore indent rules to generate consistent output * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * fix test * fix test * fix test * Apply suggestions from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * bump summaly to v5.2.0 * update tabler-icons to v3.30.0-based --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-054-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* | factor out shared "compute-merged-cw" routineHazelnoot2025-02-164-32/+8
| |
* | append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)Hazelnoot2025-02-164-14/+50
| |