-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Goodbye JavaScript, hello TypeScript (#31)
* Draft refactor * Node version file for node version managers such as fnm * Package web-ext update * Show stats graphs again * Bargraphs colours are strings not numbers * Popups accessor type fixes * Better tooltip accessors and formatters type * Fixed scatterplot radius types * Bars colour can be strings * Partial data entry type fixes * Tooltip accessors only need to take in part of the data * Mouse move function typed and avoid re-indexing data many times * Color scale acts over strings not numbers * Ignore missing library types on import * Stat bar narrower types * Stats bar media storage import path fixed and undefined stats handling improved * Add id to type properties * Fixed media storage imports * Request import stats/lines work with basic events * Add types to calculation functions * Handle line and/or char stats not existing when deleting lines * Fixed line types * Chrome run command fixed * Update version * Use let or const instead of var * Replaced several any's with actual types * Fix menu option assignment so they don't get reset to defaults * Improve menu option types * Use browser tab type instead of any * Define message actions argument interface instead of using any * Fix scatterplot and line types * Better graph types * Extract axis component into the places it was used for clarity and types * Makeshift window types used for detecting Chrome * Set Svelte Tailwind style lang to CSS where @tailwind or @apply are used
- Loading branch information
Showing
52 changed files
with
1,016 additions
and
636 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v22.6.0 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.