Louis Heredero HEL
HEL commented on issue HEL/chronos#17 2025-07-27 14:34:03 +00:00
_break and _opt call grp instead of _grp: compilation error

I noticed this when refactoring the package for styling in d6aeb33fa5 I don't know if this is worth a patch release or not though, especially since it is only an alias

HEL pushed to main at HEL/typstuff 2025-07-24 21:13:30 +00:00
c080226d47 add Jumble and blobs
88c875c57e fix typo
Compare 2 commits »
HEL pushed to feat/styling-1 at HEL/chronos 2025-07-19 20:54:23 +00:00
f7eb348944 fixed bottom custom image order
HEL pushed to feat/styling-1 at HEL/chronos 2025-07-19 20:45:36 +00:00
8205fefed3 adapted queue shape rendering
a48478e394 adapted collections shape rendering
f00aa86962 adapted database shape rendering
cc161a5d40 adapted entity shape rendering
Compare 4 commits »
HEL pushed to feat/styling-1 at HEL/chronos 2025-07-19 16:04:25 +00:00
b34702485f adapted control shape rendering
02fd3282f7 adapted boundary shape rendering
c27493e780 adapted actor shape rendering
ffdffc9e41 adapted custom shape rendering
Compare 4 commits »
HEL pushed to feat/styling-1 at HEL/chronos 2025-07-19 15:14:09 +00:00
5b57a89cdd refactored participant rendering
d6aeb33fa5 refactored groups to use CeTZ style + fixed spacing
754cddd328 refactored delay to use CeTZ style
a5e8194d59 merged with-ctx-style and get-ctx
ff8ec72a42 changed internal lifelines structure
Compare 6 commits »
HEL created branch feat/styling-1 in HEL/chronos 2025-07-19 15:14:08 +00:00
HEL pushed to dev at HEL/chronos 2025-07-16 17:14:12 +00:00
aca2d858fe changed participant name alignment to base
HEL deleted branch fix/issue-13-note-in-group from HEL/chronos 2025-07-16 16:53:11 +00:00
HEL pushed to dev at HEL/chronos 2025-07-16 16:53:11 +00:00
6c97bb807f Merge pull request 'Fix notes width not taken into account' (#16) from fix/issue-13-note-in-group into dev
f812ac93c2 fixed missing import
caad9ed823 fixed group width containing notes
0b401df67d fixed start column width with note
8ee14167de fixed ignored multiple linked notes
Compare 6 commits »
HEL merged pull request HEL/chronos#16 2025-07-16 16:53:09 +00:00
Fix notes width not taken into account
HEL closed issue HEL/chronos#13 2025-07-16 16:53:09 +00:00
Groups don't expand to contain notes
HEL created pull request HEL/chronos#16 2025-07-16 16:51:10 +00:00
Fix notes width not taken into account
HEL pushed to fix/issue-13-note-in-group at HEL/chronos 2025-07-16 16:45:45 +00:00
f812ac93c2 fixed missing import
caad9ed823 fixed group width containing notes
Compare 2 commits »
HEL pushed to fix/issue-13-note-in-group at HEL/chronos 2025-07-16 15:55:59 +00:00
0b401df67d fixed start column width with note
HEL pushed to fix/issue-13-note-in-group at HEL/chronos 2025-07-16 15:21:29 +00:00
8ee14167de fixed ignored multiple linked notes
1f24ba8efe added allow-overlap parameter for notes
Compare 2 commits »
HEL commented on issue HEL/chronos#13 2025-07-16 14:18:47 +00:00
Groups don't expand to contain notes

This also affects neighboring participants Note widths are not taken into account when computing column widths

#diagram({
  _par("a")
  _par("b")
  _par("c")
  _seq("b", "c")
 
HEL created branch fix/issue-13-note-in-group in HEL/chronos 2025-07-16 13:55:36 +00:00
HEL pushed to fix/issue-13-note-in-group at HEL/chronos 2025-07-16 13:55:36 +00:00
HEL deleted branch feat/refactor-1 from HEL/chronos 2025-07-16 13:43:49 +00:00