alemi
ea655be121
... yet! this fixes the weird bug that resets timeline scroll when coming back from users (annoying!). also slightly better spacing for things and more consistent loading buttons. its a big refactor and its underway but there's so much in progress that ill commit this big chunk as is and i totally wont regret it later when i need to remember what i was moving where aha
14 lines
204 B
Rust
14 lines
204 B
Rust
mod about;
|
|
pub use about::AboutPage;
|
|
|
|
mod config;
|
|
pub use config::ConfigPage;
|
|
|
|
mod debug;
|
|
pub use debug::DebugPage;
|
|
|
|
mod register;
|
|
pub use register::RegisterPage;
|
|
|
|
mod search;
|
|
pub use search::SearchPage;
|