feat: add Region & Language page

This commit is contained in:
Michael Murphy 2024-11-11 17:25:09 +01:00 committed by GitHub
parent 42a3061da0
commit 8a20cbc748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1211 additions and 189 deletions

View file

@ -75,6 +75,7 @@ pub trait Page<Message: 'static>: Downcast {
}
/// Assigns the entity ID of the page to the page.
#[allow(unused)]
fn set_id(&mut self, entity: Entity) {}
/// The title to display in the page header.