@vatvaghool/create-ipl-dashboard 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,17 +34,29 @@ If `--scrape` is provided, the CLI attempts to extract team names from the leagu
34
34
 
35
35
  ## Screenshots
36
36
 
37
- | Dashboard Overview | Performance Tracker |
38
- |:---:|:---:|
39
- | ![](https://files.catbox.moe/2w54sa.png) | ![](https://files.catbox.moe/1u9nf7.png) |
37
+ ![](https://files.catbox.moe/a83xlk.png)
40
38
 
41
- | Captain Board | Ledger Table |
42
- |:---:|:---:|
43
- | ![](https://files.catbox.moe/s36rs5.png) | ![](https://files.catbox.moe/vt5i8w.png) |
39
+ *Dashboard overview full page*
44
40
 
45
- | Match Scrubber | AI Roasting |
46
- |:---:|:---:|
47
- | ![](https://files.catbox.moe/7roxd4.png) | ![](https://files.catbox.moe/4v5vbz.png) |
41
+ ![](https://files.catbox.moe/hl0kxd.png)
42
+
43
+ *Performance Tracker Recharts line chart*
44
+
45
+ ![](https://files.catbox.moe/k4sw53.png)
46
+
47
+ *Captain Board — captain/vice-captain picks*
48
+
49
+ ![](https://files.catbox.moe/vt5i8w.png)
50
+
51
+ *Ledger Table — standings with rank shifts and efficiency*
52
+
53
+ ![](https://files.catbox.moe/tuvkjo.png)
54
+
55
+ *Match Scrubber — interactive timeline scrubber*
56
+
57
+ ![](https://files.catbox.moe/5nfi5i.png)
58
+
59
+ *AI Roast Corner — generated commentary*
48
60
 
49
61
  ## What you get
50
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vatvaghool/create-ipl-dashboard",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Scaffold an IPL fantasy cricket dashboard project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,17 +32,29 @@ Open http://localhost:3000
32
32
 
33
33
  ## Screenshots
34
34
 
35
- | Dashboard Overview | Performance Tracker |
36
- |:---:|:---:|
37
- | ![](https://files.catbox.moe/2w54sa.png) | ![](https://files.catbox.moe/1u9nf7.png) |
35
+ ![](https://files.catbox.moe/a83xlk.png)
38
36
 
39
- | Captain Board | Ledger Table |
40
- |:---:|:---:|
41
- | ![](https://files.catbox.moe/s36rs5.png) | ![](https://files.catbox.moe/vt5i8w.png) |
37
+ *Dashboard overview full page*
42
38
 
43
- | Match Scrubber | AI Roasting |
44
- |:---:|:---:|
45
- | ![](https://files.catbox.moe/7roxd4.png) | ![](https://files.catbox.moe/4v5vbz.png) |
39
+ ![](https://files.catbox.moe/hl0kxd.png)
40
+
41
+ *Performance Tracker Recharts line chart*
42
+
43
+ ![](https://files.catbox.moe/k4sw53.png)
44
+
45
+ *Captain Board — captain/vice-captain picks*
46
+
47
+ ![](https://files.catbox.moe/vt5i8w.png)
48
+
49
+ *Ledger Table — standings with rank shifts and efficiency*
50
+
51
+ ![](https://files.catbox.moe/tuvkjo.png)
52
+
53
+ *Match Scrubber — interactive timeline scrubber*
54
+
55
+ ![](https://files.catbox.moe/5nfi5i.png)
56
+
57
+ *AI Roast Corner — generated commentary*
46
58
 
47
59
  ---
48
60