[PR #4870] [MERGED] :electron: Server config ui #54939

Closed
opened 2026-05-01 01:20:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4870
Author: @MikesGlitch
Created: 4/21/2025
Status: Merged
Merged: 5/15/2025
Merged by: @MikesGlitch

Base: masterHead: electron/server-config-ui


📝 Commits (10+)

📊 Changes

4 files changed (+398 additions, -121 deletions)

View changed files

📝 packages/desktop-client/src/components/manager/ConfigServer.tsx (+384 -121)
📝 packages/desktop-electron/e2e/__screenshots__/onboarding.test.ts/Onboarding-checks-the-page-visuals-1-linux.png (+0 -0)
📝 packages/desktop-electron/index.ts (+8 -0)
upcoming-release-notes/4870.md (+6 -0)

📄 Description

Configure server screen for electron sync server:

  • Adds new config internal sync server screen - it's the default configure server screen on Electron
  • Keeps external server config screen - it will be the default configure server screen if you have already setup an external server
  • Moved the external server config to a secondary button. Hopefully this will dissuade people from using it.

ui

NOTE: This screen was quite difficult to work with - I think it would be good to revisit the design for these intro pages. I'm sure we can do this in a better way but this is all I could think of.


🔄 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/actualbudget/actual/pull/4870 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `electron/server-config-ui` --- ### 📝 Commits (10+) - [`36e911c`](https://github.com/actualbudget/actual/commit/36e911c3b0801710a147250bc662d05c8415262b) server config ui start - [`64d1ee5`](https://github.com/actualbudget/actual/commit/64d1ee52e40a1691f79cc35bcc4974c099d97caa) rework a bit - [`a82bb2c`](https://github.com/actualbudget/actual/commit/a82bb2ce5896e81a2178e5685ef4e8c9666a72ff) release notes - [`f8f62fb`](https://github.com/actualbudget/actual/commit/f8f62fb1c043ac820dd8620736d56d461e0e0f31) Update VRT - [`bfba7ff`](https://github.com/actualbudget/actual/commit/bfba7ff4369d1bb74ba8c324645c195a155edc10) translations - [`4215bb7`](https://github.com/actualbudget/actual/commit/4215bb76b0107e4a7441e79a39f4d15b7522059c) Merge branch 'electron/server-config-ui' of https://github.com/MikesGlitch/actual into electron/server-config-ui - [`52e764b`](https://github.com/actualbudget/actual/commit/52e764b6733a89bdfe35473ad2405d8d702af0ad) stringifying port - [`f777ac6`](https://github.com/actualbudget/actual/commit/f777ac6d3992b40ba99b78ee42274536e18fd0f2) more robustness - [`e15f93f`](https://github.com/actualbudget/actual/commit/e15f93f4b47d75dd21a9310f936e95b9eb0f8023) release notes - [`fb2e6d4`](https://github.com/actualbudget/actual/commit/fb2e6d45f3e302ea101bd8f677a86c5339d08ae6) configure your server ### 📊 Changes **4 files changed** (+398 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/ConfigServer.tsx` (+384 -121) 📝 `packages/desktop-electron/e2e/__screenshots__/onboarding.test.ts/Onboarding-checks-the-page-visuals-1-linux.png` (+0 -0) 📝 `packages/desktop-electron/index.ts` (+8 -0) ➕ `upcoming-release-notes/4870.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Configure server screen for electron sync server: - Adds new config internal sync server screen - it's the default configure server screen on Electron - Keeps external server config screen - it will be the default configure server screen if you have already setup an external server - Moved the external server config to a secondary button. Hopefully this will dissuade people from using it. ![ui](https://github.com/user-attachments/assets/870a8e9c-2e67-4220-98ca-581a3e7d3109) NOTE: This screen was quite difficult to work with - I think it would be good to revisit the design for these intro pages. I'm sure we can do this in a better way but this is all I could think of. --- <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-01 01:20:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#54939