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: current ← Head: mitosis
current
mitosis
4d36917
5636a27
19bc17b
9edc4bd
5940bf0
1014ee3
55f1e4b
66c797e
29 files changed (+713 additions, -267 deletions)
📝 .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)
.gitignore
README.md
docker-compose.yml.example
docs/API.md
package.json
src/cobalt.js
src/config.json
src/core/api.js
src/core/both.js
src/core/web.js
src/front/cobalt.css
src/front/cobalt.js
src/front/emoji/alien_monster.svg
src/localization/languages/en.json
src/localization/languages/ru.json
src/localization/manager.js
src/modules/api.js
src/modules/build.js
src/modules/buildStatic.js
src/modules/changelog/changelog.json
...and 9 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
current← Head:mitosis📝 Commits (8)
4d36917separated web and api, build improvements5636a27experimenting with docker19bc17bupdated dockerfiles9edc4bdnew inner layout5940bf0comment1014ee3added discord server to about55f1e4btumblr audio, youtube vr, updated setup script, further mitosis accommodations66c797eoops📊 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.