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

feat: new first channel flow #324

Merged
merged 24 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9b9d68f
feat: new first channel flow
rolznz Jul 23, 2024
faaee2c
chore: hide public channel checkbox behind advanced options
rolznz Jul 23, 2024
24fe836
chore: always use new channel flow
rolznz Jul 23, 2024
4ce061e
chore: add extra links to other ways to open channels
rolznz Jul 23, 2024
36ba944
fix: check if payment exists on order response
rolznz Jul 23, 2024
94f2fdc
chore: remove request to pay channel with alby shared node funds, add…
rolznz Jul 23, 2024
69b9951
Merge remote-tracking branch 'origin/master' into feat/first-channel
rolznz Jul 24, 2024
d305762
feat: use auto channel flow for first channel
rolznz Jul 25, 2024
d5f79cf
chore: better other options on channel purchase pages
rolznz Jul 25, 2024
c90be3f
chore: add user agent to alby api requests
rolznz Jul 25, 2024
a5d9c5e
chore: remove unused lsp types
rolznz Jul 25, 2024
4f30883
chore: remove unused constant
rolznz Jul 25, 2024
c9c587e
fix: hide sidebar hint on first channel flow
rolznz Jul 25, 2024
85af54e
fix: sync wallet on opening page
rolznz Jul 25, 2024
396a26c
fix: do not shown 0 confirmations on opening first channel page
rolznz Jul 25, 2024
513ce3c
fix: make sure confetti only shows once
rolznz Jul 25, 2024
6bf1f39
fix: only show transferred alby funds toast once
rolznz Jul 25, 2024
0949900
feat: add minimum threshold, add illustration
reneaaron Jul 25, 2024
f6a5789
fix: add constant
reneaaron Jul 25, 2024
c273b21
fix: spacing, illustrations, copy
reneaaron Jul 25, 2024
19eaba2
fix: copy
reneaaron Jul 25, 2024
a0367e1
fix: copy
rolznz Jul 25, 2024
c40733a
fix: exchange light / dark images
reneaaron Jul 25, 2024
b866c47
chore: update first channel opened page CTA to go to wallet
rolznz Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove unused constant
  • Loading branch information
rolznz committed Jul 25, 2024
commit 4f30883a7ffdc72565f58fd1bb0ddc74d54395a9
2 changes: 0 additions & 2 deletions frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ export const localStorageKeys = {
channelOrder: "channelOrder",
};

export const ALBY_MIN_BALANCE = 20000;

export const ONCHAIN_DUST_SATS = 1000;
export const ALBY_HIDE_HOSTED_BALANCE_BELOW = 100;