Adds Advanced Repeat Rules in Event Editor

Selecting the time frame for rules will now render day/week/month/year correctly
This commit is contained in:
pas 2025-01-10 12:12:25 +01:00 committed by and
parent 276b2441f0
commit bd5f730c0b
2 changed files with 84 additions and 150 deletions

View file

@ -2807,6 +2807,11 @@ styles.registerStyle("main", () => {
"grid-gap": px(size.vpad_small),
"align-items": "center",
},
".repeats-every-grid": {
display: "grid",
"grid-template-columns": "6fr 3fr",
"column-gap": px(size.vpad_small),
},
".time-selection-grid > *": {
overflow: "hidden",
"white-space": "nowrap",