summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/instance-info.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix broken CSS in instance-info caused by leftover codeHazelnoot2025-06-131-4/+1
|
* increase width of admin-user and instance-admin screens to prevent scrolling ↵Hazelnoot2025-06-091-1/+1
| | | | the tab bar
* add withHint to instance-info.vueHazelnoot2025-06-041-6/+10
|
* reduce empty space around report user / instanceHazelnoot2025-06-041-2/+2
|
* allow callers to pass in hint objects to admin-user and instance-infoHazelnoot2025-06-041-4/+9
|
* fix saving moderation noteHazelnoot2025-05-291-6/+9
|
* fix Z-fighting in report UI caused by sticky headerHazelnoot2025-05-291-3/+3
|
* refresh instance info after applying moderation rules, and make sure that ↵Hazelnoot2025-05-291-62/+87
| | | | API calls show a dialog while running
* re-order instance-info tabs to match admin-userHazelnoot2025-05-291-4/+4
|
* disable status badge strip in admin-user and instance-infoHazelnoot2025-05-291-1/+57
|
* re-order moderation toggles to match admin-userHazelnoot2025-05-291-3/+3
|
* add missing oneline flag to delivery statusHazelnoot2025-05-291-1/+1
|
* add icons to buttonsHazelnoot2025-05-291-2/+2
|
* match gap size to admin-userHazelnoot2025-05-291-1/+1
|
* move all buttons to a groupHazelnoot2025-05-291-6/+16
|
* improve styling of Description sectionHazelnoot2025-05-291-4/+2
|
* move well-known resources to a collapsible sectionHazelnoot2025-05-291-9/+18
|
* move instance description into a section with dividerHazelnoot2025-05-291-4/+6
|
* translate "Refresh metadata" and use same icon as user controlsHazelnoot2025-05-291-1/+1
|
* move moderation note into collapsible sectionHazelnoot2025-05-291-4/+10
|
* consolidate details into collapsible "details" sectionHazelnoot2025-05-291-49/+90
|
* add missing translationsHazelnoot2025-05-291-11/+11
|
* use instance host as placeholder for nameHazelnoot2025-05-291-1/+1
|
* don't render instance icon if it doesn't have oneHazelnoot2025-05-291-1/+2
|
* remove duplicate horizontal swipeHazelnoot2025-05-291-2/+3
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-4/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-2/+2
| | | | | | | | component
| * refactor(frontend): PageWithHeaderにMkSwiperを持たせるようにsyuilo2025-04-271-116/+113
| |
* | merge upstream againHazelnoot2025-04-241-3/+3
|\|
| * refactor(frontend): MkHorizontalSwipe -> MkSwipersyuilo2025-04-151-3/+3
| |
* | fix $i importsHazelnoot2025-04-011-1/+1
| |
* | merge upstreamHazelnoot2025-03-251-16/+17
|\|
| * refactor(frontend): use PageWithHeader instead of ↵syuilo2025-03-201-3/+2
| | | | | | | | MkStickyContainer+MkPageHeader combination
| * fix(frontend): prevent transition glitch of MkHorizontalSwipesyuilo2025-03-201-6/+6
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): page-metadata -> pagesyuilo2025-03-101-2/+2
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-3/+3
| |
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-0/+12
| | | | | | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
* | probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-0/+1
|\|
| * feat: 通報の強化 (#14704)syuilo2024-10-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* | hide instance following / followers tabs from logged-out usersHazelnoot2024-11-021-9/+18
| |
* | fix calculation of `instance-info.isSuspended` when `instance` is nullHazelnoot2024-10-111-1/+1
| |
* | Merge branch 'develop' into feature/2024.9.0Hazelnoot2024-10-111-15/+6
|\ \ | | | | | | | | | | | | # Conflicts: # packages/frontend/src/pages/instance-info.vue
| * | re-implement suspension toggle to match other controlsHazelnoot2024-10-111-18/+6
| | |
| * | convert "suspend deliver" button into a toggleHazelnoot2024-10-111-2/+6
| | |
* | | copy `iAmModerator` check to other instance-info controlsHazelnoot2024-10-111-0/+4
| | |
* | | fix TypeScript and ESLint errors in instance-info.vueHazelnoot2024-10-111-18/+23
| | |
* | | (not related to the merge) fix instance name in `severAllFollowRelations`dakkar2024-10-101-1/+1
| | |