Commit Graph

24 Commits

Author SHA1 Message Date
kylezs 1e5cfb2ecc
Oxen rebrand (#239)
Oxen rebranding
2021-01-05 21:26:42 -08:00
Kyle Zsembery 898f9165c2 sign and verify 2020-11-23 15:32:55 +11:00
kylezs 9d55072a99
Fix confirm tx popup inconsistency when sweeping all from service node tab (#191)
* fix confirm tx and send tx confirm popup inconsistency
2020-09-23 08:43:03 +10:00
Mikunj 3782056c62 Fix dependencies 2020-09-10 14:58:29 +10:00
Kyle Zsembery d92898e153 Merge branch 'development' into require-update-footer 2020-09-04 14:23:08 +10:00
Kyle Zsembery 00784c0755 latest version footer works 2020-09-04 14:15:37 +10:00
Kyle Zsembery 642bc02735 Almost all context menus converted 2020-09-03 16:22:45 +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 Varsani 2eb941518c
LNS (#127)
* Add UI for lns.

* Fix watch handlers

* Made lns purchase a component.

* Add config for vscode intellisense

* Add fetching of LNS Records

* Add owner field

* Update LNS logic to use correct rpc calls.

Turns out we never send the `name` to the rpc, instead we send `name_hash` and from that we can correctly decrypt `encrypted_value`.

* Add lns record display

* Map request_index to owner

* Add viewing record details.
Refactor.

* Add decrypt ui

* Minor fix

* Added name and value decryption

* Cleanup.
Don't show records which don't belong to us.

* Refactor
2020-04-07 12:56:15 +10:00
Mikunj f7fbb6d7c8 Added service node details. 2019-07-16 12:41:38 +10:00
Mikunj Varsani dd271a2130 Hooked up RPC calls + more UI changes. 2019-06-13 12:39:09 +10:00
Mikunj Varsani 247444b382 Added translations. 2019-06-13 10:36:19 +10:00
Mikunj Varsani 0c8e2e398f Redesigned service node unlock page.
Instead of asking for a hex key, we show all the service node the user is staking to along with the amount.
2019-06-07 11:58:40 +10:00
Mikunj e99268a3a5 Remove award recipient address from staking. 2019-04-24 14:03:07 +10:00
Mikunj 6ee9827ae1 Added i18n support.
Refactor receive page.
2019-04-11 15:09:20 +10:00
Mikunj b7856a4fe5 Updated address book layout. 2019-03-28 15:33:11 +11:00
Mikunj 6306f884f0 Fix ui glitch occurring on some windows machines 2019-03-26 15:11:39 +11:00
Mikunj b118560b22 Updated address book styling.
Refactoring css classes and html code.
2019-03-21 11:56:39 +11: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
Mikunj bcf21c3804 Redesign
Main screen redesign

Removed dark mode styling and made it all dark.

Fix large button styling on navigation

Receive page styling

Startup pages redesign

Updating field stylings.
Fix value display in recieve

Updated footer.

Added service node page.

Added wallet settings.

Added disable prop to loki field.

Update settings page.
Added merging config with default daemon option incase user provides invalid port (empty, null, etc...)

Removed theme selection

Update wallet-select pages

Fixed converting numbers to string

Update layout on address page

Added loki logo.
Made header a bit smaller.

Updated wallet init styling.
Highlight primary address in receive.

updated packages.

Updated transaction styling.

Simpler tx json handling.

Added address validation

Fixed up wallet restoration

Default node to remote.
Added drop down button to the remote node input instead of having it as a seperate field.

Removed review page.
Center align welcome page.

Replaced ryo wallet images with loki image.

Updated transaction styling.

Fix wallet errors only showing once which causes the next error to just show the loading overlay.

Added staking

Fix up status display in footer.
remove is_ready as lokid doesn't return it.

Fixed balance display in receive.
Center unlock in wallet details.

Updated README
other updates.
2019-03-13 15:38:34 +11:00
mosu forge 35932f1966 changed min screen size to 640x480, changed default size to 800x650 2018-11-03 15:39:37 -07:00
mosu forge 83af664733 Added save image context menu on all identicons and QR codes 2018-11-03 15:39:37 -07:00
mosu forge 25cc4de092 dark theme styling 2018-11-03 15:39:37 -07:00
mosu forge 94ed4ec316 Import v1.0.0 2018-09-08 14:44:19 -07:00