From bc9235736c34768f6e18221b763b7bfb48954c68 Mon Sep 17 00:00:00 2001 From: Zainab Date: Thu, 28 Sep 2023 00:45:34 +0300 Subject: [PATCH 1/6] In this commit I implented the isResolved button that is placed next to the posted posts to check if the post is reolved or not --- .../templates/partials/topic/post.tpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl index 32efc9ccf..a9471137e 100644 --- a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl +++ b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl @@ -48,8 +48,12 @@ document.addEventListener('DOMContentLoaded', function() { - - + + @@ -92,8 +96,7 @@ document.addEventListener('DOMContentLoaded', function() { - - + From 2cb0bde7cc87912945edde9e66f70867fc15886d Mon Sep 17 00:00:00 2001 From: Zainab Date: Thu, 28 Sep 2023 00:46:44 +0300 Subject: [PATCH 2/6] In this commit I implented the isResolved button that is placed next to the posted posts, to check if the post is reolved or not --- themes/nodebb-theme-persona/templates/partials/topic/post.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl index a9471137e..142721f6a 100644 --- a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl +++ b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl @@ -48,6 +48,7 @@ document.addEventListener('DOMContentLoaded', function() { + - + + + + + +Urgent + + + + + + + + + + +
From 20f8aea0ef182786f2490c2ab698a5687be30971 Mon Sep 17 00:00:00 2001 From: Zainab Date: Thu, 28 Sep 2023 14:35:08 +0300 Subject: [PATCH 4/6] In this commit I have added the commit symbol to indicate if a button is an urgent button --- .../templates/partials/topic/post.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl index 142721f6a..fc942c776 100644 --- a/themes/nodebb-theme-persona/templates/partials/topic/post.tpl +++ b/themes/nodebb-theme-persona/templates/partials/topic/post.tpl @@ -60,6 +60,18 @@ document.addEventListener('DOMContentLoaded', function() { + + + + Urgent Button + + + + + + From 52bf480ce6f59635c13ec6c02b7debc0b884f929 Mon Sep 17 00:00:00 2001 From: Eduardo Feo-Flushing Date: Mon, 2 Oct 2023 19:01:21 +0300 Subject: [PATCH 5/6] Update README.md Signed-off-by: Eduardo Feo-Flushing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3c6b40e8..6763d392f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This repository is a forked version of the base [NodeBB repository](https://gith ## Theming + NodeBB's theming engine is highly flexible and does not restrict your design choices. This version of the repository has our minimalist "Persona" theme installed to get you started. NodeBB's base theme utilizes [Bootstrap 3](http://getbootstrap.com/) but themes can choose to use a different framework altogether. From ecd0154345f49f6e5105e19dd27a780b83daa6c6 Mon Sep 17 00:00:00 2001 From: mbfannan <122257080+mbfannan@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:53:43 +0300 Subject: [PATCH 6/6] Update README.md Signed-off-by: mbfannan <122257080+mbfannan@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6763d392f..5e8c09936 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ If you want to directly run the linting and testing commands with specific confi ## License NodeBB is licensed under the **GNU General Public License v3 (GPL-3)** (http://www.gnu.org/copyleft/gpl.html). - ## Helpful Links * [NodeBB Demo](https://try.nodebb.org)