Add hourly sync and crow loudly if it finds a discrepancy

This commit is contained in:
Jack Kingsman
2026-03-10 14:47:18 -07:00
parent 738e0b9815
commit d0ed3484ce
8 changed files with 132 additions and 29 deletions
+1 -3
View File
@@ -183,9 +183,7 @@ describe('SettingsModal', () => {
renderModal();
openRadioSection();
expect(
screen.getByText(/Configured radio contact capacity/i)
).toBeInTheDocument();
expect(screen.getByText(/Configured radio contact capacity/i)).toBeInTheDocument();
});
it('saves changed max contacts value through onSaveAppSettings', async () => {