Skip to content

Release#130

Merged
mrjvs merged 33 commits intomasterfrom
dev
Jun 11, 2025
Merged

Release#130
mrjvs merged 33 commits intomasterfrom
dev

Conversation

@mrjvs
Copy link
Contributor

@mrjvs mrjvs commented Jun 11, 2025

In this release:

mrjvs and others added 30 commits May 13, 2025 22:02
Add GRPC server for internal communication
I'm starting to get unsure how this is supposed to work at all
Added dev:build since the original code skips "tsc" which is faster
Since we have a bundler, might as well use it! Apparently previous work was (accidentally) using CJS format, which doesn't work on browser. Changing to IIFE means we don't get global scope anymore; which is needed for various places in the Juxt codebase where onclick= etc. are used.

Eventually need to move to addEventListener, but for now explicitly export things by setting them on window.

This allows us to stop vendoring PJAX and actually bundle it properly. Nice!
Since we no longer rely on the global scope for onclick=, re-enable full minification!
web: Pack client JS and add hamburger menu to web frontend
fix(web): update post perms check to match api server
@mrjvs mrjvs merged commit 3508f2e into master Jun 11, 2025
13 checks passed
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.

4 participants