add URL for plans

This commit is contained in:
2023-12-05 19:55:44 -07:00
parent 3f436476a2
commit bb122be319
6 changed files with 59 additions and 5 deletions

View File

@@ -40,6 +40,12 @@
{{ fullClaim.description.length }}/5000 max. characters
</div>
<input
v-model="fullClaim.url"
placeholder="Website"
class="block w-full rounded border border-slate-400 mb-4 px-3 py-2"
/>
<div class="flex items-center mb-4">
<input
type="checkbox"
@@ -142,7 +148,7 @@ export default class NewEditProjectView extends Vue {
"@type": "PlanAction",
name: "",
description: "",
};
}; // this default is only to avoid errors before plan is loaded
includeLocation = false;
latitude = 0;
longitude = 0;