Commit Graph

11 Commits

Author SHA1 Message Date
Ryan Breen
843278faef Some basic tweaks to the mobile UI. 2023-02-05 23:07:39 -05:00
Ryan Breen
c832aa22af Permissions UI with user requests and modification post-saving.
Commits:

Basic, functional permission tab when requesting getPubKey. Only allows one time deny.

getPubKey and getRelays for sure working after prompt.

Changed the prompt to use a query string instead of background script queue. This should prevent any disconnect between the user expecting one thing and getting a different prompt.

It is not working using query string and working quite nicely.

Finally figured out the secret sauce to only open one prompt at a time.

Allow and deny now both work, with the option to remember the request next time.

Still tweaking lots of events to try and get the prompts working smoothly

Nice rendering for the event query message.

Tweaking the migration setup and the tab opening/closing code.

When remembering signing events, it is now scoped by event kind, as well!

Include extra event information in event signing dialogs.

Change confirm buttons to confirm dialog box.

Update nostr-tools to 1.2.1

The interface for app permissions looks good. Ready to work on functionality now.

Don't show app permissions section unless there are things to show.

Fix bug when saving a "Deny".

Additional formatting changes to options page for permissions UI.

Fine permissions seem to be working nicely!

Quick usability fix so that App Permissions section appears on Options page, even when there are no options selected.

Bumping build to #5. Preparing for new build release.
2023-02-05 20:40:30 -05:00
Ryan Breen
2649114501 Mopping up a few things. 2023-01-28 22:48:49 -05:00
Ryan Breen
b0faf6146e Moved profile management into options UI. 2023-01-27 10:38:37 -05:00
Ryan Breen
0ea7f11356 Options is now showing keys, and changing keys as the dropdown is switched. 2023-01-26 23:02:31 -05:00
Ryan Breen
252c9d5234 Relay functionality in options is complete. 2023-01-26 22:08:05 -05:00
Ryan Breen
e08d19855e Solved a bug where the options window was breaking the popup window. The issue was that some branches of the message handler in the background script weren't returning anything at all. 2023-01-26 20:15:34 -05:00
Ryan Breen
dcc0fab5c6 Some more nice styling. 2023-01-25 00:36:28 -05:00
Ryan Breen
83cf21e5f5 Some more CSS styling for the options page. 2023-01-25 00:14:15 -05:00
Ryan Breen
25da1d0cab Setting up tailwinds-css for the options page 2023-01-23 23:03:02 -05:00
Ryan Breen
7537109c92 Basic setup for an options page. 2023-01-23 22:38:42 -05:00