aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/modules/overview/main.js
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2024-05-09 00:35:23 +0900
committerGitHub <noreply@github.com>2024-05-09 00:35:23 +0900
commit472661662b29ec932f017e44a36a63b0dc61ac38 (patch)
tree2217d9d7a5168d2eb367f0b486c6a3238b769b24 /config/ags/modules/overview/main.js
parent8e9b6f015038ae76ce68035d6aee7ff88a5be06c (diff)
parent25cbdc6a01177a5da063458438cc9ea10271ec9f (diff)
Merge pull request #247 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/ags/modules/overview/main.js')
-rw-r--r--config/ags/modules/overview/main.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/ags/modules/overview/main.js b/config/ags/modules/overview/main.js
new file mode 100644
index 00000000..1f5348d9
--- /dev/null
+++ b/config/ags/modules/overview/main.js
@@ -0,0 +1,18 @@
+import Widget from 'resource:///com/github/Aylur/ags/widget.js';
+import { SearchAndWindows } from "./windowcontent.js";
+import PopupWindow from '../.widgethacks/popupwindow.js';
+
+export default (id = '') => PopupWindow({
+ name: `overview${id}`,
+ exclusivity: 'ignore',
+ keymode: 'exclusive',
+ visible: false,
+ // anchor: ['middle'],
+ layer: 'overlay',
+ child: Widget.Box({
+ vertical: true,
+ children: [
+ SearchAndWindows(),
+ ]
+ }),
+})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage