[PR #382] [MERGED] web: new popup with meowbalt and other improvements #11037

Closed
opened 2026-05-02 22:44:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/382
Author: @wukko
Created: 3/6/2024
Status: Merged
Merged: 3/6/2024
Merged by: @wukko

Base: 7.11Head: meowbalt-popup


📝 Commits (7)

  • 3315be4 readme: added more info about usage of branding and license
  • ea7ac37 web: new popup with meowbalt, fixes, removed migration popup
  • 1364872 page: add missing space between meowbalt attributes
  • 9d0f033 loc: update ios saving tutorial and donation text
  • 3b7e9fa front: put notification dot in a span instead of div
  • c53bfca loc: update ru loc and add even more clarity to en version
  • f85ef10 loc: updated privacy policy to include info about encryption

📊 Changes

11 files changed (+110 additions, -94 deletions)

View changed files

📝 README.md (+15 -6)
📝 src/config.json (+2 -1)
src/front/assets/meowbalt/error.png (+0 -0)
src/front/assets/meowbalt/question.png (+0 -0)
📝 src/front/cobalt.css (+59 -40)
📝 src/front/cobalt.js (+1 -5)
📝 src/localization/languages/en.json (+5 -6)
📝 src/localization/languages/ru.json (+5 -6)
📝 src/localization/manager.js (+1 -0)
📝 src/modules/pageRender/elements.js (+11 -9)
📝 src/modules/pageRender/page.js (+11 -21)

📄 Description

  • new popup style featuring meowbalt with proper padding and rounding.
  • removed migration popup.
  • corners across ui are even more round now.
  • bottom glass bkg in popups is no longer rounded on top right.
  • small popup no longer stretches like gum, it's fixed in size on desktop.
  • small popup animation no longer lags on mobile.
  • better ui scaling across resolutions.
  • clearer ios saving tutorial.
  • added save to files ios shortcut and updated save to photos shortcut.
  • updated privacy policy to include information about encryption.
  • added more info about branding usage and license to readme.

🔄 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/382 **Author:** [@wukko](https://github.com/wukko) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `7.11` ← **Head:** `meowbalt-popup` --- ### 📝 Commits (7) - [`3315be4`](https://github.com/imputnet/cobalt/commit/3315be435085a923bf1ff2f3f1f16a9af3c64d47) readme: added more info about usage of branding and license - [`ea7ac37`](https://github.com/imputnet/cobalt/commit/ea7ac37a0f6c482b79b6755dbeff625dd077fa00) web: new popup with meowbalt, fixes, removed migration popup - [`1364872`](https://github.com/imputnet/cobalt/commit/1364872b946b104e8ef399d2618fbc65022c14af) page: add missing space between meowbalt attributes - [`9d0f033`](https://github.com/imputnet/cobalt/commit/9d0f033b8a1458ef0ee0804f0ab150b074a151f9) loc: update ios saving tutorial and donation text - [`3b7e9fa`](https://github.com/imputnet/cobalt/commit/3b7e9fa0550bf3e4f5169a5d93df27eee76a1b73) front: put notification dot in a span instead of div - [`c53bfca`](https://github.com/imputnet/cobalt/commit/c53bfca67e0dbb9b3d3c81027e5efd32f630ffaf) loc: update ru loc and add even more clarity to en version - [`f85ef10`](https://github.com/imputnet/cobalt/commit/f85ef100ef1f7a0bd9beb15a677d1a94548f80ba) loc: updated privacy policy to include info about encryption ### 📊 Changes **11 files changed** (+110 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -6) 📝 `src/config.json` (+2 -1) ➕ `src/front/assets/meowbalt/error.png` (+0 -0) ➕ `src/front/assets/meowbalt/question.png` (+0 -0) 📝 `src/front/cobalt.css` (+59 -40) 📝 `src/front/cobalt.js` (+1 -5) 📝 `src/localization/languages/en.json` (+5 -6) 📝 `src/localization/languages/ru.json` (+5 -6) 📝 `src/localization/manager.js` (+1 -0) 📝 `src/modules/pageRender/elements.js` (+11 -9) 📝 `src/modules/pageRender/page.js` (+11 -21) </details> ### 📄 Description - new popup style featuring meowbalt with proper padding and rounding. - removed migration popup. - corners across ui are even more round now. - bottom glass bkg in popups is no longer rounded on top right. - small popup no longer stretches like gum, it's fixed in size on desktop. - small popup animation no longer lags on mobile. - better ui scaling across resolutions. - clearer ios saving tutorial. - added save to files ios shortcut and updated save to photos shortcut. - updated privacy policy to include information about encryption. - added more info about branding usage and license to readme. --- <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:44:39 -05:00
Sign in to join this conversation.