-
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
Indicate keyset ids with a font-color #33
Labels
Milestone
Comments
KKA11010
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jun 9, 2023
KKA11010
added a commit
that referenced
this issue
Jun 10, 2023
BilligsterUser
added a commit
that referenced
this issue
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 <billigsteruser@protonmail.com> Co-authored-by: BilligsterUser <49797107+BilligsterUser@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide a better overview over the keyset ids in a proof-list.
The latest keyset ids could be Highlighted in Green and the older one in yellow
The text was updated successfully, but these errors were encountered: