Browse Source

don't autocapitalize website input; refactor tasks

starred-projects
Trent Larson 8 months ago
parent
commit
c3819ec919
  1. 5
      project.task.yaml
  2. 1
      src/views/NewEditProjectView.vue

5
project.task.yaml

@ -2,8 +2,7 @@
tasks: tasks:
- change server plan & project endpoints to use jwtId as identifier rather than rowid - change server plan & project endpoints to use jwtId as identifier rather than rowid
- on mobile, don't capitalize first word & don't add spaces of website entry, and don't add spaces in numeric entry - edit offers & gives, or revoke allowing re-creation
- edit offers & gives, or revoke allowing recreation
- bug (that is hard to reproduce) - offer gave USD (by default?) - bug (that is hard to reproduce) - offer gave USD (by default?)
- .1 When available in the server, give message for 'nonAmountGiven' on offers on ProjectsView page. - .1 When available in the server, give message for 'nonAmountGiven' on offers on ProjectsView page.
- .5 fix timeSafari.org cert renewals - .5 fix timeSafari.org cert renewals
@ -14,7 +13,6 @@ tasks:
- add button to front page to prompt for ideas for gratitude - add button to front page to prompt for ideas for gratitude
- show previous on "Your" screen - show previous on "Your" screen
- checkboxes: randomize vs show in order, show non-person-oriented messages, show only contacts, show only projects - checkboxes: randomize vs show in order, show non-person-oriented messages, show only contacts, show only projects
- bug - on fulfilling an offer, it shows "Someone not in Contacts" and not "you" for your own delivery
- allow user to add a time when they want their daily notification - allow user to add a time when they want their daily notification
- prompt for the name directly when they visit the QR scan page - prompt for the name directly when they visit the QR scan page
- image on give - image on give
@ -27,7 +25,6 @@ tasks:
- Rates - images erased? - Rates - images erased?
- image not associated with JWT ULID since that's assigned later - image not associated with JWT ULID since that's assigned later
- mark a project as inactive - mark a project as inactive
- allow to see and reset DB password
- add share button for sending a message to confirmers when we can't see the claim (like the "visible" links) - add share button for sending a message to confirmers when we can't see the claim (like the "visible" links)
- add TimeSafari as a shareable app https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target - add TimeSafari as a shareable app https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target
- choose a project's alternative agent ("authorized representative") via a contact chooser (not just copy-paste a DID) - choose a project's alternative agent ("authorized representative") via a contact chooser (not just copy-paste a DID)

1
src/views/NewEditProjectView.vue

@ -60,6 +60,7 @@
<input <input
v-model="fullClaim.url" v-model="fullClaim.url"
placeholder="Website" placeholder="Website"
autocapitalize="none"
class="block w-full rounded border border-slate-400 mb-4 px-3 py-2" class="block w-full rounded border border-slate-400 mb-4 px-3 py-2"
/> />

Loading…
Cancel
Save