mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
hey rob, please get the fuck out, and stop pinging @birds commit: feat: remove unused components and layouts, add error handling page, and update navigation links
- Deleted unused `headlines.vue`, `admin.vue`, and `newsorg.vue` layouts. - Consolidated `newsOrgAbout` functionality into a single `newsOrgAbout.vue` component. - Added error handling page with dynamic error messages. - Updated navigation to include a new "Learn More" link. - Adjusted translations for "Learn More" in both English and Traditional Chinese. - Increased dimensions for the "Hot News" app window.
This commit is contained in:
parent
3c3b65c18e
commit
ee13960f0b
10 changed files with 87 additions and 137 deletions
|
@ -1,6 +0,0 @@
|
|||
<script setup lang="ts"></script>
|
||||
<template>
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
|
@ -1,15 +0,0 @@
|
|||
<script setup lang="ts">
|
||||
import Navigation from "~/components/navigation.vue";
|
||||
import Footer from "~/components/footer.vue";
|
||||
</script>
|
||||
<template>
|
||||
<nav>
|
||||
<Navigation />
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot />
|
||||
</main>
|
||||
<footer>
|
||||
<Footer />
|
||||
</footer>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue