Girish Ramakrishnan
|
e87d2e1218
|
Fix issue where footer/name can break templates
stringify the template variables at render time
JSON.stringify - will escape out quotes
<%- renders as-is without any more escaping
|
2025-11-23 11:17:59 +01:00 |
|
Johannes Zellner
|
f15909c814
|
Pickup system language from template
|
2025-07-14 11:43:28 +02:00 |
|
Johannes Zellner
|
83b056738f
|
Always use name for ejs template title
|
2025-07-11 16:56:20 +02:00 |
|
Johannes Zellner
|
e1433cbf2a
|
Always share the same meta info headers in dashboard views
|
2025-07-11 15:29:46 +02:00 |
|
Johannes Zellner
|
fb424d28b9
|
Do not make ejs escape the footer html content
|
2025-07-11 12:49:02 +02:00 |
|
Johannes Zellner
|
3b50a732b5
|
Replace branding route calling for name and footer in views
|
2025-07-11 12:42:21 +02:00 |
|
Johannes Zellner
|
66d1de0821
|
Add initial dashboard entrypoint server side rendering routes
|
2025-07-11 12:28:02 +02:00 |
|
Johannes Zellner
|
9a6995343b
|
Add SetupAccount view
|
2025-03-28 21:48:52 +01:00 |
|
Johannes Zellner
|
6b4a81e471
|
dashboard: bring back cache busting for old script included assets
|
2024-10-27 12:10:00 +01:00 |
|
Johannes Zellner
|
edf5ddf027
|
Remove not required autofill polyfill
|
2024-10-07 20:50:01 +02:00 |
|
Johannes Zellner
|
6f914a8d6b
|
Handle scss files with vite also
|
2024-10-07 14:56:49 +02:00 |
|
Johannes Zellner
|
2300e1baee
|
Fully replace gulp with vite
|
2024-10-04 17:43:45 +02:00 |
|