Vue Components
+
UserProfileCe
+
DownloadApiLogsCe
+
AuthCe
+
KeyActionsCe
+
LaunchpadCe
+
PluginPromoCe
+
WanIpCheckCe
+
CallbackHandlerCe
Web Components
+ UserProfileCe
+ DownloadApiLogsCe
+ AuthCe
+ KeyActionsCe
+ LaunchpadCe
+ PluginPromoCe
+ WanIpCheckCe
+ CallbackHandlerCe
-
\ No newline at end of file
diff --git a/assets/main.css b/assets/main.css
index 58614f358..e0c122c56 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -2,6 +2,18 @@
@tailwind components;
@tailwind utilities;
+/*
+darkTheme
+alpha: '#1c1b1b',
+beta: '#f2f2f2',
+gamma: '#999999',
+
+lightTheme
+alpha: '#f2f2f2',
+beta: '#1c1b1b',
+gamma: '#999999',
+*/
+
body {
--color-alpha: #1c1b1b;
--color-beta: #f2f2f2;
@@ -23,7 +35,7 @@ body {
width: 0;
height: 0;
top: -10px;
- right: 37px;
+ right: 40px;
border-right: 11px solid transparent;
border-bottom: 11px solid var(--color-alpha);
border-left: 11px solid transparent;
diff --git a/components/KeyActions.ce.vue b/components/KeyActions.ce.vue
index 187deb47b..01f19c26d 100644
--- a/components/KeyActions.ce.vue
+++ b/components/KeyActions.ce.vue
@@ -1,12 +1,27 @@