1 Open Issue Need Help Last updated: Feb 8, 2026

Open Issues Need Help

View All on GitHub

AI Summary: Implement a startup configuration flow for the `SupabaseClient` by prompting users for their Supabase URL and API Key if these credentials are not found. This involves creating a mechanism to save/load these details to a local file, modifying the application's startup sequence to check for them, and displaying a JavaFX popup for user input, finally updating the `SupabaseClient` with the provided values.

Complexity: 3/5
enhancement good first issue