aboutsummaryrefslogtreecommitdiff
path: root/js/Utils.js
Commit message (Collapse)AuthorAgeFilesLines
* qml: escape untrusted text in RichText viewsselsta2026-04-171-0/+10
|
* Don't try negative numbers when translating "%n second(s) ago"-style stringsнаб2025-11-151-1/+1
| | | | | | | | | When the local clock is running behind, transactions may appear to have been confirmed in the future, which seems to leave the %n in "%n second(s) ago" unreplaced, so round negative times ago to 0 Ref: #3284
* Utils.js simplify ago funcbackfire-monism-net2023-02-011-5/+5
|
* SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵rating89us2021-06-151-0/+15
| | | | height date when typed in wrong format
* Utils: fix removeTrailingZeros regressionxiphon2021-01-161-1/+1
|
* Utils: removeTrailingZeros - handle .0* decimal part (i.e. 1.00000)xiphon2020-12-101-1/+1
|
* Utils: simplify for translationsselsta2020-05-161-30/+8
|
* Transfer: display estimated transaction fee, requires #6302xiphon2020-02-161-0/+4
|
* LeftPanel: new balance cardselsta2019-09-211-12/+0
|
* Merge pull request #2377luigi11112019-09-141-1/+0
|\ | | | | | | 8dab075 repo: remove isMobile leftovers (selsta)
| * repo: remove isMobile leftoversselsta2019-09-061-1/+0
| |
* | SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-091-10/+0
|/
* PasswordDialog: merge components and bug fixesselsta2019-07-151-19/+0
| | | | | | | | | | | This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters.
* restore height visibility enhancementsmmbyday2019-05-151-0/+4
|
* Fiat APIdsc2019-05-061-0/+17
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* Remove unused image, fix js/Utils.js, requires #5355dsc2019-04-091-0/+1
|
* History redesigndsc2019-04-081-0/+27
|
* PasswordDialog: add CAPSLOCK checkingmmbyday2019-04-021-0/+19
|
* Wizard redesigndsc2019-02-221-0/+20
|
* merchant: round in ago() functionselsta2019-01-101-1/+5
|
* Merchant pagedsc2018-12-291-1/+35
|
* password dialog: show error in placexiphon2018-10-241-6/+1
|
* fixed "Keys" CTRL+Y hotkeyxiphon2018-09-271-2/+2
|
* Move function to show the seed page to Utils.jsSander Ferdinand2018-07-181-0/+27
|
* Dialog(s) for changing restore heightSander Ferdinand2018-04-281-0/+4
|
* Added Utils.js, for miscellaneous Javascript functionsSander Ferdinand2018-04-251-0/+25