[PR #4798] [MERGED] feat(desktop): stablize updater ux and window state #4940

Closed
opened 2026-03-17 02:25:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4798
Author: @CuriousCorrelation
Created: 3/2/2025
Status: Merged
Merged: 3/3/2025
Merged by: @jamesgeorge007

Base: nextHead: fix/stabilize-updater


📝 Commits (2)

  • 9604697 feat(desktop): stablize updater and window state
  • ddecd81 chore(desktop): version bumps

📊 Changes

12 files changed (+461 additions, -211 deletions)

View changed files

📝 packages/hoppscotch-desktop/package.json (+3 -1)
📝 packages/hoppscotch-desktop/src-tauri/Cargo.lock (+12 -1)
📝 packages/hoppscotch-desktop/src-tauri/Cargo.toml (+3 -4)
📝 packages/hoppscotch-desktop/src-tauri/capabilities/default.json (+1 -0)
📝 packages/hoppscotch-desktop/src-tauri/capabilities/desktop.json (+1 -0)
📝 packages/hoppscotch-desktop/src-tauri/src/lib.rs (+14 -7)
📝 packages/hoppscotch-desktop/src-tauri/tauri.conf.json (+9 -13)
📝 packages/hoppscotch-desktop/src/components.d.ts (+1 -0)
📝 packages/hoppscotch-desktop/src/types/index.ts (+28 -0)
packages/hoppscotch-desktop/src/utils/updater.ts (+156 -0)
📝 packages/hoppscotch-desktop/src/views/Home.vue (+213 -185)
📝 pnpm-lock.yaml (+20 -0)

📄 Description

This PR fixes:

  • Inconsistent splash screen state,
  • Issue where window would abruptly change position and temporarily maximize, and
  • Adds better UX for updater where
    • User can now see the current version,
    • Proposed version,
    • Update/installation progress and
    • Can also now choose to defer updates

updater-ux


🔄 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/hoppscotch/hoppscotch/pull/4798 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 3/2/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `fix/stabilize-updater` --- ### 📝 Commits (2) - [`9604697`](https://github.com/hoppscotch/hoppscotch/commit/96046977df23d3623e637661d6890a33bb3b5c70) feat(desktop): stablize updater and window state - [`ddecd81`](https://github.com/hoppscotch/hoppscotch/commit/ddecd8190599fe242e7b9f27b216621e2d815ac1) chore(desktop): version bumps ### 📊 Changes **12 files changed** (+461 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-desktop/package.json` (+3 -1) 📝 `packages/hoppscotch-desktop/src-tauri/Cargo.lock` (+12 -1) 📝 `packages/hoppscotch-desktop/src-tauri/Cargo.toml` (+3 -4) 📝 `packages/hoppscotch-desktop/src-tauri/capabilities/default.json` (+1 -0) 📝 `packages/hoppscotch-desktop/src-tauri/capabilities/desktop.json` (+1 -0) 📝 `packages/hoppscotch-desktop/src-tauri/src/lib.rs` (+14 -7) 📝 `packages/hoppscotch-desktop/src-tauri/tauri.conf.json` (+9 -13) 📝 `packages/hoppscotch-desktop/src/components.d.ts` (+1 -0) 📝 `packages/hoppscotch-desktop/src/types/index.ts` (+28 -0) ➕ `packages/hoppscotch-desktop/src/utils/updater.ts` (+156 -0) 📝 `packages/hoppscotch-desktop/src/views/Home.vue` (+213 -185) 📝 `pnpm-lock.yaml` (+20 -0) </details> ### 📄 Description This PR fixes: - Inconsistent splash screen state, - Issue where window would abruptly change position and temporarily maximize, and - Adds better UX for updater where - User can now see the current version, - Proposed version, - Update/installation progress and - Can also now choose to defer updates ![updater-ux](https://github.com/user-attachments/assets/9e8108f4-65d8-4533-ac8a-032d5d1fcd06) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:25:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4940
No description provided.