Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
51 changed files with 1000 additions and 367 deletions
Showing only changes of commit 4f916359a9 - Show all commits

View File

@@ -8,7 +8,6 @@
#import "../sync.typ"
#import "../consts.typ": *
#import "../note.typ" as note: get-note-box
#import "../styles.typ"
#let DEBUG-INVISIBLE = false
@@ -301,7 +300,7 @@
return widths
}
#let get-columns-width(participants, elements, pars-i) = {
#let compute-columns-width(participants, elements, pars-i) = {
elements = elements.filter(is-elmt)
elements = unwrap-syncs(elements)
@@ -326,7 +325,7 @@
participants = init-lifelines(participants)
let pars-i = get-participants-i(participants)
let widths = get-columns-width(participants, elements, pars-i)
let widths = compute-columns-width(participants, elements, pars-i)
// Compute each column's X position
let x-pos = (0,)