Matthew Raymer
754bced2a9
Considerable cleanup. I think I also found the issue from the other day with values not loading from settings.
1 year ago
Matthew Raymer
5be67fd4c9
Rolled out to all views that had HTML quicknav
1 year ago
Trent Larson
e42b3ff11d
allow choice of no identity (for testing)
1 year ago
Matthew Raymer
0a020a4069
Clean up vestigle old alert code
1 year ago
Matthew Raymer
0af03227a6
Propagated AlertMessage component
1 year ago
Matthew Raymer
3f6dbdebef
Moved checkLimits inside try...catch since it has an identity check
1 year ago
Trent Larson
1a86730354
make display on creation page look halfway decent, and switch fully to it
1 year ago
Trent Larson
944b0ad759
fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage
1 year ago
Trent Larson
5747404fd6
add marker in feed to show where they've seen claims, plus other small clean-up
1 year ago
Trent Larson
6daa515d19
load feed of give records on home screen
1 year ago
Trent Larson
b0fc8818ee
add timing & animation details to stats-world
2 years ago
Trent Larson
32351b07b7
prefer console.error messages for errors
2 years ago
Trent Larson
40f9de0609
add QR code for contact info
2 years ago
Trent Larson
55b53955fc
add page to show mnemonic seed phrase for backup
2 years ago
Trent Larson
fc7c1187e8
allow to switch the server
2 years ago
Trent Larson
a9844e6e78
add beginning of visualization for statistics, unmodified from blog code
2 years ago
Trent Larson
e4f3f9b2e0
remove extra logging
2 years ago
Trent Larson
d7d53a5b8c
refactor & shorten the 'copied' message display logic
2 years ago
Trent Larson
44ed39b5c1
eliminate extra code for quick-message-display
2 years ago
Matthew Aaron Raymer
0dbc018c8d
A bit of infinity and hack for copy message
2 years ago
Matthew Aaron Raymer
7208a0fad1
Title: Updates to packages, new decorators, and implement slider
Description: It has been a while since packages have been updated. I've switched to the vue-facing-decorators since the old decorators are deprecated. Also, using a model for the checkbox value and a change handler on the surrounding label instead of the checkbox itself.
2 years ago
Jose Olarte III
48ac2685b7
New toggle-style contact amounts control
2 years ago
Jose Olarte III
504da70fec
Alerts position fixed to viewport
2 years ago
Jose Olarte III
67a1a07cab
Increased nav z-index to clear other abs/fixed position elements
2 years ago
Jose Olarte III
1974570c01
Added truncation to ID displays
2 years ago
Trent Larson
1279ff050c
allow to switch between accounts
2 years ago
Trent Larson
6c05d3105f
parameterize main identifier (to prepare the way for multiple)
2 years ago
Trent Larson
3177d0f4b3
feat: allow selection of total vs confirmed vs unconfirmed give amounts
2 years ago
Trent Larson
7a7c5b6ba1
add registration check and the ability to register someone
2 years ago
Trent Larson
5c75ad80af
add correct encodings for public keys, plus some instructions for entering a contact
2 years ago
Trent Larson
07bba55a30
add help page; add tasks for rest of "contact giving" functions
2 years ago
Trent Larson
4cec3859ea
refactor: misc tweaks for types, lint, etc
2 years ago
Trent Larson
c7fa6823bc
add DB export
2 years ago
Trent Larson
34a50d75b3
remove the handle for test-user registration, and add easier instructions
2 years ago
Trent Larson
45b54db01e
separate account from other data for backup/restore
2 years ago
Trent Larson
b3cdcb010a
change dateCreated to a string (from a Date object, which persists as a Date object)
2 years ago
Trent Larson
59d621efc1
add toggle for displaying give amounts for each contact
2 years ago
Trent Larson
afc175e3e7
add settings table to store names (and other things soon)
2 years ago
Trent Larson
5f3861049e
remove separate storage reference for account check
2 years ago
Trent Larson
cfeabf05a4
refactor DB organization (prepping for more tables)
2 years ago
Trent Larson
9cb10b8561
ui: change item on bottom row to 'contacts'
2 years ago
Matthew Aaron Raymer
68eb04c137
Added updating account name
2 years ago
Trent Larson
4e1263d041
test: add function for test User #0 to register a new user
2 years ago
Matthew Aaron Raymer
6325bcbe35
Work in progress
2 years ago
Matthew Aaron Raymer
f5a2d71ed3
Added some elementary Vue constructs
2 years ago
Trent Larson
d2cea34242
fix: remove code for lowercase checks (that were for old uPort)
2 years ago
Matthew Aaron Raymer
3687e5e282
Subject line: Added v-model for input box on seed input.
Also completed recovery from seed. Should be ready to move to Make commitment
2 years ago
Matthew Aaron Raymer
c9919987ca
Added clipboard copy actions.
We need to add designs for feedback on the copy action
2 years ago
Matthew Aaron Raymer
9f94aad88a
Subject line: Adding routing for post-registration.
Had to add a bogus home page (left over boilerplate home) to fill the role of an initial load state.
The app will look at the app Pinia state and if it is 'registered' and then send to the discovery page.
2 years ago
Matthew Aaron Raymer
b4557c3596
Adding markers to keep track of registration state
2 years ago