mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
* Implement indexer rule editing for locations - Partially implement IndexerRuleEditor (missing indexer rule creation) - Update AddLocationDialog to use IndexerRuleEditor instead of checkboxes - Enable IndexerRuleEditor on the Location settings page - Improve error handling on the Location settings page * Change location data retrieve logic on settings page - Improve error handling on settings page (don't send NaN to backend) - Add disabled prop to Form component - Wait for data before allowing edits on location settings page - Change some snake_case object properties to camelCase - Fix a small error in rspc client that transformed any falsy argument value to null * Remove console.log * Fix issue with errors only being handled during the first load of the location settings page