diff --git a/CHANGELOG.md b/CHANGELOG.md index 911592b..4878f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### [1.0.5] +UI Enhancements: + +* `ui/index.html`: Added a link to the Animate.css library for animation effects. +* [`ui/src/App.vue`: Integrated animation classes into various elements, including the header logo, buttons, and alerts. + +Password Management Enhancements: +* `ui/src/pages/Create.vue`: Added functionality to toggle password visibility and generate random passwords, along with corresponding tooltips and animations. +404 Error Page Improvements: +* `ui/src/pages/Error404.vue`: Redesigned the 404 error page with a more user-friendly card layout, including an icon, message, and a button to navigate back home. + +Other Enhancements: +* `ui/src/pages/Create.vue`, `ui/src/pages/View.vue`: Applied animation classes to various elements to provide a more dynamic user experience. + ### [1.0.4] - Reworked CD pipelines to follow semver tagging - added version.yaml diff --git a/ui/index.html b/ui/index.html index ddbc3f8..c130ba8 100755 --- a/ui/index.html +++ b/ui/index.html @@ -1,6 +1,10 @@
+ diff --git a/ui/src/App.vue b/ui/src/App.vue index c4322bf..de55bac 100755 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,14 +1,16 @@+ The page you are looking for does not exist or has been moved. +
+