From b59c6c8b58dd509c08777090561ff14c4e56e0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Mon, 1 Jun 2026 17:50:17 +0200 Subject: [PATCH] Table formatting WIP --- static/images/icon_table.svg | 49 ++++++++++++++++++++++++++++++++++++ static/js/page_node.mjs | 44 ++++++++++++++++++++++++++++++-- 2 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 static/images/icon_table.svg diff --git a/static/images/icon_table.svg b/static/images/icon_table.svg new file mode 100644 index 0000000..9379dfc --- /dev/null +++ b/static/images/icon_table.svg @@ -0,0 +1,49 @@ + + + + + + + + table + + + diff --git a/static/js/page_node.mjs b/static/js/page_node.mjs index fc050d4..753aa46 100644 --- a/static/js/page_node.mjs +++ b/static/js/page_node.mjs @@ -9,7 +9,7 @@ export class N2PageNodeUI extends CustomHTMLElement {