Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@uppy/dashboard: refactor to TypeScript #4984

Merged
merged 28 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8d04f74
@uppy/dashboard: refactor to TypeScript
aduh95 Mar 10, 2024
6e72a6b
TSFixMe
aduh95 Mar 10, 2024
eb4ec60
`TSFixMe`
aduh95 Mar 10, 2024
5273c31
fixup! `TSFixMe`
aduh95 Mar 10, 2024
ccd3cdc
dash
aduh95 Mar 10, 2024
0a72b15
d
aduh95 Mar 10, 2024
86d0942
Merge remote-tracking branch 'upstream/main'
aduh95 Mar 11, 2024
c1c81b6
"fix" half the errors
aduh95 Mar 12, 2024
7e7e7fa
w
aduh95 Mar 12, 2024
37e21fe
Merge remote-tracking branch 'upstream/main'
aduh95 Mar 13, 2024
0cb8588
@uppy/core: fix `addTarget` types
aduh95 Mar 14, 2024
29725e7
w
aduh95 Mar 14, 2024
1b787b6
fixup! @uppy/core: fix `addTarget` types
aduh95 Mar 14, 2024
863c76d
@uppy/utils: fix `findAllDOMElements` type
aduh95 Mar 14, 2024
792d2c3
w
aduh95 Mar 14, 2024
6acd75d
@uppy/core: expose `clearUploadedFiles` for Dashboard
aduh95 Mar 14, 2024
ad82419
w
aduh95 Mar 14, 2024
6688808
meta: fix `resize-observer-polyfill` types
aduh95 Mar 14, 2024
f9418b4
w
aduh95 Mar 14, 2024
3162aad
w
aduh95 Mar 14, 2024
26b78ab
Merge remote-tracking branch 'upstream/main'
aduh95 Mar 14, 2024
19e0d81
fix tests
aduh95 Mar 15, 2024
90e8074
prettier
aduh95 Mar 15, 2024
a65aeda
@uppy/dashboard: refactor to stable lifecycle method
aduh95 Mar 15, 2024
86dc1aa
@uppy/dashboard: refactor to stable lifecycle method
aduh95 Mar 15, 2024
4de20a3
Merge branch 'main' of https://github.com/transloadit/uppy
aduh95 Mar 19, 2024
9627cf3
Apply suggestions from code review
aduh95 Mar 19, 2024
1e733c1
Improve MetaField.render type
Murderlon Mar 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/@uppy/dashboard/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tsconfig.*