From 55bdd4fffc9f648b345e6d83610abb735ce74358 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 21 Feb 2025 22:44:14 +0100 Subject: [PATCH] views: add TODO comment --- src/views/desktop.ejs | 1 + src/views/login.ejs | 1 + src/views/mobile.ejs | 1 + src/views/set_password.ejs | 1 + src/views/setup.ejs | 1 + 5 files changed, 5 insertions(+) diff --git a/src/views/desktop.ejs b/src/views/desktop.ejs index 029f8cbce..5c624cf49 100644 --- a/src/views/desktop.ejs +++ b/src/views/desktop.ejs @@ -7,6 +7,7 @@ + <% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %> TriliumNext Notes diff --git a/src/views/login.ejs b/src/views/login.ejs index 53b2a94ce..55ef3a47b 100644 --- a/src/views/login.ejs +++ b/src/views/login.ejs @@ -9,6 +9,7 @@ + <% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %> diff --git a/src/views/mobile.ejs b/src/views/mobile.ejs index eaa3bd563..3660d0087 100644 --- a/src/views/mobile.ejs +++ b/src/views/mobile.ejs @@ -10,6 +10,7 @@ TriliumNext Notes + <% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/ %>