diff --git a/frontend/src/views/CreateTimerecord.vue b/frontend/src/views/CreateTimerecord.vue index beff96a..2f473a0 100644 --- a/frontend/src/views/CreateTimerecord.vue +++ b/frontend/src/views/CreateTimerecord.vue @@ -1,7 +1,7 @@ - + - Details + Details @@ -33,7 +33,7 @@ ref="menu" v-model="menu" :close-on-content-click="false" - :nudge-right="40" + :nudge-right="40" transition="scale-transition" offset-y min-width="290px" @@ -47,9 +47,7 @@ v-on="on" > - - - + @@ -57,7 +55,7 @@ ref="menu2" v-model="menu2" :close-on-content-click="false" - :nudge-right="40" + :nudge-right="40" transition="scale-transition" offset-y min-width="290px" @@ -71,9 +69,7 @@ v-on="on" > - - - + @@ -146,68 +142,65 @@ \ No newline at end of file + listen.addEventListener("keyup", e => { + if (e.keyCode === 13) { + e.preventDefault(); + this.addRecord(); + } + }); + } + }; + diff --git a/frontend/src/views/EditTimerecord.vue b/frontend/src/views/EditTimerecord.vue index 2e3d8c5..9ab41c0 100644 --- a/frontend/src/views/EditTimerecord.vue +++ b/frontend/src/views/EditTimerecord.vue @@ -1,9 +1,9 @@ - + Details - + - + - + - + - - - + @@ -132,45 +130,46 @@ + \ No newline at end of file + }; + diff --git a/frontend/src/views/TimeRecordItem.vue b/frontend/src/views/TimeRecordItem.vue index c70eb46..970f0bd 100644 --- a/frontend/src/views/TimeRecordItem.vue +++ b/frontend/src/views/TimeRecordItem.vue @@ -2,16 +2,14 @@ - - {{timeRecord.date}} + {{timeRecord.date}} - mdi-currency-usdmdi-currency-usd-off{{" " + timeRecord.type}} + + mdi-currency-usd + mdi-currency-usd-off{{" " + timeRecord.type}} + @@ -33,7 +31,7 @@ - + mdi-account-tie{{" " + timeRecord.account}} @@ -54,7 +52,8 @@ mdi-pencil - + mdi-file-document-edit @@ -67,16 +66,16 @@ \ No newline at end of file + .v-card { + border-color: #131313 !important; + border-width: 3px !important; + border-radius: 10000px !important; + } + diff --git a/frontend/src/views/TimeRecords.vue b/frontend/src/views/TimeRecords.vue index bf3c9e2..7830929 100644 --- a/frontend/src/views/TimeRecords.vue +++ b/frontend/src/views/TimeRecords.vue @@ -9,7 +9,7 @@ - + mdi-arrow-left @@ -18,147 +18,144 @@ mdi-arrow-right - + - + mdi-plus - \ No newline at end of file + diff --git a/frontend/src/views/TimeTrackAccountItem.vue b/frontend/src/views/TimeTrackAccountItem.vue index 37cdd2c..bc671e1 100644 --- a/frontend/src/views/TimeTrackAccountItem.vue +++ b/frontend/src/views/TimeTrackAccountItem.vue @@ -24,22 +24,19 @@ - + mdi-close mdi-pencil - + mdi-file-document-edit - + mdi-delete @@ -49,19 +46,19 @@ \ No newline at end of file + .v-card { + border-color: #131313 !important; + border-width: 3px !important; + border-radius: 10000px !important; + } +
Details
mdi-currency-usdmdi-currency-usd-off{{" " + timeRecord.type}}
+ mdi-currency-usd + mdi-currency-usd-off{{" " + timeRecord.type}} +
mdi-account-tie{{" " + timeRecord.account}}