Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #93 +/- ##
==========================================
+ Coverage 76.00% 76.11% +0.11%
==========================================
Files 26 26
Lines 3775 3772 -3
==========================================
+ Hits 2869 2871 +2
+ Misses 906 901 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This contribution has received funding from the Spanish government (grant EQC2021-007479-P, funded by MCIN/AEI/10.13039/501100011033), the EU NextGeneration/PRTR (PRTR-C17.I1), and the Generalitat de Catalunya. |
| @@ -0,0 +1,70 @@ | |||
| body { | |||
There was a problem hiding this comment.
I would not add any styles extra style, just keep the styles that were already present in the default template.
There was a problem hiding this comment.
this:
table {{ table-layout: auto;width: 100%; }}
tbody tr:nth-of-type(even) {{ background-color: #f3f3f3; }}
.align-left {{ text-align: left; }}
.align-right {{ text-align: right; }}
| ## PIC | ||
| ## [PIC](https://www.pic.es) | ||
|
|
||
| (1) This contribution has received funding from the Spanish government (grant EQC2021-007479-P, funded by MCIN/AEI/10.13039/501100011033), the EU |
There was a problem hiding this comment.
change (1) with the PR number/link
Checklist
changelog.en.mdif necessaryDescription
This PR introduces support for configurable HTML templates for the directory browser page, replacing the previous hardcoded HTML generation.
The goal is to decouple presentation from backend logic and allow full UI customization without modifying core server code.
Changes
pathparentitemsversioncurrent_timeFeatures enabled
This change allows deployments to fully customize the directory browser UI, including:
fixes #91