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

Bump dependencies versions #921

Merged
merged 10 commits into from
Apr 29, 2024

Conversation

fflorent
Copy link
Collaborator

No description provided.

package.json Outdated Show resolved Hide resolved
@fflorent fflorent marked this pull request as ready for review April 12, 2024 14:11
if (ev.lengthComputable) {
progress.setUploadProgress(ev.loaded / ev.total * 100); // percentage complete
function onUploadProgress(ev: AxiosProgressEvent) {
if (ev.event.lengthComputable) {
Copy link
Collaborator Author

@fflorent fflorent Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I achieved to hit a breakpoint here. The workspaceId equals to "unsaved" when the user is not logged in but is allowed to upload documents (temporary).

I could inspect the properties of ev.event and they have consistent values.

@berhalak berhalak requested a review from jordigh April 18, 2024 07:13
catw app/client/*.css app/client/*/*.css -o static/bundle.css -v & webpack --config $WEBPACK_CONFIG --mode development --watch &
css_files="app/client/**/*.css"
chokidar "${css_files}" -c "bash -O globstar -c 'cat ${css_files} > static/bundle.css'" &
webpack --config $WEBPACK_CONFIG --mode development --watch &
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pretty cool way to replace the abandoned catw package.

@fflorent
Copy link
Collaborator Author

@jordigh Thanks for your review. Do you wait for another review before merging?

Otherwise I do not have the rights to merge myself.

@jordigh
Copy link
Contributor

jordigh commented Apr 24, 2024

@fflorent I need to first verify deploying to our own Grist SAAS before I merge.

@fflorent
Copy link
Collaborator Author

@jordigh Sounds good! 👍

@jordigh jordigh merged commit b043043 into gristlabs:main Apr 29, 2024
13 checks passed
@jordigh
Copy link
Contributor

jordigh commented Apr 29, 2024

Thanks for your patience. After some internal testing, we are satisfied with the state of this PR.

@fflorent fflorent deleted the bump-dependencies branch April 29, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants