mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[PR #21] Add CLI Update Button to Settings Dashboard #33
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/EasyCLI/pull/21
Author: @benzntech
Created: 11/25/2025
Status: 🔄 Open
Base:
main← Head:feature/cli-update-button📝 Commits (2)
bba014fAdd CLI update button to settings dashboard1b4114dfix: resolve UI layout issue in server status container📊 Changes
3 files changed (+423 additions, -4 deletions)
View changed files
📝
css/settings.css(+103 -4)➕
js/settings-update.js(+275 -0)📝
settings.html(+45 -0)📄 Description
Summary
Adds a CLI update feature to the EasyCLI settings dashboard, allowing users to check for and install CLIProxyAPI updates directly from the GUI without returning to the login screen.
Changes
New Features
Implementation Details
Frontend:
Backend:
check_version_and_downloadanddownload_cliproxyapiTauri commandsStyling:
Files Changed
Added
js/settings-update.js- Update logic, event handling, and UI managementModified
settings.html- Added UI elements (version display, update button, dialogs)css/settings.css- Styles for CLI version container and update componentsTechnical Notes
local-onlyclass)download-progressanddownload-statusevents from Tauri backendlocalStorage.getItem('cliproxyapi-version')Testing Checklist
Screenshots
(To be added during review)
Related Issues
(If applicable)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.