[PR #353] [CLOSED] api cleanup & web rewrite in svelte #1109

Closed
opened 2025-11-09 10:05:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/353
Author: @wukko
Created: 2/13/2024
Status: Closed

Base: currentHead: develop


📝 Commits (10+)

  • b3e07e2 loadFromFs: fix shadowing variable name
  • b1a54fd all: move api into its own directory
  • 39ae930 api: restructuring
  • 5567463 dailymotion: update import for 8.0
  • 950bbb1 api: remove env aliasing
  • 7e0f83a web: add svelte base and moved assets
  • e3aa060 gitignore: remove outdated ignores
  • b7ce70b api: update package name
  • ed39a13 web: basic pager layout + home banner
  • b95bb46 web: update meowbalt assets

📊 Changes

91 files changed (+583 additions, -284 deletions)

View changed files

📝 .gitignore (+0 -10)
📝 README.md (+1 -1)
api/README.md (+2 -0)
📝 api/assets/favicon.ico (+0 -0)
api/config.json (+14 -0)
📝 api/core/config.js (+6 -11)
📝 api/core/endpoints.js (+11 -12)
📝 api/modules/build.js (+0 -0)
📝 api/modules/buildStatic.js (+0 -0)
📝 api/modules/changelog/changelog.json (+0 -0)
📝 api/modules/changelog/changelogManager.js (+0 -0)
📝 api/modules/emoji.js (+0 -0)
📝 api/modules/pageRender/elements.js (+0 -0)
📝 api/modules/pageRender/findRendered.js (+0 -0)
📝 api/modules/pageRender/onDemand.js (+0 -0)
📝 api/modules/pageRender/page.js (+0 -0)
📝 api/modules/processing/cookie/cookie.js (+0 -0)
📝 api/modules/processing/cookie/manager.js (+0 -0)
📝 api/modules/processing/createFilename.js (+0 -0)
📝 api/modules/processing/match.js (+7 -12)

...and 71 more files

📄 Description

saving cobalt from myself in 2021 and making it readable for sane people

i can't read some of old frontend stuff myself, it's like a stupidity encryption


🔄 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/353 **Author:** [@wukko](https://github.com/wukko) **Created:** 2/13/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`b3e07e2`](https://github.com/imputnet/cobalt/commit/b3e07e236b2ef548f2f3f7b4ad2f40c32afac6c6) loadFromFs: fix shadowing variable name - [`b1a54fd`](https://github.com/imputnet/cobalt/commit/b1a54fd1ff1ba679117bb1502db5aed4ec2b326f) all: move api into its own directory - [`39ae930`](https://github.com/imputnet/cobalt/commit/39ae930a0cddf05c795fcb44101db801ddc285f6) api: restructuring - [`5567463`](https://github.com/imputnet/cobalt/commit/5567463636c8a5cf4275f51de4c2baddefe7d962) dailymotion: update import for 8.0 - [`950bbb1`](https://github.com/imputnet/cobalt/commit/950bbb1a6474c5e0eab25d74b868c641a6233e2b) api: remove env aliasing - [`7e0f83a`](https://github.com/imputnet/cobalt/commit/7e0f83a19dfa8f2285039b4af32911dcf4b8e0e6) web: add svelte base and moved assets - [`e3aa060`](https://github.com/imputnet/cobalt/commit/e3aa06077a43b7e3f83b5a5be723b6b933d8253d) gitignore: remove outdated ignores - [`b7ce70b`](https://github.com/imputnet/cobalt/commit/b7ce70bc6d33805f80432ce2bd4fd7e416334a18) api: update package name - [`ed39a13`](https://github.com/imputnet/cobalt/commit/ed39a13d570148ee22c3d784fe8d319c86005cc8) web: basic pager layout + home banner - [`b95bb46`](https://github.com/imputnet/cobalt/commit/b95bb46759e17b8f39db75bd3a9cdae5013cdc1a) web: update meowbalt assets ### 📊 Changes **91 files changed** (+583 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -10) 📝 `README.md` (+1 -1) ➕ `api/README.md` (+2 -0) 📝 `api/assets/favicon.ico` (+0 -0) ➕ `api/config.json` (+14 -0) 📝 `api/core/config.js` (+6 -11) 📝 `api/core/endpoints.js` (+11 -12) 📝 `api/modules/build.js` (+0 -0) 📝 `api/modules/buildStatic.js` (+0 -0) 📝 `api/modules/changelog/changelog.json` (+0 -0) 📝 `api/modules/changelog/changelogManager.js` (+0 -0) 📝 `api/modules/emoji.js` (+0 -0) 📝 `api/modules/pageRender/elements.js` (+0 -0) 📝 `api/modules/pageRender/findRendered.js` (+0 -0) 📝 `api/modules/pageRender/onDemand.js` (+0 -0) 📝 `api/modules/pageRender/page.js` (+0 -0) 📝 `api/modules/processing/cookie/cookie.js` (+0 -0) 📝 `api/modules/processing/cookie/manager.js` (+0 -0) 📝 `api/modules/processing/createFilename.js` (+0 -0) 📝 `api/modules/processing/match.js` (+7 -12) _...and 71 more files_ </details> ### 📄 Description saving cobalt from myself in 2021 and making it readable for sane people _i can't read some of old frontend stuff myself, it's like a stupidity encryption_ --- <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 2025-11-09 10:05:56 -06:00
Sign in to join this conversation.