diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-08 16:54:59 +1000 |
| commit | f178c361b35bd0aa668c732c75cd039af3fc6237 (patch) | |
| tree | afdafafb7c36b9751fda1ff2b9449c765d7ccbcf /src/modules/sidebar/alerts.tsx | |
| parent | navbar: add special workspace toggles (diff) | |
| download | caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.gz caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.bz2 caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.zip | |
sidebar: notifpane -> alerts
Diffstat (limited to 'src/modules/sidebar/alerts.tsx')
| -rw-r--r-- | src/modules/sidebar/alerts.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/sidebar/alerts.tsx b/src/modules/sidebar/alerts.tsx new file mode 100644 index 0000000..3dd4b5a --- /dev/null +++ b/src/modules/sidebar/alerts.tsx @@ -0,0 +1,7 @@ +import Notifications from "./modules/notifications"; + +export default () => ( + <box vertical className="pane alerts" name="alerts"> + <Notifications /> + </box> +); |