From 7183b3d76132df1ccf28639d650aac186f7dad5f Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:46:34 -0800 Subject: [PATCH] Fix some changelog issues, and broader mobile padding issues (#3246) --- apps/frontend/src/layouts/default.vue | 4 - apps/frontend/src/pages/news/changelog.vue | 16 ++++ .../pages/news/changelog/[product]/[date].vue | 13 +-- .../src/pages/news/changelog/index.vue | 79 ++++++++----------- apps/frontend/src/pages/report.vue | 2 +- .../components/changelog/ChangelogEntry.vue | 47 ++++++----- packages/utils/changelog.ts | 11 ++- 7 files changed, 92 insertions(+), 80 deletions(-) create mode 100644 apps/frontend/src/pages/news/changelog.vue diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 25c977363..84426eba6 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -1444,10 +1444,6 @@ function hideStagingBanner() { .mobile-navigation { display: flex; } - - main { - padding-top: 1.5rem; - } } diff --git a/apps/frontend/src/pages/news/changelog.vue b/apps/frontend/src/pages/news/changelog.vue new file mode 100644 index 000000000..9cfb0802b --- /dev/null +++ b/apps/frontend/src/pages/news/changelog.vue @@ -0,0 +1,16 @@ + + + Changelog + Keep up-to-date on what's new with Modrinth. + + + + + diff --git a/apps/frontend/src/pages/news/changelog/[product]/[date].vue b/apps/frontend/src/pages/news/changelog/[product]/[date].vue index 38bbc2fe4..136a0951e 100644 --- a/apps/frontend/src/pages/news/changelog/[product]/[date].vue +++ b/apps/frontend/src/pages/news/changelog/[product]/[date].vue @@ -32,10 +32,10 @@ if (!changelogEntry.value) { - + View full changelog @@ -43,19 +43,12 @@ if (!changelogEntry.value) { - +
Keep up-to-date on what's new with Modrinth.