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

Add options to the history entry of an ecash tx #20 #45

Merged

Conversation

KKA11010
Copy link
Collaborator

closes #20

@KKA11010 KKA11010 added the enhancement New feature or request label Jun 10, 2023
@KKA11010 KKA11010 added this to the First Beta Release milestone Jun 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.26 ⚠️

Comparison is base (f1a810a) 20.31% compared to head (a367d8e) 20.05%.

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              
Impacted Files Coverage Δ
src/components/nav/CustomDrawer.tsx 0.00% <ø> (ø)
src/components/pages/Dashboard.tsx 0.00% <0.00%> (ø)
src/components/pages/History/Details.tsx 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BilligsterUser BilligsterUser linked an issue Jun 10, 2023 that may be closed by this pull request
2 tasks
@BilligsterUser BilligsterUser merged commit b769ed5 into dev Jun 10, 2023
@BilligsterUser 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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add options to the history entry of an ecash TX
3 participants