Commit graph

10 commits

Author SHA1 Message Date
Jason Rhinelander 9079f4cf2b Fix staking for reserved contribution spots
Reserved contributions for the current wallet were not properly being
added into the available contribution room available to a wallet; this
fixes it to include any unfilled reserved spots when showing available
stakes.
2021-04-08 02:59:23 -03:00
kylezs 1e5cfb2ecc
Oxen rebrand (#239)
Oxen rebranding
2021-01-05 21:26:42 -08:00
Kyle Zsembery db4ea07476 Multi-output/split transactions can now be sent 2020-10-20 12:12:01 +11:00
Kyle Zsembery cf4c3ecbfd A bunch of style fixes, and LNS bug fixes 2020-10-08 17:45:21 +11:00
Kyle Zsembery a80a04b281 WIP: Listing records, updating moves across fine 2020-10-08 12:19:43 +11:00
kylezs ae2586f248
fix a few bugs, support reserved service nodes, confirm tx sweep all (#179)
* fix a few bugs, support reserved service nodes better, confirm tx for sweep all working better

* send and sweep all confirmTx bug fixed, min/max on Service nodes added
2020-09-16 12:41:42 +10:00
Mikunj Varsani 018d08371d
UI upgrade (#155)
* followed upgrade instructions on quasar site

* followed upgrade instructions on quasar site

* debug messages now show

* Fix template error mode undefined

* building and working, UI broken, need to move to new quasar components

* move collapsible to expansion-item

* moving over components to quasar v1+

* items to labels

* items and item side to quasar v1

* fix label typo

* item main to item label

* q-section to q-item-section

* popover to menu

* modals to v1 quasar

* Remove debug lines, use new dialog methods

* move static folder up a dir and rename to public. Change paths accordingly

* Exit modal fixed with v1 quasar

* UI fixes for v1 quasar

* remove link styles

* some field updates

* Fix more fields and modals for v1

* more fields updated

* more fields changed over

* wallet settings modals

* Fix password confirm dialog issue w/ refactor

* begin generalising a copy component

* Receive item looking better

* Index view vixed for v1 quasar

* fix export/import keys modal

* tx styles and some others

* bunch of small style changes

* Fix date display on restore page

* completed upgrade to v1 quasar (I think)

* lns list fixed, stake buttons fixed

* fix favourite checkbox with v1 quasar

* Address book fixes

* Fix the context menus

* clean up

* remove mixin from copyicon

* Fix webpack

* fix QR code view on address detail page

* Fix welcome stepper and default to blink

* Fix some style issues

* radio buttons w/ white circles

* clean up

* sn style fixes, and other fixes

* style fixes and unlock bug fixed

* fix daemon typo

* Fix some style things

* fix button colour

Co-authored-by: Kyle Zsembery <zsembery.kyle@gmail.com>
2020-08-31 15:26:06 +10:00
Mikunj 7add1654f2 Linting 2020-03-03 14:43:29 +11:00
Mikunj 6ee9827ae1 Added i18n support.
Refactor receive page.
2019-04-11 15:09:20 +10:00
Mikunj e7727f628f More features and fixes
Linting

Increased default window size.
Fixed transaction text overlapping on a small screen

More changes.

Replaced icons.
Added loki icon to the top menu bar.
Added small margin to copy button in show private key modal.

Hid back and next button in welcome screen. Users must now click the language to go to the next screen.

Randomise remote nodes when configuring from the welcome screen.

Added viewing QR code from receive
Added QR copying

Made mac icon a bit smaller

Updated links and added loki project to copyright
check data dir exists

Updated service node page.
Moved staking into its own component.

Check remote node before booting up daemon.
Update restoration start date.
Made network types in GUI match those returned from lokid (main -> mainnet, staging -> stagenet, test -> testnet).
Removed unaccessible remote nodes.

Separate data and wallet directories.

Updated created page layout

Don't ask user for a password if it's not set.
Show a dialog to the user if they don't set a password.

Show staking transaction.

Added option to import file from old gui.

Added saving transaction notes straight from send.
Fix updated tx notes not showing in transactions

Clean up transfer code

Minor fixes

Show user error if a wallet failed to import.
bug fixes
2019-03-20 16:21:16 +11:00