From 192e68224dc29b81e7b151966d149184e2dcc16b Mon Sep 17 00:00:00 2001 From: T guntenaar Date: Mon, 3 Jun 2024 19:25:45 +0200 Subject: [PATCH] Feat/single-click-submit-events (#808) * removed pages and changed the menu * switch indexer * added missing replace REPL_DEVHUB with devhub.near templates * update category front end * update logo banner text and colors * Edit admin and about page, remove footer * about page * remove restricted labels tab * edit members button different color * change package.json and replacements.mainnet.json * added labels support * remove log * remove track visits * fix minor bugs * removed request sponsor field from proposal UI * add labels to feed * skip tests unrelated to events-committee portal * fix last bugs events committee * update tests * fix search by labels * replicated decision stage from commit e47854b23de12ad60b09e1fc5427ba788c335234 * updated indexer * fix loading with 0 proposals * fix: dont ask me again * fmt * rebase with devhub main * scroll author container in feed page * add labels in logs * feat: github action to deploy events-committee * fmt * test: fix admin spec * feat: single click submit --------- Co-authored-by: Megha-Dev-19 <100185149+Megha-Dev-19@users.noreply.github.com> --- src/devhub/components/templates/AppLayout.jsx | 12 ------------ src/devhub/entity/proposal/Editor.jsx | 7 ++++--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/devhub/components/templates/AppLayout.jsx b/src/devhub/components/templates/AppLayout.jsx index e651abfe2..aa09561e1 100644 --- a/src/devhub/components/templates/AppLayout.jsx +++ b/src/devhub/components/templates/AppLayout.jsx @@ -46,17 +46,6 @@ const AppHeader = ({ page }) => ( /> ); -const Footer = (props) => { - return ( - - ); -}; - function AppLayout({ page, children }) { return ( @@ -66,7 +55,6 @@ function AppLayout({ page, children }) { {children} - {/*