better UX/UI
This commit is contained in:
@@ -38,10 +38,9 @@ pub(crate) fn router() -> Router<AppState> {
|
||||
"/admin/tables/columns/add/builder",
|
||||
post(logic::update_columns),
|
||||
)
|
||||
// Naming a column and ordering the columns are one backend call but two
|
||||
// forms, because a request that carries both is a request in which a
|
||||
// stale alias can ride along with an unrelated edit. See
|
||||
// `state::AliasForm`.
|
||||
// Naming a column and ordering the columns are one backend call but
|
||||
// separate forms, because a request that carries both lets a stale
|
||||
// alias ride along with an unrelated edit. See `state::AliasForm`.
|
||||
.route("/admin/tables/presentation", get(logic::presentation_page))
|
||||
.route(
|
||||
"/admin/tables/presentation/alias",
|
||||
|
||||
Reference in New Issue
Block a user