🔥 Remove minimal crate for PageTop integration

This commit is contained in:
Manuel Cillero 2023-09-25 22:38:33 +02:00
parent 156429beb0
commit 7e21ddbf90
42 changed files with 0 additions and 5430 deletions

View file

@ -16,5 +16,4 @@ license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { version = "0.0", path = "../pagetop" }
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
pagetop-megamenu = { version = "0.0", path = "../pagetop-megamenu" }

View file

@ -24,7 +24,6 @@ impl ModuleTrait for Admin {
#[rustfmt::skip]
fn dependencies(&self) -> Vec<ModuleRef> {
vec![
&pagetop_minimal::Minimal,
&pagetop_megamenu::MegaMenu,
]
}

View file

@ -2,7 +2,6 @@ use crate::LOCALES_ADMIN;
use pagetop::prelude::*;
use pagetop_megamenu::component::{MegaItem, MegaMenu};
use pagetop_minimal::component::*;
pub async fn summary(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
let top_menu = MegaMenu::new()