forked from yihong0618/running_page
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream' into feat_lights
* upstream: (23 commits) fix readme nits step 2, generate running page from .fit and .gpx fix: yihong0618#584 change fit-tool to garmin-fit-sdk (yihong0618#590) remove fake device nits Refactor: sync garmin cn to global fix: lock lxml version garmin-cn sync garmin-global tutorial in readme and readme-cn fix fit download gpx file (yihong0618#582) nits nits github workflow feat: sync garmin cn to garmin global Reduce svg size & lzay load github.svg and grid.svg (yihong0618#580) Update index.tsx (yihong0618#579) 添加 (yihong0618#578) docs: add runner page (yihong0618#577) feat: ✨ Support ga, default off (yihong0618#572) docs: add runner (yihong0618#571) ... # Conflicts: # src/components/RunMap/index.tsx
- Loading branch information
Showing
42 changed files
with
691 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const yearStats = import.meta.glob('./year_*.svg', { import: 'ReactComponent' }) | ||
export const totalStat = import.meta.glob(['./github.svg', './grid.svg'], { import: 'ReactComponent' }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.