mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4357] [MERGED] feat(desktop): faster launch with resolved desktop app startup issues #4765
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4765
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/hoppscotch/hoppscotch/pull/4357
Author: @CuriousCorrelation
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/18/2024
Merged by: @AndrewBastin
Base:
patch← Head:experimental/feat/shd/splash-screen📝 Commits (2)
1e0db87feat(desktop): faster launch with resolved desktop app startup issues833637aMerge branch 'hoppscotch:main' into experimental/feat/shd/splash-screen📊 Changes
10 files changed (+490 additions, -63 deletions)
View changed files
📝
packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.lock(+163 -60)📝
packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.toml(+6 -1)➕
packages/hoppscotch-selfhost-desktop/src-tauri/src/interop/mod.rs(+1 -0)➕
packages/hoppscotch-selfhost-desktop/src-tauri/src/interop/startup/error.rs(+53 -0)➕
packages/hoppscotch-selfhost-desktop/src-tauri/src/interop/startup/init.rs(+186 -0)➕
packages/hoppscotch-selfhost-desktop/src-tauri/src/interop/startup/mod.rs(+7 -0)📝
packages/hoppscotch-selfhost-desktop/src-tauri/src/main.rs(+26 -1)📝
packages/hoppscotch-selfhost-desktop/src-tauri/tauri.conf.json(+3 -1)➕
packages/hoppscotch-selfhost-desktop/src/interop.ts(+41 -0)📝
packages/hoppscotch-selfhost-desktop/src/main.ts(+4 -0)📄 Description
Summary
The Hoppscotch desktop application is experiencing multiple startup-related issues:
Triggering Issues
Closes #3842 #3663
Before
https://private-user-images.githubusercontent.com/69100154/305736648-8871aa0d-c4dc-4ef7-8ad3-325124b8fcd6.mp4?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjY2NTk5ODgsIm5iZiI6MTcyNjY1OTY4OCwicGF0aCI6Ii82OTEwMDE1NC8zMDU3MzY2NDgtODg3MWFhMGQtYzRkYy00ZWY3LThhZDMtMzI1MTI0YjhmY2Q2Lm1wND9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTE4VDExNDEyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0MzFiYzQzMzFhZjZhMjllNDUxMGFiNjE3OWE0ODQzMzNhZDMwMWIxMTAxNWRkYjQ0ZWFlOWZkNDNlNmZkYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.OzwcxUq4u7LvQU0ND2Trh1kepXQny7CQjI_TgalFzrg
from #3842
After
https://github.com/user-attachments/assets/bf0b5d38-34d8-471d-9448-d3eb78d5504c
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.