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

Interactive realtime compiler dashboard feature #1392

Merged
merged 52 commits into from
Oct 26, 2023

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Oct 20, 2023

Interactive dashboard

Adds a massive feature boost to the previously readonly realtime compiler dashboard, now allowing dashboard users to create new pages, and open project files in the system editor.

Several actions are progressively enhanced to intercept form requests to the backend and instead run them asynchronously in the background, providing a very smooth user experience.

We even get a fancy media library!

Companion changes

  • Bumps the Bootstrap version for the dashboard, from 5.2 to 5.3
  • Documents the realtime compiler config keys

Preview

localhost_8080_dashboard(1280x720)

Demo video

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #1392 (4c90613) into master (86b06e6) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master    #1392     +/-   ##
===========================================
  Coverage     99.97%   99.97%             
- Complexity     1701     3402   +1701     
===========================================
  Files           180      360    +180     
  Lines          4609     9218   +4609     
===========================================
+ Hits           4608     9216   +4608     
- Misses            1        2      +1     

see 180 files with indirect coverage changes

@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from 619e14c to c94ec06 Compare October 20, 2023 18:01
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from 8fc99c3 to c452ae1 Compare October 20, 2023 18:12
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from e0583c7 to ba16231 Compare October 21, 2023 09:53
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from cd2058c to 0940736 Compare October 21, 2023 10:27
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from d7f18d0 to f53a85d Compare October 21, 2023 18:21
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from 4482d32 to 9b055c8 Compare October 25, 2023 16:19
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from c9cd18d to ce00446 Compare October 25, 2023 17:41
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from ce00446 to 62db608 Compare October 25, 2023 18:08
@caendesilva caendesilva force-pushed the realtime-compiler-dashboard-improvements branch from 0dc925a to f5bcf87 Compare October 25, 2023 18:11
@caendesilva caendesilva marked this pull request as ready for review October 26, 2023 18:49
@caendesilva caendesilva removed the run-visual-tests Internal label to trigger Browserstack visual testing label Oct 26, 2023
@caendesilva caendesilva merged commit 5cc10c7 into master Oct 26, 2023
15 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.

1 participant