diff --git a/screenshots/1-add-message-ways.png b/screenshots/1-add-message-ways.png deleted file mode 100644 index 711d5e4..0000000 Binary files a/screenshots/1-add-message-ways.png and /dev/null differ diff --git a/screenshots/2-add-message-task.png b/screenshots/2-add-message-task.png deleted file mode 100644 index e088297..0000000 Binary files a/screenshots/2-add-message-task.png and /dev/null differ diff --git a/screenshots/3-send-message.png b/screenshots/3-send-message.png deleted file mode 100644 index 906dd33..0000000 Binary files a/screenshots/3-send-message.png and /dev/null differ diff --git a/web/package-lock.json b/web/package-lock.json index 924290a..0aed61d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,11 +1,11 @@ { - "name": "my-vue-app", + "name": "message-nest-web", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "my-vue-app", + "name": "message-nest-web", "version": "0.0.0", "dependencies": { "@tailwindcss/vite": "^4.1.11", diff --git a/web/package.json b/web/package.json index a82bfc7..cde0510 100644 --- a/web/package.json +++ b/web/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite", "demo": "vite --mode demo", "build:demo": "vite build --mode demo", "build": "vue-tsc -b && vite build", diff --git a/web/src/components/pages/settings/SiteSettings.vue b/web/src/components/pages/settings/SiteSettings.vue index a2db766..30e4b47 100644 --- a/web/src/components/pages/settings/SiteSettings.vue +++ b/web/src/components/pages/settings/SiteSettings.vue @@ -160,8 +160,3 @@ export default { - \ No newline at end of file diff --git a/web/src/components/ui/Pagination.vue b/web/src/components/ui/Pagination.vue index c12000c..dc3eba1 100644 --- a/web/src/components/ui/Pagination.vue +++ b/web/src/components/ui/Pagination.vue @@ -1,23 +1,65 @@ + + diff --git a/web/src/components/ui/pagination/PaginationContent.vue b/web/src/components/ui/pagination/PaginationContent.vue new file mode 100644 index 0000000..a2f0341 --- /dev/null +++ b/web/src/components/ui/pagination/PaginationContent.vue @@ -0,0 +1,22 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationEllipsis.vue b/web/src/components/ui/pagination/PaginationEllipsis.vue new file mode 100644 index 0000000..3a43a13 --- /dev/null +++ b/web/src/components/ui/pagination/PaginationEllipsis.vue @@ -0,0 +1,25 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationFirst.vue b/web/src/components/ui/pagination/PaginationFirst.vue new file mode 100644 index 0000000..ff9d1ae --- /dev/null +++ b/web/src/components/ui/pagination/PaginationFirst.vue @@ -0,0 +1,33 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationItem.vue b/web/src/components/ui/pagination/PaginationItem.vue new file mode 100644 index 0000000..0f77345 --- /dev/null +++ b/web/src/components/ui/pagination/PaginationItem.vue @@ -0,0 +1,34 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationLast.vue b/web/src/components/ui/pagination/PaginationLast.vue new file mode 100644 index 0000000..c9e58a4 --- /dev/null +++ b/web/src/components/ui/pagination/PaginationLast.vue @@ -0,0 +1,33 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationNext.vue b/web/src/components/ui/pagination/PaginationNext.vue new file mode 100644 index 0000000..cc0abe4 --- /dev/null +++ b/web/src/components/ui/pagination/PaginationNext.vue @@ -0,0 +1,33 @@ + + + diff --git a/web/src/components/ui/pagination/PaginationPrevious.vue b/web/src/components/ui/pagination/PaginationPrevious.vue new file mode 100644 index 0000000..b058dda --- /dev/null +++ b/web/src/components/ui/pagination/PaginationPrevious.vue @@ -0,0 +1,33 @@ + + + diff --git a/web/src/components/ui/pagination/index.ts b/web/src/components/ui/pagination/index.ts new file mode 100644 index 0000000..51ae7fd --- /dev/null +++ b/web/src/components/ui/pagination/index.ts @@ -0,0 +1,8 @@ +export { default as Pagination } from "./Pagination.vue" +export { default as PaginationContent } from "./PaginationContent.vue" +export { default as PaginationEllipsis } from "./PaginationEllipsis.vue" +export { default as PaginationFirst } from "./PaginationFirst.vue" +export { default as PaginationItem } from "./PaginationItem.vue" +export { default as PaginationLast } from "./PaginationLast.vue" +export { default as PaginationNext } from "./PaginationNext.vue" +export { default as PaginationPrevious } from "./PaginationPrevious.vue"