Servers App

Changelog

Changelog

All notable changes to the Servers App are documented here.

[Unreleased]

Added

  • Documentation site integration with FlowState docs

Changed

  • Improved error messages for connection failures

Fixed

  • None

[1.0.0] - 2026-01-22

Added

  • Server CRUD Operations: Create, view, edit, and delete RxDB server configurations
  • Active Server Selection: Set and track the currently active server with visual star indicator
  • Connection Testing: Verify server connectivity before saving configurations
  • Email Verification Authentication: Complete login flow with email code verification
  • Token Management: Automatic JWT token storage, refresh, and logout functionality
  • Server List Table: Tabular display with sortable columns and status indicators
  • Empty State: Helpful guidance when no servers are configured
  • Status Bar: Display current mode, server count, and organization context
  • Delete Confirmation: Modal confirmation before deleting server configurations
  • Keyboard Shortcuts:
    • Cmd/Ctrl+N - Add new server
    • Cmd/Ctrl+S - Sync now (when server selected)
  • Default Configuration: Pre-filled development server settings for quick setup
  • Multi-tenant Support: Domain ID, User ID, and Organization ID per server

Technical

  • React Router v6 integration for / and /login/:serverName routes
  • FlowState plugin system integration
  • Framework hooks: useServerConfig, useNavigation
  • FlowstateAuthProvider for authentication context

Version Format

This changelog follows Keep a Changelog format.

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for bug fixes
  • Security for vulnerability fixes
Previous
FAQ