From b1ff446c7f17c9c76f225671faaab763068d214f Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:18:52 +0700 Subject: [PATCH 01/14] Add fontawesome and datatable on head --- costapy-templates/prime/html/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/costapy-templates/prime/html/index.html b/costapy-templates/prime/html/index.html index 763af79..966f3cd 100644 --- a/costapy-templates/prime/html/index.html +++ b/costapy-templates/prime/html/index.html @@ -6,6 +6,8 @@ ${title} + + ${navbar} From ab5e997241fff213bcb0feaa620ac78df099a4d5 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:19:23 +0700 Subject: [PATCH 02/14] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58772b9..114083a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A prime dashboard based on bootstrap 5 import templates.prime.main as template_dashboard params["mako"] = { - "website" : template_dashboard.main(directory.page["dashboard"], "users") + "website" : template_dashboard.main("pages/dashboard", "users") } ``` From ffc0cc13e779b164320400cf7066e1673271fe53 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:20:31 +0700 Subject: [PATCH 03/14] Add fontawesome and datatable on head --- html/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/index.html b/html/index.html index 15b15bd..729b760 100644 --- a/html/index.html +++ b/html/index.html @@ -7,6 +7,8 @@ Prime + + From ab203e01ce97df46068e576cbc4122075b0f0e0e Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 29 Sep 2024 19:21:00 +0700 Subject: [PATCH 04/14] Make a navbar fixed on top --- costapy-templates/prime/html/navbar.html | 2 +- html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/costapy-templates/prime/html/navbar.html b/costapy-templates/prime/html/navbar.html index 98b8a08..3eae64e 100644 --- a/costapy-templates/prime/html/navbar.html +++ b/costapy-templates/prime/html/navbar.html @@ -1,5 +1,5 @@ -