-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add options to the history entry of an ecash tx #20 #45
Merged
BilligsterUser
merged 8 commits into
dev
from
Add-options-to-the-history-entry-of-an-ecash-TX-#20
Jun 10, 2023
Merged
Add options to the history entry of an ecash tx #20 #45
BilligsterUser
merged 8 commits into
dev
from
Add-options-to-the-history-entry-of-an-ecash-TX-#20
Jun 10, 2023
Conversation
This file contains 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
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev #45 +/- ##
==========================================
- Coverage 20.31% 20.05% -0.26%
==========================================
Files 84 84
Lines 2988 3026 +38
Branches 789 806 +17
==========================================
Hits 607 607
- Misses 2322 2360 +38
Partials 59 59
☔ View full report in Codecov by Sentry. |
2 tasks
BilligsterUser
suggested changes
Jun 10, 2023
BilligsterUser
approved these changes
Jun 10, 2023
BilligsterUser
deleted the
Add-options-to-the-history-entry-of-an-ecash-TX-#20
branch
June 10, 2023 23:50
BilligsterUser
added a commit
that referenced
this pull request
Jun 11, 2023
* fix QR code in dark mode by adding white border * add shim & remove pkg patches * update buffer imports * move disclaimer in its own container * only apply white border in darkmode * add localization helper & update @Styles imports * update after review * add openLinkInBrowser helper && update jest setup * Update index.ts * update fn name from openLinkInBrowser to openUrl * Update node.js.yml * update npm script * update type of mint states to handle custom mint name * show custom mint names on all components using mint_url. closes #2 * update after review * update after review * update formatInt * update jsDocs for formatInt() * use getLanguageCode() in localeDateString. closes #19 * show compact notation using 'en' locale * update var name from createSpendableToken to isSendingToken * add memo input to send token page #1 * show memo in success pages & prompts #1 * fix styling of text-input fields * update address book contact modal * change new mint popup into a bottom slide modal * Show msg not enough funds if selected mint bal is 0 * update header text from payment page * replace a popup with a txt msg * update payment process from empty mints, remove popups * add a toaster component * update toaster, use it in mint settings page * use toaster in dashboard * update sql stuff * add base layout for mint proofs page #3 * add mint proofs page #3 * add a few jsDocs for proofs-list components * setup Reactotron * update after review * setup bugsnag & add ErrorBoundary * add basic test * fix * test the Txt component * fix imports * small fix * fix selected mint state, fix bugsnack missing api key * use the Txt component whenever possible * remove TODO * Update the cashu token QR closes #26 * claimToken * Update index.ts * update getMintsUrls * add isTrustedMint overload * Feature request! "eCash" -> "Ecash" The 90s are long gone!!! 😁 * add jscpd & add @ConstS path alias * fix tests * Update package.json * add AsyncStore tests * update QR scan page * update qr marker border width * add utils hasTrustedMint tests * update jest config for tsx components * add test, handle getLanguageCode, update theme context * update jest config * add success page basic test * test successpage. navigation hook error * add success page test * lint * remove unused import * add eslint jest plugin * fix tests * update lint & update Success component navigation test * indicate latest keyset ids in proof lists #33 * add scrollview to proof list page * add keysetHint #33 * add mint icon next to mintUrl in proof list * fix linter hook warnings * add comment * update spelling of ecash to Ecash * add getMintCurrentKeySetId & getMintKeySetIds fns * update bugsnag error boundary * update errorDetails component * example bugsnag notify * remove useless code * add .example.env * update example env, remove error test * remove error test * Add options to the history entry of an ecash tx #20 (#45) * show and check if token is spent in history entry details #20 * add IsSpentContainer component #20 * add qr to history entry details, update dashboard claim token #20 * update version to 0.0.2-alpha * lint * import package.json version * fix pkg import * add release.yml * update eas ci workflow (#46) --------- Co-authored-by: BilligsterUser <[email protected]> Co-authored-by: BilligsterUser <[email protected]>
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.
closes #20