Files
crowd-funder-for-time-pwa/src/components
Matthew Raymer a71d984b24 refactor: use databaseUtil.updateDefaultSettings for feed filter settings
- Replace direct platform service calls with databaseUtil.updateDefaultSettings
- Remove manual SQL query construction in favor of centralized utility
- Improve code consistency and maintainability
- Add proper error handling through databaseUtil's built-in mechanisms
- Remove unused PlatformServiceFactory import
- Fix SQL syntax errors in clearAll and setAll methods (AND -> comma)
- Ensure both SQLite and Dexie databases are updated consistently

Improves: FeedFilters component architecture and error handling
Fixes: isNearby and filterFeedByVisible settings not being saved properly
2025-06-11 05:19:15 +00:00
..
2025-06-09 09:09:54 -06:00
2025-06-09 09:09:54 -06:00
2025-06-09 19:36:06 +08:00
2025-05-13 22:22:19 -06:00
2025-06-09 09:09:54 -06:00
2025-05-13 20:11:34 -06:00