Browse Source

make the Anonymous icon the same everywhere, and tweak more in the task list

miscellany
Trent Larson 1 year ago
parent
commit
a053c48819
  1. 9
      project.task.yaml
  2. 2
      src/views/ContactGiftingView.vue

9
project.task.yaml

@ -1,8 +1,10 @@
tasks:
- mount folder for persistent sqlite DB outside of container
- fix missing updateAllFeed in ContactGiftingView page
- 08 Scan QR code to import into contacts assignee:matthew
- SEE - https://github.com/gruhn/vue-qrcode-reader
- in endorser-push-server - mount folder for persistent sqlite DB outside of container
- test alerts on all pages -- or refactor to new "notify" (since AlertMessage refactoring may require a change, et. ContactQRScanShowView)
- .2 bug - on contacts view, click on "to" & "from" and nothing happens
- 40 notifications :
@ -12,9 +14,6 @@ tasks:
- 01 fix the Discovery map display to not show on top of bottom icons (and any other UI tweaks on the map flow) assignee-group:ui
- 08 Scan QR code to import into contacts assignee:matthew
- SEE: https://github.com/gruhn/vue-qrcode-reader
- 01 Show pop-up or some message confirming that settings & contacts download has been initiated/finished assignee:matthew assignee-group:ui
- 01 Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s) assignee-group:ui

2
src/views/ContactGiftingView.vue

@ -28,7 +28,7 @@
><EntityIcon
:entityId="null"
:iconSize="32"
class="opacity-50 inline-block align-middle border border-dashed border-slate-400 bg-slate-200 rounded-md mr-1"
class="inline-block align-middle border border-slate-300 rounded-md mr-1"
></EntityIcon>
Anonymous
</span>

Loading…
Cancel
Save