aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: Add all remaining monitor options to group defaultsFuwn2026-01-202-13/+94
* feat: Expand group-level defaults with more monitor optionsFuwn2026-01-202-21/+85
* fix: Support disable_uptime_tooltip in group defaultsFuwn2026-01-201-5/+10
* feat: Add disable_uptime_tooltip optionFuwn2026-01-203-44/+47
* fix: Use correct column name error_message in last failure queryFuwn2026-01-201-5/+7
* feat: Add uptime tooltip showing last failure time and reasonFuwn2026-01-203-45/+111
* feat: Add custom_head option for injecting HTML into headFuwn2026-01-204-5/+12
* fix: Use generic error message for unknown error typesFuwn2026-01-201-5/+1
* fix: Remove detailed error from tooltip to prevent URL leakageFuwn2026-01-201-1/+1
* fix: Simplify error messages in monitor displayFuwn2026-01-202-3/+50
* style: Update tab title format to show up/down countsFuwn2026-01-201-1/+1
* style: Use arrow icons for tab title statusFuwn2026-01-201-1/+1
* feat: Add status indicator to browser tab titleFuwn2026-01-203-5/+21
* fix: Auto-select first item in command paletteFuwn2026-01-201-4/+3
* fix: Scroll selected item into view in command paletteFuwn2026-01-201-0/+8
* feat: Add command palette for quick navigationFuwn2026-01-202-1/+328
* fix: Hide ping in tooltips when hide_ping is enabledFuwn2026-01-202-6/+30
* feat: Add hide_ping option to hide response timeFuwn2026-01-204-2/+4
* fix: Add database type to config validationFuwn2026-01-201-2/+5
* feat: Add database connection monitoring typeFuwn2026-01-204-6/+562
* feat: Add configurable UI scale optionFuwn2026-01-206-16/+30
* fix: Allow non-HTTP URL schemes in monitor linksFuwn2026-01-201-2/+2
* style: Remove default link underline stylingFuwn2026-01-202-2/+7
* feat: Add clickable link option for monitor namesFuwn2026-01-204-1/+5
* refactor: Use CSS prefers-color-scheme instead of JS-based theme toggleFuwn2026-01-206-134/+89
* chore: Add justfileFuwn2026-01-201-0/+84
* fix: Prevent flash of light mode on page loadFuwn2026-01-202-33/+36
* fix: Prevent flash of light mode on page loadFuwn2026-01-201-6/+6
* fix: Use consistent CSS selectors for theme variable overridesFuwn2026-01-201-2/+4
* refactor: Use CSS variable overrides for proper theme integrationFuwn2026-01-202-178/+49
* feat: Improve theme CSS mappings for comprehensive stylingFuwn2026-01-201-40/+108
* fix: Support both single-color and dual-mode theme formatsFuwn2026-01-191-10/+24
* feat: Add OpenCode-compatible theme loaderFuwn2026-01-195-2/+314
* fix: Remove duplicate monitor name validation across groupsFuwn2026-01-192-5/+2
* docs: Remove completed features from ideas.mdFuwn2026-01-191-4/+0
* feat: Add ICMP, DNS, and GraphQL monitor typesFuwn2026-01-199-9/+754
* feat: Add disable_ping_tooltips option to hide ping hover detailsFuwn2026-01-194-46/+58
* fix: Preserve config formatting when updating reset flagFuwn2026-01-191-22/+53
* feat: Add configurable user_agent to bypass bot detectionFuwn2026-01-193-1/+11
* feat: Change default favicon to wind chime emoji (🎐)Fuwn2026-01-191-1/+1
* feat: Add wind emoji (💨) as default faviconFuwn2026-01-191-1/+5
* feat: Add round_uptime option to round uptime percentagesFuwn2026-01-196-0/+27
* feat: Add group defaults, content checking, SSL tracking for Gemini, hide/rou...Fuwn2026-01-196-83/+229
* feat: Add reset_on_next_check flag to wipe monitor historyFuwn2026-01-195-25/+128
* docs: Add TOFU certificate tracking to future ideasFuwn2026-01-191-0/+8
* feat: Add Gemini protocol supportFuwn2026-01-194-3/+239
* feat: Add retry option for monitor checksFuwn2026-01-196-1/+55
* feat: Add browser timezone option for client-side time displayFuwn2026-01-193-23/+183
* fix: Implement response buffering to prevent broken pipe errorsFuwn2026-01-191-5/+15
* feat: Simplify Docker to single data volume mountFuwn2026-01-194-8/+23