UI Changes for Profile & Preferences #133

Closed
FlannelDipole wants to merge 1 commits from propref-changes into main
FlannelDipole commented 2023-01-24 13:02:40 +00:00 (Migrated from github.com)

Changed

  • Message reactions -> "Message reaction options" and made it more clear what it does
  • "System (Default)" -> "System" to follow general UI standard

Added

  • " Buy NIP-05" instead of just "Buy" to clarify what exactly a person is buying
**Changed** - Message reactions -> "Message reaction options" and made it more clear what it does - "System (Default)" -> "System" to follow general UI standard **Added** - " Buy NIP-05" instead of just "Buy" to clarify what exactly a person is buying
v0l (Migrated from github.com) reviewed 2023-01-24 13:14:07 +00:00
@ -19,3 +19,3 @@
<select value={perf.theme} onChange={e => dispatch(setPreferences({ ...perf, theme: e.target.value} as UserPreferences))}>
<option value="system">System (Default)</option>
<option value="system">System</option>
<option value="light">Light</option>
v0l (Migrated from github.com) commented 2023-01-24 13:13:09 +00:00

Default refers to it being the default option, not the systems default theme

Default refers to it being the default option, not the systems default theme
v0l (Migrated from github.com) commented 2023-01-24 13:12:28 +00:00

"options" is plural but this is a single checkbox, i think "Enable Reactions" was better

"options" is plural but this is a single checkbox, i think "Enable Reactions" was better
v0l (Migrated from github.com) commented 2023-01-24 13:13:50 +00:00

Buy button is inline with NIP-05 entry i think its clear enough what you are buying

Buy button is inline with NIP-05 entry i think its clear enough what you are buying

Pull request closed

Sign in to join this conversation.
No description provided.