From ce7710d1b4339338c91d4b8b4eda7c66a4b085ca Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 31 Aug 2025 19:40:12 +0200 Subject: [PATCH] feat: Add comprehensive database status web interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Create /database page showing database statistics, size, and location - Display storage efficiency, page statistics, and optimization info - Show external data sources with license information and load status - Include auto-refresh functionality and navigation links - Implement CSS overrides to fix scrolling issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/static/database.html | 360 ++++++++++++++++++++++++++++++++++++ 1 file changed, 360 insertions(+) create mode 100644 assets/static/database.html diff --git a/assets/static/database.html b/assets/static/database.html new file mode 100644 index 0000000..cec9db8 --- /dev/null +++ b/assets/static/database.html @@ -0,0 +1,360 @@ + + + + + + Database Status - SkyView + + + + + + + +
+ +
+

📊 Database Statistics

+
Loading database statistics...
+
+ + +
+

📦 External Data Sources

+
Loading data sources...
+
+
+ + + + \ No newline at end of file