mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-21 21:07:17 +00:00
* Fix case-sensitive table names and cross-database identifier quoting Use proper identifier quoting helpers (quoteIdentifier, buildFullyQualifiedTableRef) everywhere SQL is constructed, instead of raw string interpolation. Fixes failures with mixed-case table names on PostgreSQL (e.g. "Organization") and wrong quote characters for MySQL/MSSQL. * UI design improvements and unify color palette to blue across monorepo - Migrate accent color from cyan (#22d3ee) to blue (#6b8cf5) across web, docs, video, and email templates for brand consistency - Improve light mode: stronger borders, darker muted text, distinct chart colors (were all identical gray) - Simplify empty states: remove icon circle, lead with keyboard shortcut on CTA button - Reduce sidebar density: group related sections, hide empty sections when no connection is active, fewer separators - Add toolbar hierarchy: vertical dividers between query actions and utility actions, Focus button is now icon-only - Update .impeccable.md and CLAUDE.md to reflect blue as canonical accent color * Fix health monitor ambiguous column errors and table sizes performance - Qualify all column references in cache hit ratios query with table aliases - Rewrite table sizes query to use OID-based size functions instead of repeated string-based lookups, add LIMIT 50 - Cap table sizes card height at 500px with sticky header for scrollability * Fix MSSQL LIMIT syntax in resolveFK, collapse duplicate LIKE branches --------- Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| images | ||
| favicon.svg | ||
| robots.txt | ||
| sitemap.xml | ||