From 0fd797c92861f6a9bc3219a866382532fd87b3ae Mon Sep 17 00:00:00 2001 From: ntnyq Date: Thu, 18 Jul 2024 01:57:47 +0800 Subject: [PATCH] fix: move toggleRuleView to page rules (#75) --- app/components/NavBar.vue | 13 +------- app/composables/state.ts | 2 +- app/pages/rules.vue | 63 ++++++++++++++++++++++++++------------- 3 files changed, 44 insertions(+), 34 deletions(-) diff --git a/app/components/NavBar.vue b/app/components/NavBar.vue index ab03dc6..19f93c2 100644 --- a/app/components/NavBar.vue +++ b/app/components/NavBar.vue @@ -1,7 +1,7 @@