Commit 6d6afa7
committed
Fix tab bar layout and add assets:compile rake task
Prevent the dark mode toggle from wrapping its emoji and label onto
separate lines (white-space: nowrap), and anchor the group tabs to the
bottom of the tab bar (align-self: flex-end) so they connect seamlessly
with the content panel while the toggle aligns to the top.
Add `rake assets:compile` task (migrated from simplecov-html) to build
the compiled JS and CSS from html_frontend/ sources via esbuild, and add
a CI workflow that runs the TypeScript type checker on every push.1 parent 55b54d2 commit 6d6afa7
5 files changed
Lines changed: 377 additions & 1 deletion
File tree
- .github/workflows
- html_frontend/assets/stylesheets
- lib/simplecov/formatter/html_formatter/public
- test_projects/rails/rspec_rails
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| |||
874 | 875 | | |
875 | 876 | | |
876 | 877 | | |
| 878 | + | |
877 | 879 | | |
878 | 880 | | |
879 | 881 | | |
| |||
0 commit comments