Your one-stop-cake-shop for everything Freshly Baked has to offer

refactor(m): split into separate files #189

closed opened by a.starrysky.fyi targeting main from private/minion/push-xpqrvpwlrtsk

I'm about to add regex support to menu, but before I do it might be nice to tidy things out a bit. Doing that will allow me to make something that is a bit more obvious how it extends the existing code

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mdj5iloyin22
+1 -1
Interdiff #1 #2
menu/src/auth.rs

This file has not been changed.

menu/src/direct.rs

This file has not been changed.

menu/src/main.rs

This file has not been changed.

+1 -1
menu/src/static_html.rs
··· 9 9 use std::fs; 10 10 use tower_sessions::Session; 11 11 12 - use crate::{clean_host, direct, ensure_authenticated, get_token}; 12 + use crate::{auth::get_token, clean_host, direct, ensure_authenticated}; 13 13 14 14 /// include_str, but if DEVELOPMENT then the string is dynamically fetched for easy reloading 15 15 /// to support this, the string is *always* owned.

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
refactor(m): split into separate files
5/5 success
expand
expand 0 comments
closed without merging
1 commit
expand
refactor(m): split into separate files
1/5 failed, 4/5 success
expand
expand 0 comments
1 commit
expand
refactor(m): split into separate files
1/5 failed, 4/5 success
expand
expand 0 comments
1 commit
expand
refactor(m): split into separate files
1/5 failed, 4/5 success
expand
expand 0 comments