Skip to content

fix(launcher): fix proxy save button and duplicate detection logic#95

Merged
MSTU0 merged 35 commits intobotswin:mainfrom
mykola-zalizniak:main
Mar 5, 2026
Merged

fix(launcher): fix proxy save button and duplicate detection logic#95
MSTU0 merged 35 commits intobotswin:mainfrom
mykola-zalizniak:main

Conversation

@mykola-zalizniak
Copy link
Copy Markdown
Contributor

  • Replace incorrect "Save IP" button with "Save to proxy list" in the profile editor proxy section
  • Unify dropdown option labels: remove -- prefix/suffix from Default/None options
  • Fix proxy duplicate detection to include username and password in comparison, with || '' normalization to handle undefined values

mykola-zalizniak and others added 30 commits January 31, 2026 08:05
- Add "Save to proxy list" button in proxy input for reusing manually entered proxies
- Add batch proxy connectivity check with IP/status display in proxy management
- Sort proxy list by creation time (newest first)
- Fix kernel date display: parse from asset filename, fix timezone offset bug
- Simplify profile status column to icon-only (play/stop) with tooltips
- Remove year from "Last Launch" date to prevent truncation
- Widen window to 1080px, use fixed table layout to prevent horizontal scrollbar
- Add column width constraints for profile and proxy tables
…nd new fields

- Add left-side anchor navigation with scrollspy (IntersectionObserver)
- Split Fingerprint into separate Noise and Rendering sections
- Replace expansion panel with flat Advanced section layout
- Add mode toggles for Executable (kernel/custom), Cookies and Bookmarks (file/input)
- Add FPS dropdown (profile/real/custom number) instead of free-text input
- Add Save IP button in proxy section for explicit IP saving
- Add new fields: Time Seed, Proxy Bypass Regex, Cookies, Bookmarks, Custom Headers
- Put username/password on same row in proxy input
- Widen status column to prevent icon clipping
Normalize both sides with `|| ''` to handle undefined values, and add
password to the comparison so proxies with the same host:port but
different credentials are treated as distinct entries.
@MSTU0 MSTU0 merged commit 7d8e522 into botswin:main Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants