forked from tldraw/tldraw
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix type and build errors * update GitHub Actions runner to 4 cores for better availability * update GitHub Actions runner for better availability * fix linter and lint issues * fix tests / disable broken tests * add types * test update type * test update type * test update type * test update type * fix playwright e2e tests * remove unused config * update config * Add poll shape * Revert tsconfig * Use relative path for TLUiTranslationKey * Import defineMigration via relative pth * Run Prettier * Yarn lint * Fix yarn lint - disable extraneous dependencies * Add public-yarn lock * Fix webpack load issue * Allow whiteboardID parameter --------- Co-authored-by: KDSBrowne <[email protected]>
- Loading branch information
1 parent
c56b5f4
commit b4e1213
Showing
26 changed files
with
1,037 additions
and
259 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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
"tabWidth": 2, | ||
"useTabs": true, | ||
"plugins": ["prettier-plugin-organize-imports"] | ||
} | ||
} |
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
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.