Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pending tx modal + shell/download file error handling #36

Merged
merged 8 commits into from
Oct 19, 2023

Conversation

Redm4x
Copy link
Contributor

@Redm4x Redm4x commented Oct 19, 2023

  • Added an FAQ entry explaining why UP arrow and TAB autocompletion may not work (using sh shell)
  • Added links to FAQ when trying tu use up arrow in sh shell and when shell is not connecting
  • Fixed a bug with file download and improved error handling
  • Made the "Pending tx" modal unclosable while keplr/leap popup is open Improve UX for when a bid selection is ignored  #29

@@ -268,10 +277,24 @@ export const DeploymentLeaseShell: React.FunctionComponent<Props> = ({ leases })
)}
</Box>

{showArrowAndTabWarning && (
<Alert variant="standard" severity="warning" sx={{ borderRadius: 0, marginBottom: 1 }}>
<Link href="/faq#shell-arrows-and-completion" target="_blank" style={{ display: "inline-flex", alignItems: "center" }}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UrlService

<ViewPanel stickToBottom style={{ overflow: "hidden" }}>
{isConnectionClosed && (
<Alert variant="standard" severity="warning" sx={{ borderRadius: 0 }}>
The connection to your Cloudmos Shell was lost.
The connection to your Cloudmos Shell was lost. (
<Link href="/faq#shell-lost" target="_blank" style={{ display: "inline-flex", alignItems: "center" }}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UrlService

@Redm4x Redm4x merged commit 0047efb into main Oct 19, 2023
5 checks passed
@Redm4x Redm4x deleted the bugfixes/handle-tx-popup-close branch October 19, 2023 17:26
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