Skip to main content

One post tagged with "Improvement"

Enhancements to existing functionality

View All Tags

January–February 2026 Updates

Here is a summary of what changed across Rocketadmin in January–February 2026.

Features

  • AI assistant panel — A new AI insights panel is available on every table view. Ask questions about your data, get suggestions for exploring columns, and receive answers with tables and charts directly in the sidebar. The panel supports expand/collapse modes, conversation history, and categorized prompt suggestions.
  • Dashboards with chart widgets — Create custom dashboards with drag-and-resize chart widgets (bar, line, pie, doughnut, polar area). Link charts to saved SQL queries and configure time-based axes for datetime data. Dashboards include a sidebar for switching between dashboards and widgets.
  • Saved SQL queries (Charts) — Write and save custom SQL queries with a built-in Monaco editor. Preview results as interactive charts, choose chart types, and reuse queries across multiple dashboard widgets.
  • Column sorting with default sort — Click any column header to sort ascending or descending. Set a default sort that persists across page reloads and takes priority over URL parameters.
  • Fast filters with quick edit — Fast filters now support a "quick edit" toggle per field, allowing you to edit filtered values directly in the table view without opening the record.
  • Self-hosted setup page — New self-hosted installations now show a dedicated setup page for creating the initial admin account, instead of the standard login form.
  • Cloudflare Turnstile captcha — Registration and member invitation forms in SaaS mode now include Cloudflare Turnstile captcha verification for improved security.
  • Audit log improvements — The audit log now displays user names alongside emails, uses clear action labels (Created, Deleted, Edited, Viewed), includes action icons with color coding, logs CSV export operations, and shows a status badge for successful operations.
  • Company Secrets — A new Company Secrets feature lets you securely store and manage credentials and API keys at the company level.
  • Profile sidebar navigation — Settings pages (Branding, API Keys, SAML SSO, Pricing) are now organized under a collapsible sidebar for easier navigation.
  • S3 widget image support — The S3 file widget now supports image preview, uses secure nanoid-based file keys, and correctly displays filenames in the upload preview.
  • ScyllaDB and CassandraDB documentation — New user guides for connecting ScyllaDB and CassandraDB databases.

Improvements

  • Redesigned alert and banner components — Alerts now use a cleaner design with color-mix backgrounds, themed borders, and larger icons. Warning, error, info, and success states are visually distinct across light and dark themes.
  • IBM Plex Mono font for data tables — Table data now uses IBM Plex Mono for improved readability. Numeric values (numbers, money, IDs) are right-aligned for easier scanning.
  • Material Symbols migration — All icons have been migrated from Google Fonts Material Icons to self-hosted Material Symbols, eliminating external font dependencies and improving load times.
  • Updated primary color to blue — The dashboard primary color has been updated from charcoal to blue (#2563eb) to match the landing page branding.
  • Widgets displayed as table — Dashboard widgets are now shown in a table view with chart type previews, relative timestamps, and streamlined actions instead of cards.
  • Personal table settings — Column visibility, column order, and default sorting are now saved per user, so each team member can customize their own table view.
  • Database list updated — The connection setup page now shows compatible databases (ScyllaDB, CassandraDB) alongside primary database types with links to documentation.
  • Landing page improvements — Added About Us page, use case pages with dropdown navigation, terms/privacy/GDPR pages, updated footer links, and improved text contrast on legal pages.
  • Zapier moved to user menu — The Zapier integration link has been moved from the connections list to the user dropdown menu for cleaner navigation.
  • AI model upgraded — The AI assistant now uses GPT-5 with increased processing depth and conversation history for better results.

Fixes

  • S3 widget filename display — Fixed the S3 widget showing broken file paths instead of the actual filename in the upload preview.
  • Demo mode login flash — Fixed the login form briefly flashing on screen when loading in demo mode before the automatic login completes.
  • Table sorting button position — Fixed the sorting button alignment in the table view header.
  • Filter chips dark theme — Fixed filter chip colors not displaying correctly in dark theme.
  • Copy button position for right-aligned widgets — The copy button now appears on the left side for right-aligned numeric fields, staying within cell bounds.
  • Fast filter toggle icons — Fixed incorrect toggle icons in the fast filters dialog.
  • Setup page blank screen — Fixed a blank page error on the self-hosted /setup route caused by a missing password strength provider.
  • Default table sorting — Fixed default sort not being applied correctly when switching between tables.
  • Secrets dialog spacing — Fixed top spacing in the Add Secret dialog and updated S3 widget hints.
  • Token interceptor for HTTPS — Fixed the authentication token interceptor to work correctly with HTTPS connections.