Commit Graph

14 Commits (d0acf32b7f2531a4446702d54ddcfcf68d388e9e)

Author SHA1 Message Date
ClaraCrazy 0770ebdfc2
Update conversion function and footer
- Conversion function updates:
    - Enabling conversion now rounds to the nearest max. value where `i > 1`, and if rounding was needed it will create a Tooltip displaying the config value on hover.
    - If rounding wasnt needed, or conversion is disabled in the config then no tooltip will be created, to avoid confusion.
- Updated footer:
    - Created new function called footerbuilder()
    - The config value is now always underlined and italic to make it more obvious you can (if rounded) "interact" with it.
2024-10-04 23:32:21 +02:00
ClaraCrazy 71fd513bc0
Refactor email purge time configuration and usage to be more precise.
- New purgeTIme now allows to configure a purge to be every X minutes, hours or days.
- Also remove a bit more trust by pulling footer deletion time from config.
- TODO: implement 'convertUp' function, converting numbers up to the biggest possible value where `i > 2 (so 48hrs still works as per slogan and domain)`. I.e. 72hrs = 3 days, 360minutes = 6hrs, 1440minutes to 24hrs

Co-authored-by: Johannes Bülow <kontakt@jmbit.de>
2024-10-03 01:22:10 +02:00
ClaraCrazy d66d76c9f9
Even better.. twig can handle lists 2024-10-02 14:50:40 +02:00
ClaraCrazy 347db6cbc7
Fix missing customization in footer
I'm embarrased this was hardcoded for so long without me realizing... sowwy
2024-10-02 14:45:58 +02:00
ClaraCrazy df027310a8 stupid slut puts code in wrong places 2023-11-02 13:20:24 +01:00
ClaraCrazy 625ab5171d Sandbox box sand 2023-11-02 12:05:01 +01:00
ClaraCrazy b1c84f2b4c Open ext links in new tab 2023-11-02 09:36:43 +01:00
ClaraCrazy 9cc2ccd978 Add underline style 2023-11-02 09:35:24 +01:00
ClaraCrazy 86b707ff40 Public open-source notice 2023-11-02 09:34:41 +01:00
ClaraCrazy b41d731c6c Cleanup 2023-11-02 07:41:52 +01:00
ClaraCrazy d7ddf18dd5 fix embed image 2023-11-02 07:15:46 +01:00
ClaraCrazy 965c5cf73b Configurable branding pt. 3 2023-11-01 12:40:27 +01:00
ClaraCrazy bcd9c06899 Add configurable branding 2023-11-01 12:33:58 +01:00
ClaraCrazy 758b72f4c4 Add Files 2023-11-01 11:48:19 +01:00