index
:
kaze
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
server
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add disable_uptime_tooltip option
Fuwn
2026-01-20
1
-23
/
+25
*
feat: Add uptime tooltip showing last failure time and reason
Fuwn
2026-01-20
1
-44
/
+78
*
feat: Add custom_head option for injecting HTML into head
Fuwn
2026-01-20
1
-4
/
+6
*
fix: Use generic error message for unknown error types
Fuwn
2026-01-20
1
-5
/
+1
*
fix: Simplify error messages in monitor display
Fuwn
2026-01-20
1
-0
/
+49
*
feat: Add status indicator to browser tab title
Fuwn
2026-01-20
1
-3
/
+20
*
fix: Hide ping in tooltips when hide_ping is enabled
Fuwn
2026-01-20
1
-5
/
+29
*
feat: Add hide_ping option to hide response time
Fuwn
2026-01-20
1
-0
/
+2
*
feat: Add configurable UI scale option
Fuwn
2026-01-20
1
-0
/
+2
*
fix: Allow non-HTTP URL schemes in monitor links
Fuwn
2026-01-20
1
-2
/
+2
*
feat: Add clickable link option for monitor names
Fuwn
2026-01-20
1
-0
/
+2
*
refactor: Use CSS prefers-color-scheme instead of JS-based theme toggle
Fuwn
2026-01-20
1
-2
/
+0
*
refactor: Use CSS variable overrides for proper theme integration
Fuwn
2026-01-20
1
-2
/
+2
*
feat: Add OpenCode-compatible theme loader
Fuwn
2026-01-19
1
-2
/
+18
*
feat: Add disable_ping_tooltips option to hide ping hover details
Fuwn
2026-01-19
1
-14
/
+16
*
feat: Add browser timezone option for client-side time display
Fuwn
2026-01-19
1
-7
/
+18
*
fix: Implement response buffering to prevent broken pipe errors
Fuwn
2026-01-19
1
-5
/
+15
*
fix: Remove superfluous WriteHeader call in template error handling
Fuwn
2026-01-19
1
-1
/
+1
*
feat: Initial commit
Fuwn
2026-01-17
1
-0
/
+839