diff --git a/src/components/AccountCard.vue b/src/components/AccountCard.vue new file mode 100644 index 0000000..62b7802 --- /dev/null +++ b/src/components/AccountCard.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/src/components/AccountList.vue b/src/components/AccountList.vue index e789874..42fe1f8 100644 --- a/src/components/AccountList.vue +++ b/src/components/AccountList.vue @@ -1,19 +1,8 @@ diff --git a/src/styles/index.scss b/src/styles/index.scss index 48eb822..400519e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -18,6 +18,10 @@ html { .app { color: $main; text-align: center; + + .field-body { + flex-grow: 3; + } } nav { diff --git a/src/utils/icons.ts b/src/utils/icons.ts index 3259118..0aa7184 100644 --- a/src/utils/icons.ts +++ b/src/utils/icons.ts @@ -33,7 +33,8 @@ import { faUsers, faUserLock, faTimes, - faTheaterMasks + faTheaterMasks, + faTrash } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' @@ -64,6 +65,7 @@ library.add( faPenSquare, faPlus, faTag, + faTrash, faSignal, faSyncAlt, faUser, diff --git a/src/views/accounts/AccountNew.vue b/src/views/accounts/AccountNew.vue index 98f344a..bea88e1 100644 --- a/src/views/accounts/AccountNew.vue +++ b/src/views/accounts/AccountNew.vue @@ -3,7 +3,7 @@

-
+

Nom

@@ -14,7 +14,7 @@ >{{ $tc('validation.max_char', 30 - name.length, { max: 30 - name.length }) }}

-
+

@@ -28,7 +28,7 @@
-
+

Compte privé / public

-
+
-
+
-
+

@@ -81,7 +81,7 @@

-
+