You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move nav config to app.config and update types interface
- Refactor navigation configuration to be managed in app.config.ts, removing
the redundant sidebar script setup in ZSidebar.vue.
- Implement date-fns for improved date formatting in Article.vue and
blog.get.ts, enhancing readability and localization.
- Update badges with margin and inline-flex styling in Badge.vue, and
standardize the use of 'badge-text' class in Title.vue.
- Replace NuxtLink with ZRawLink component across various components for better
control over external links.
- Optimize article list rendering by simplifying the article computed property
in article.vue.
- Ensure all lines in commit messages are under 100 characters for better
readability and adherence to best practices.
BREAKING CHANGE: Navigation configuration is now centralized in app.config.ts.
Update your components to use appConfig.nav instead of local variables.
0 commit comments