Commit 2c1ac23
fix(mobile): stop showing a task's project twice (#101)
* fix(mobile): stop showing a task's project twice
Each row drew a coloured left border *and* a dot of the same colour after
the title. Two marks for one fact, and the border also pushed rows with a
project 3px narrower than rows without one, so a mixed list didn't line up.
The dot stays: it sits with the title it describes, and it's what the
extension uses too.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* fix(mobile): move the comment out of the return expression
A JSX comment before the root element makes two top-level expressions, so
the file didn't parse. Caught by typecheck after pushing, not before.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent fc35ee3 commit 2c1ac23
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | | - | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments