Feature: Settings As a user I want to view app settings and database statistics. Background: Given I am on the "settings" page Scenario: Settings page shows sections Then the page title should be "Settings" And I should see "Database" And I should see "Sync" And I should see "About" Scenario: Database stats show counts Then I should see "Items" And I should see "Locations" Scenario: About section shows version Then I should see "SolidHaus v0.1.0" And I should see "Data is stored locally" Scenario: Settings visual appearance Then the page should match the screenshot "settings-page"