Conversation
* feat: make accounting years dynamically update * refactor: add usememo to avoid multiple fn calls
* chore: add config files to gitignore * fix: remove second config file --------- Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
* feat: add keysend billboard to amboss page * feat: add amboss link to node for more info --------- Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
* feat: add channel id to channel select dropdown * fix: removed unnecessary complication in implementation and fix path issue * fix: remove unneeded variables on objects
chore: bump deps
* chore: move from old table library to tanstack react-table * fix: remove logs * feat: implement column sorting --------- Co-authored-by: secondl1ght <85003930+secondl1ght@users.noreply.github.com>
* Changed the default received onchain address to taproot * Update chain.resolver.ts
* feat: migration ClosedChannels and ChannelTable to tanstack react-table * feat: create ColumnConfigurations to encapsulate functionality * feat: hook up local storage to channel configurations * feat: finish migrating all tables in codebase to tanstack * feat: update package.json, remove dependency, and delete react-table * fix: migrate missing table * fix: remove default pagination --------- Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
* feat: implement the payments graph with echarts * fix: improve echarts import in next.config.js * fix: formatting * fix: no-implicity-any * fix: tidy up inconsistencies in echarts implementation * feat: improve a number of aspects about echarts implementation as per suggestions * feat: move forwards chart to echarts * chore: move invoice, payment, forward graphs to new BarChart. move liquidityGraph to new HorizontalBarChart * chore: remove V2 from new graphs * feat: implement Sankey chart for forwards * chore: change justification on Sankey Graph * feat: add Sankey graph * chore: remove chord graph * chore: remove chord graph and update package.json * chore: remove stray console log * chore: format numbers on y axis to be integer values * feat: tidy echarts implementation * feat: revamp tooltip * feat: bound the size of the sankey chart * feat: provide function that creates a mock sankey dataset of arbitrary size * fix: missing memo dependencies and css * chore: small changes --------- Co-authored-by: Anthony Potdevin <potdevin.anthony@gmail.com> Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com> Co-authored-by: secondl1ght <secondl1ght@protonmail.com>
Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
This reverts commit 9483caa.
This reverts commit bf9e2e6.
* feat: add sync percentage display with progress bar - Add current_block_height field to GraphQL node info query - Implement getCurrentBlockHeight API using mempool.space - Display actual sync percentage when available - Show progress bar with 75% default when syncing - Change "Not Synced" to "Chain syncing... (XX%)" for better UX - Add docker-compose.dev.yml for development environment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * gitignore: add docker-compose.dev.yml to prevent accidental commits * cleanup: remove debug console.log statements --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Anthony Potdevin <31413433+apotdevin@users.noreply.github.com>
* feat: purchase liquidity * chore: extra log
* fix: claim boltz swap logic * chore: copy change
Co-authored-by: Bufo <bufo24@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.