[PR #138] [MERGED] mitosis (6.0) #31152

Closed
opened 2026-07-15 19:53:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/138
Author: @wukko
Created: 6/5/2023
Status: Merged
Merged: 6/5/2023
Merged by: @wukko

Base: currentHead: mitosis


📝 Commits (8)

  • 4d36917 separated web and api, build improvements
  • 5636a27 experimenting with docker
  • 19bc17b updated dockerfiles
  • 9edc4bd new inner layout
  • 5940bf0 comment
  • 1014ee3 added discord server to about
  • 55f1e4b tumblr audio, youtube vr, updated setup script, further mitosis accommodations
  • 66c797e oops

📊 Changes

29 files changed (+713 additions, -267 deletions)

View changed files

📝 .gitignore (+7 -3)
📝 README.md (+9 -11)
docker-compose.yml.example (+32 -0)
📝 docs/API.md (+8 -0)
📝 package.json (+3 -2)
📝 src/cobalt.js (+20 -182)
📝 src/config.json (+4 -0)
src/core/api.js (+185 -0)
src/core/both.js (+197 -0)
src/core/web.js (+51 -0)
📝 src/front/cobalt.css (+4 -5)
📝 src/front/cobalt.js (+4 -2)
src/front/emoji/alien_monster.svg (+9 -0)
📝 src/localization/languages/en.json (+1 -1)
📝 src/localization/languages/ru.json (+1 -1)
📝 src/localization/manager.js (+6 -9)
📝 src/modules/api.js (+2 -1)
📝 src/modules/build.js (+10 -2)
src/modules/buildStatic.js (+7 -0)
📝 src/modules/changelog/changelog.json (+2 -2)

...and 9 more files

📄 Description

No description provided


🔄 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/138 **Author:** [@wukko](https://github.com/wukko) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `mitosis` --- ### 📝 Commits (8) - [`4d36917`](https://github.com/imputnet/cobalt/commit/4d369170ff80be1e4af991611097eaf6909fcb1d) separated web and api, build improvements - [`5636a27`](https://github.com/imputnet/cobalt/commit/5636a27ff041c18924a66ff33f1195c9bbdacced) experimenting with docker - [`19bc17b`](https://github.com/imputnet/cobalt/commit/19bc17b1dd72c52886415fd25534227de02830eb) updated dockerfiles - [`9edc4bd`](https://github.com/imputnet/cobalt/commit/9edc4bd61b685800bb6291374d1948ec26ae48f9) new inner layout - [`5940bf0`](https://github.com/imputnet/cobalt/commit/5940bf0b18ca7975bbb80ac7592a09021b1a1612) comment - [`1014ee3`](https://github.com/imputnet/cobalt/commit/1014ee3413f7a1ffd341d19c73d80ca772348d11) added discord server to about - [`55f1e4b`](https://github.com/imputnet/cobalt/commit/55f1e4b704cafcca64bc9bc4fe14c0eaa0cd907c) tumblr audio, youtube vr, updated setup script, further mitosis accommodations - [`66c797e`](https://github.com/imputnet/cobalt/commit/66c797e2520baa7e096ee7e8d2efdb472a6fb578) oops ### 📊 Changes **29 files changed** (+713 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+7 -3) 📝 `README.md` (+9 -11) ➕ `docker-compose.yml.example` (+32 -0) 📝 `docs/API.md` (+8 -0) 📝 `package.json` (+3 -2) 📝 `src/cobalt.js` (+20 -182) 📝 `src/config.json` (+4 -0) ➕ `src/core/api.js` (+185 -0) ➕ `src/core/both.js` (+197 -0) ➕ `src/core/web.js` (+51 -0) 📝 `src/front/cobalt.css` (+4 -5) 📝 `src/front/cobalt.js` (+4 -2) ➕ `src/front/emoji/alien_monster.svg` (+9 -0) 📝 `src/localization/languages/en.json` (+1 -1) 📝 `src/localization/languages/ru.json` (+1 -1) 📝 `src/localization/manager.js` (+6 -9) 📝 `src/modules/api.js` (+2 -1) 📝 `src/modules/build.js` (+10 -2) ➕ `src/modules/buildStatic.js` (+7 -0) 📝 `src/modules/changelog/changelog.json` (+2 -2) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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-07-15 19:53:18 -05:00
Sign in to join this conversation.