[PR #1549] [CLOSED] web: rebrand frontend to SnapSave #13663

Closed
opened 2026-05-15 02:43:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1549
Author: @Boudofski
Created: 5/5/2026
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • c434728 web: rebrand frontend to SnapSave
  • bd77ab7 Add railpack.json with install, build, and start commands
  • fea4326 Delete railpack.json

📊 Changes

24 files changed (+849 additions, -210 deletions)

View changed files

📝 web/i18n/en/about.json (+7 -7)
📝 web/i18n/en/about/credits.md (+7 -7)
📝 web/i18n/en/about/general.md (+8 -8)
📝 web/i18n/en/about/privacy.md (+9 -9)
📝 web/i18n/en/about/terms.md (+2 -2)
📝 web/i18n/en/dialog.json (+4 -4)
📝 web/i18n/en/donate.json (+5 -5)
📝 web/i18n/en/error.json (+2 -2)
📝 web/i18n/en/error/api.json (+4 -4)
📝 web/i18n/en/general.json (+3 -3)
📝 web/i18n/en/remux.json (+1 -1)
📝 web/i18n/en/save.json (+4 -4)
📝 web/i18n/en/settings.json (+16 -16)
📝 web/src/app.css (+75 -73)
📝 web/src/app.html (+13 -8)
📝 web/src/components/dialog/NoScriptDialog.svelte (+2 -2)
📝 web/src/components/donate/DonateShareCard.svelte (+1 -1)
📝 web/src/components/icons/Cobalt.svelte (+11 -3)
📝 web/src/components/sidebar/CobaltLogo.svelte (+10 -4)
📝 web/src/lib/settings/defaults.ts (+1 -1)

...and 4 more files

📄 Description

Complete white-label rebrand of /web from Cobalt to SnapSave:

  • Design system: dark theme (#0B0F19 bg, #3B82F6 primary, #6366F1 accent, Inter font)
  • Default theme changed from "auto" to "dark"
  • Full landing page redesign: hero + features + how-it-works + platforms + FAQ + footer
  • New gradient download-arrow logo icon and SnapSave wordmark in sidebar
  • All user-visible "cobalt" strings replaced with "SnapSave" across i18n (JSON + markdown)
  • PWA manifest updated with SnapSave name and brand colors
  • OpenGraph, Twitter card, and meta description updated for snapssave.com

🔄 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/1549 **Author:** [@Boudofski](https://github.com/Boudofski) **Created:** 5/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`c434728`](https://github.com/imputnet/cobalt/commit/c43472830a39122d32503888fd2f554555840628) web: rebrand frontend to SnapSave - [`bd77ab7`](https://github.com/imputnet/cobalt/commit/bd77ab7aeffdab308c56332a30412d8fd6723585) Add railpack.json with install, build, and start commands - [`fea4326`](https://github.com/imputnet/cobalt/commit/fea4326be9ffc6184998c9cbc619e5f81d87f390) Delete railpack.json ### 📊 Changes **24 files changed** (+849 additions, -210 deletions) <details> <summary>View changed files</summary> 📝 `web/i18n/en/about.json` (+7 -7) 📝 `web/i18n/en/about/credits.md` (+7 -7) 📝 `web/i18n/en/about/general.md` (+8 -8) 📝 `web/i18n/en/about/privacy.md` (+9 -9) 📝 `web/i18n/en/about/terms.md` (+2 -2) 📝 `web/i18n/en/dialog.json` (+4 -4) 📝 `web/i18n/en/donate.json` (+5 -5) 📝 `web/i18n/en/error.json` (+2 -2) 📝 `web/i18n/en/error/api.json` (+4 -4) 📝 `web/i18n/en/general.json` (+3 -3) 📝 `web/i18n/en/remux.json` (+1 -1) 📝 `web/i18n/en/save.json` (+4 -4) 📝 `web/i18n/en/settings.json` (+16 -16) 📝 `web/src/app.css` (+75 -73) 📝 `web/src/app.html` (+13 -8) 📝 `web/src/components/dialog/NoScriptDialog.svelte` (+2 -2) 📝 `web/src/components/donate/DonateShareCard.svelte` (+1 -1) 📝 `web/src/components/icons/Cobalt.svelte` (+11 -3) 📝 `web/src/components/sidebar/CobaltLogo.svelte` (+10 -4) 📝 `web/src/lib/settings/defaults.ts` (+1 -1) _...and 4 more files_ </details> ### 📄 Description Complete white-label rebrand of /web from Cobalt to SnapSave: - Design system: dark theme (#0B0F19 bg, #3B82F6 primary, #6366F1 accent, Inter font) - Default theme changed from "auto" to "dark" - Full landing page redesign: hero + features + how-it-works + platforms + FAQ + footer - New gradient download-arrow logo icon and SnapSave wordmark in sidebar - All user-visible "cobalt" strings replaced with "SnapSave" across i18n (JSON + markdown) - PWA manifest updated with SnapSave name and brand colors - OpenGraph, Twitter card, and meta description updated for snapssave.com --- <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-05-15 02:43:15 -05:00
Sign in to join this conversation.