Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1b78971
feat: api-client module for content v0
IMB11 Dec 15, 2025
35b105e
feat: delete unused components + modules + setting
IMB11 Dec 15, 2025
ae07116
feat: xhr uploading
IMB11 Dec 15, 2025
923e071
feat: fs module -> api-client
IMB11 Dec 15, 2025
4b224f5
feat: migrate files.vue to use tanstack
IMB11 Dec 15, 2025
0adf445
fix: mem leak + other issues
IMB11 Dec 15, 2025
7ee5d30
fix: build
IMB11 Dec 15, 2025
77ad75d
feat: switch to monaco
IMB11 Dec 16, 2025
49f2895
Merge branch 'main' into cal/dev-588
IMB11 Dec 16, 2025
7e14fe7
fix: go back to using ace, but improve preloading + theme
IMB11 Dec 17, 2025
154f5c1
fix: styling + dead attrs
IMB11 Dec 17, 2025
554e992
feat: match figma
IMB11 Dec 17, 2025
e011570
fix: padding
IMB11 Dec 17, 2025
8e16c26
Merge remote-tracking branch 'origin/main' into cal/dev-588
IMB11 Dec 22, 2025
90976e4
feat: files-new for ui page structure
IMB11 Dec 24, 2025
6d64ffb
Merge remote-tracking branch 'origin/main' into cal/dev-588
IMB11 Dec 24, 2025
766eb76
feat: finalize files.vue
IMB11 Dec 24, 2025
5e0a751
Merge branch 'main' into cal/dev-588
IMB11 Dec 27, 2025
62c3f6a
fix: lint
IMB11 Dec 27, 2025
14484b3
fix: qa
IMB11 Dec 27, 2025
ce2c3a9
fix: dep
IMB11 Dec 27, 2025
9b62b22
fix: lint
IMB11 Dec 27, 2025
665e759
Merge branch 'main' into cal/dev-588
IMB11 Dec 29, 2025
abdb435
Merge branch 'main' into cal/dev-588
IMB11 Dec 29, 2025
260d07f
Merge branch 'main' into cal/dev-588
IMB11 Dec 30, 2025
5daaf14
fix: lockfile merge
IMB11 Dec 30, 2025
ceb2e8f
Merge branch 'main' into cal/dev-588
Prospector Jan 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@vue-email/components": "^0.0.21",
"@vue-email/render": "^0.0.9",
"@vueuse/core": "^11.1.0",
"ace-builds": "^1.36.2",
"ansi-to-html": "^0.7.2",
"dayjs": "^1.11.7",
"dompurify": "^3.1.7",
Expand All @@ -61,6 +60,7 @@
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"markdown-it": "14.1.0",
"ace-builds": "^1.36.2",
"pathe": "^1.1.2",
"pinia": "^3.0.0",
"pinia-plugin-persistedstate": "^4.4.1",
Expand Down
3 changes: 1 addition & 2 deletions apps/frontend/src/components/ui/charts/ChartDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,13 @@
</template>

<script setup lang="ts">
import { DownloadIcon, UpdatedIcon } from '@modrinth/assets'
import { DownloadIcon, PaletteIcon, UpdatedIcon } from '@modrinth/assets'
import { Button, Card, DropdownSelect } from '@modrinth/ui'
import { formatCategoryHeader, formatMoney, formatNumber } from '@modrinth/utils'
import dayjs from 'dayjs'
import { computed } from 'vue'

import { UiChartsChart as Chart, UiChartsCompactChart as CompactChart } from '#components'
import PaletteIcon from '~/assets/icons/palette.svg?component'
import {
analyticsSetToCSVString,
countryCodeToFlag,
Expand Down
172 changes: 0 additions & 172 deletions apps/frontend/src/components/ui/servers/BackupSettingsModal.vue

This file was deleted.

Loading
Loading