Skip to content

Commit

Permalink
Updated the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustafaShaaban committed Nov 1, 2024
1 parent ce79a57 commit 8bff32d
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 1 deletion.
79 changes: 79 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@primevue/themes": "^4.1.1",
"@quasar/extras": "^1.16.9",
"@vueuse/core": "^10.9.0",
"lodash.uniqueid": "^4.0.1",
"nanoid": "^5.0.6",
"pinia": "^2.1.7",
"primevue": "^4.1.1",
"quasar": "^2.14.6",
"vue": "^3.4.19",
"vue-multiselect": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/NoteForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function handleSubmit() {
:options="noteTags"
:multiple="true"
:taggable="true"
:close-on-select="false"
:close-on-select="true"
:clear-on-select="false"
>
</multiselect>
Expand Down
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { createPinia } from 'pinia'
import 'vue-multiselect/dist/vue-multiselect.css'
import App from './App.vue'
import { Quasar, Dark, Notify, Dialog } from 'quasar'


import router from './router'

// Import icon libraries
Expand Down

0 comments on commit 8bff32d

Please sign in to comment.