Add focus following into the preview #10

Merged
zenmaya merged 33 commits from split-preview-and-live-view into main 2025-06-09 16:35:44 +02:00
Owner

It's a huge PR, I had to refactor a lot of code.

Essentially it splits live preview into two distinct parts:

  • a classic live preview, you just send it an url and it returns a live changing page based on the path
  • a new SPA-like app that follows focus requests and actually talks in a json interchange format
It's a huge PR, I had to refactor a lot of code. Essentially it splits live preview into two distinct parts: - a classic live preview, you just send it an url and it returns a live changing page based on the path - a new SPA-like app that follows focus requests and actually talks in a json interchange format
It still has a lot of quirks and doesn't work properly, but at least
renders pages
This allows us to skip all over probably unneeded files, just as most
software expects. Thanks to the ignore crate
Updating from config is still missing
zenmaya changed title from WIP: Add focus following into the preview to Add focus following into the preview 2025-05-29 16:07:36 +02:00
zenmaya deleted branch split-preview-and-live-view 2025-06-09 16:35:44 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zenmaya/prowl!10
No description provided.