Commit 1cb4022
committed
fixed ui v0.1.2:
π± Mobile scroll β FIXED
The root cause: clicking Contributors/History tabs rendered content below the fold and there was no auto-scroll. Now showTab() smoothly scrolls .main to bring the tabs into view on mobile
Added -webkit-overflow-scrolling: touch and overscroll-behavior: contain to main β proper native iOS/Android momentum scrolling
Bottom nav now has dedicated Commits, Files, and People buttons that render content directly into main (no sidebar needed) β fully scrollable list pages with search
π Heatmap β FIXED
Now always renders (even with 0 commits β shows the grid with an empty state)
Added month labels (Jan, Feb, Mar...) across the top
Added day labels (M, W, F) on the left side
Added a Less/More legend with color gradient chips
Shows total commit count in header1 parent 34cdc53 commit 1cb4022
5 files changed
Lines changed: 280 additions & 36 deletions
File tree
- .github/workflows
- git_diff
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
13 | 32 | | |
14 | 33 | | |
15 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments