Louis Heredero HEL
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
HEL pushed to dev at HEL/chronos 2025-07-16 13:43:49 +00:00
03138269f9 Merge pull request 'Refactor to integrate with CeTZ' functional API and shared-state' (#15) from feat/refactor-1 into dev
90d97a9ae5 fixed imports
7106cc3e22 grouped some elmt defs in misc.typ
d51a08830d updated CeTZ to v0.4.0
08f7eea0e4 reorganized imports
Compare 14 commits »
HEL merged pull request HEL/chronos#15 2025-07-16 13:43:48 +00:00
Refactor to integrate with CeTZ' functional API and shared-state
HEL created pull request HEL/chronos#15 2025-07-16 13:42:07 +00:00
Refactor to integrate with CeTZ' functional API and shared-state
HEL pushed to feat/refactor-1 at HEL/chronos 2025-07-16 13:32:48 +00:00
90d97a9ae5 fixed imports
HEL pushed to feat/refactor-1 at HEL/chronos 2025-07-16 13:29:38 +00:00
7106cc3e22 grouped some elmt defs in misc.typ
HEL pushed to feat/refactor-1 at HEL/chronos 2025-07-16 13:10:21 +00:00
d51a08830d updated CeTZ to v0.4.0
HEL pushed to feat/refactor-1 at HEL/chronos 2025-07-15 10:36:37 +00:00
08f7eea0e4 reorganized imports