[PR #598] [MERGED] svelte: updates page #8614

Closed
opened 2026-04-21 20:38:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/598
Author: @dumbmoron
Created: 6/29/2024
Status: Merged
Merged: 7/17/2024
Merged by: @github-actions[bot]

Base: svelteHead: svelte-changelogs


📝 Commits (8)

  • 792da23 frontend: move update banners to new frontend
  • 213bf34 web: convert changelogs from old format
  • a38edc9 frontend: install and configure mdsvex
  • 616de8c frontend: setup initial updates page
  • 110af08 web/ChangelogEntry: initial css
  • 5c4d943 web/updates: update hash on navigation, navigate if present on load
  • 860957e web/updates: proper navigation buttons, refactor internal nav logic
  • 1375760 web/updates: keyboard navigation

📊 Changes

71 files changed (+1471 additions, -863 deletions)

View changed files

src/modules/changelog/changelog.json (+0 -308)
web/changelogs/3.5.2.md (+16 -0)
web/changelogs/3.5.4.md (+5 -0)
web/changelogs/3.5.md (+19 -0)
web/changelogs/3.6.3.md (+14 -0)
web/changelogs/3.6.md (+10 -0)
web/changelogs/3.7.md (+18 -0)
web/changelogs/4.0.md (+22 -0)
web/changelogs/4.1.md (+10 -0)
web/changelogs/4.2.md (+15 -0)
web/changelogs/4.3.2.md (+13 -0)
web/changelogs/4.3.md (+27 -0)
web/changelogs/4.4.md (+12 -0)
web/changelogs/4.5.md (+33 -0)
web/changelogs/4.6.md (+25 -0)
web/changelogs/4.7.md (+38 -0)
web/changelogs/4.8.md (+30 -0)
web/changelogs/5.0.md (+41 -0)
web/changelogs/5.1.md (+45 -0)
web/changelogs/5.2.md (+52 -0)

...and 51 more files

📄 Description

closes #608


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/598 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 6/29/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `svelte` ← **Head:** `svelte-changelogs` --- ### 📝 Commits (8) - [`792da23`](https://github.com/imputnet/cobalt/commit/792da2309832d2d530f78b8bd5233aba713554bc) frontend: move update banners to new frontend - [`213bf34`](https://github.com/imputnet/cobalt/commit/213bf34d59aa968261d17ccd72b3735330bc8270) web: convert changelogs from old format - [`a38edc9`](https://github.com/imputnet/cobalt/commit/a38edc973ce5f4c8fb718e66d71b2e1d5a00b8a9) frontend: install and configure mdsvex - [`616de8c`](https://github.com/imputnet/cobalt/commit/616de8c684031f58338e8634d4c86fa672c21cee) frontend: setup initial updates page - [`110af08`](https://github.com/imputnet/cobalt/commit/110af08b2e54570e736be4c68d522e13882a6471) web/ChangelogEntry: initial css - [`5c4d943`](https://github.com/imputnet/cobalt/commit/5c4d9438b7cff9bfbb9fcf8ac3b7b5ca029e32b1) web/updates: update hash on navigation, navigate if present on load - [`860957e`](https://github.com/imputnet/cobalt/commit/860957e7a7c2d62e8b3bdb827d587535b5cc7e5b) web/updates: proper navigation buttons, refactor internal nav logic - [`1375760`](https://github.com/imputnet/cobalt/commit/1375760306761aed3d8ba6dc58bb9fb41ff14f9a) web/updates: keyboard navigation ### 📊 Changes **71 files changed** (+1471 additions, -863 deletions) <details> <summary>View changed files</summary> ➖ `src/modules/changelog/changelog.json` (+0 -308) ➕ `web/changelogs/3.5.2.md` (+16 -0) ➕ `web/changelogs/3.5.4.md` (+5 -0) ➕ `web/changelogs/3.5.md` (+19 -0) ➕ `web/changelogs/3.6.3.md` (+14 -0) ➕ `web/changelogs/3.6.md` (+10 -0) ➕ `web/changelogs/3.7.md` (+18 -0) ➕ `web/changelogs/4.0.md` (+22 -0) ➕ `web/changelogs/4.1.md` (+10 -0) ➕ `web/changelogs/4.2.md` (+15 -0) ➕ `web/changelogs/4.3.2.md` (+13 -0) ➕ `web/changelogs/4.3.md` (+27 -0) ➕ `web/changelogs/4.4.md` (+12 -0) ➕ `web/changelogs/4.5.md` (+33 -0) ➕ `web/changelogs/4.6.md` (+25 -0) ➕ `web/changelogs/4.7.md` (+38 -0) ➕ `web/changelogs/4.8.md` (+30 -0) ➕ `web/changelogs/5.0.md` (+41 -0) ➕ `web/changelogs/5.1.md` (+45 -0) ➕ `web/changelogs/5.2.md` (+52 -0) _...and 51 more files_ </details> ### 📄 Description closes #608 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 20:38:13 -05:00
Sign in to join this conversation.