[PR #189] [CLOSED] add server picker to other settings #10960

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/189
Author: @ihateblueb
Created: 8/22/2023
Status: Closed

Base: currentHead: current


📝 Commits (10+)

  • 56c4522 add servers & css for them
  • 2d2a60c add js for server picker
  • e906904 remove console.log from apiurl changer
  • 2250d23 add default url option
  • de8d183 make default say the url instead
  • aeb14b2 add default to explination too
  • e39cbf2 fix safari wobble
  • a164648 move servers into config.json for page.js
  • 9401c03 add comma in serverpicker description
  • 793f0c8 Update config.json

📊 Changes

7 files changed (+86 additions, -7 deletions)

View changed files

📝 src/config.json (+2 -1)
📝 src/front/cobalt.css (+21 -0)
📝 src/front/cobalt.js (+13 -2)
📝 src/localization/languages/en.json (+3 -0)
📝 src/modules/config.js (+1 -0)
📝 src/modules/pageRender/elements.js (+22 -2)
📝 src/modules/pageRender/page.js (+24 -2)

📄 Description

image
also adds "vertical" property to the switches, which just makes their flex-direction column


🔄 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/189 **Author:** [@ihateblueb](https://github.com/ihateblueb) **Created:** 8/22/2023 **Status:** ❌ Closed **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (10+) - [`56c4522`](https://github.com/imputnet/cobalt/commit/56c452280fc23e22f92e70f2524abd65ba59e2bc) add servers & css for them - [`2d2a60c`](https://github.com/imputnet/cobalt/commit/2d2a60cb1e5a23dc9330049159fa94817807a8a1) add js for server picker - [`e906904`](https://github.com/imputnet/cobalt/commit/e906904645b60d6b78a04eeaeb9eec7c12cb4cbf) remove console.log from apiurl changer - [`2250d23`](https://github.com/imputnet/cobalt/commit/2250d23e199e78ceb27ede616b7e5132b1fae310) add default url option - [`de8d183`](https://github.com/imputnet/cobalt/commit/de8d1835777ac964600c203e98ffccf1ec48be1c) make default say the url instead - [`aeb14b2`](https://github.com/imputnet/cobalt/commit/aeb14b207106eb259e77c20bd65968f10188f524) add default to explination too - [`e39cbf2`](https://github.com/imputnet/cobalt/commit/e39cbf26a4937b1154ad8c3f6e5499259670e3b7) fix safari wobble - [`a164648`](https://github.com/imputnet/cobalt/commit/a1646480fb7d7ffe9e81de2b0884e09e79adc686) move servers into config.json for page.js - [`9401c03`](https://github.com/imputnet/cobalt/commit/9401c03ed47157596d0f2c8cb3ae5ba1abbc8422) add comma in serverpicker description - [`793f0c8`](https://github.com/imputnet/cobalt/commit/793f0c87038878a31658cd211fc87a02c35285eb) Update config.json ### 📊 Changes **7 files changed** (+86 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/config.json` (+2 -1) 📝 `src/front/cobalt.css` (+21 -0) 📝 `src/front/cobalt.js` (+13 -2) 📝 `src/localization/languages/en.json` (+3 -0) 📝 `src/modules/config.js` (+1 -0) 📝 `src/modules/pageRender/elements.js` (+22 -2) 📝 `src/modules/pageRender/page.js` (+24 -2) </details> ### 📄 Description ![image](https://github.com/wukko/cobalt/assets/118416443/1e261fc3-6a72-4168-b31e-d1b58598327c) also adds "vertical" property to the switches, which just makes their flex-direction column --- <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-02 22:40:15 -05:00
Sign in to join this conversation.