Open Issues Need Help
View All on GitHub Add startup popup for Supabase configuration 13 days ago
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