File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ const LINEAR_ICON_EMOJI: Record<string, string> = {
4848 Stadium: ' ποΈ' ,
4949 Surfer: ' π' ,
5050 Users: ' π₯' ,
51- Write: ' βοΈ' ,
51+ Write: ' βοΈ'
5252}
5353
5454// Slack-style shortcode β Unicode emoji (as returned by the Linear API)
5555const SLACK_EMOJI: Record <string , string > = {
5656 ' :flag-ca:' : ' π¨π¦' ,
5757 ' :flag-eu:' : ' πͺπΊ' ,
5858 ' :flag-za:' : ' πΏπ¦' ,
59- ' :us:' : ' πΊπΈ' ,
59+ ' :us:' : ' πΊπΈ'
6060}
6161
6262function resolveIcon(icon : string | null | undefined ): string | null {
@@ -217,7 +217,6 @@ const PROJECT_ROW_OFFSET = 3
217217 Every cell has explicit grid-column + grid-row to avoid auto-placement bugs.
218218 -->
219219 <div class =" board" style ={ ` --n-months: ${nMonths }; --now-pct: ${nowLeft }% ` } >
220-
221220 <!-- ββ col 1, rows 1β2: "Project" label spans both header rows ββ -->
222221 <div class =" hd-label" style =" grid-column: 1; grid-row: 1 / 3" >
223222 Project
@@ -248,8 +247,7 @@ const PROJECT_ROW_OFFSET = 3
248247 class :list = { [
249248 ' hd-month' ,
250249 {
251- ' hd-month--current' :
252- m .year === nowYear && m .month === nowMonth
250+ ' hd-month--current' : m .year === nowYear && m .month === nowMonth
253251 },
254252 { ' hd-month--qstart' : m .isQuarterStart }
255253 ]}
You canβt perform that action at this time.
0 commit comments