diff --git a/frontend/src/components/AppHeader.vue b/frontend/src/components/AppHeader.vue index d366490..07fad8a 100644 --- a/frontend/src/components/AppHeader.vue +++ b/frontend/src/components/AppHeader.vue @@ -5,7 +5,6 @@ import { useTheme } from "@/composables/useTheme"; import { useShortcuts } from "@/composables/useShortcuts"; import { useAuthStore } from "@/stores/auth"; import { useChatStore } from "@/stores/chat"; -import { useSettingsStore } from "@/stores/settings"; import AppLogo from "@/components/AppLogo.vue"; import NotificationBell from "@/components/NotificationBell.vue"; @@ -13,7 +12,6 @@ const { theme, toggleTheme } = useTheme(); const { toggleShortcuts } = useShortcuts(); const authStore = useAuthStore(); const chatStore = useChatStore(); -const settingsStore = useSettingsStore(); const router = useRouter(); const route = useRoute(); @@ -78,9 +76,7 @@ router.afterEach(() => {
- The Briefing is a daily conversation that summarises your day — tasks, calendar, - weather, and news — and checks in a few times throughout the day. -
-- It learns from your responses over time and adapts to your schedule. - Let's take a minute to set it up. -
-- Enter your home and work addresses. The briefing uses these to fetch weather - for the right places. You can skip either one. -
- -- The 8am slot is labelled "you're at the office" on days you have marked as office days. - Toggle any days you typically commute. -
- -- Add RSS or Atom feeds and the briefing will summarise recent items each morning. - You can add or remove feeds any time in Settings. -
- -- Configure your daily briefing — a conversation that summarises your day, - weather, and RSS feeds on a schedule. -
- - -Start daily briefings at the configured slots.
-Enter addresses for weather lookup. Click "Look up" to geocode.
- -Look up weather for locations in today's calendar events.
-Each active slot posts an update into your briefing conversation at the listed local time.
-- Firing in timezone: {{ userTimezone || 'UTC (not configured — set in General settings)' }} -
-Subscribe to RSS/Atom feeds and include news in your briefings.
-Add RSS or Atom feeds to be summarised in your morning briefing.
-No feeds yet. Try adding Reuters, BBC World, or Hacker News.
- -- Tell the briefing what topics you care about. Topics are matched against - classified RSS items before each briefing runs. -
-- technology · science · politics · business · health · environment · - local · entertainment · sports · other -
-Custom terms are also accepted.
-