Conversation
7c4683a to
b4929b2
Compare
Collaborator
|
Here are the final designs for all 13 situations with adjusted content: https://www.figma.com/design/7o1Ql87jRiT7k1Ne0Inugl/design?node-id=11155-2090 |
76e7234 to
8e4bb3b
Compare
8e4bb3b to
9b096e6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds partial rendering — when re-running codeplain on a module that has been previously rendered, detect what has changed and offer to resume from the right checkpoint instead of re-rendering everything from scratch.
Given a module tree (e.g. root → middle → leaf), on startup the tool now:
ModuleRenderer, which renders the chosen starting point before the root module.The PR can be split in 3 parts:
TODO: this is waiting on the design from @kaja-sDONEHere are some preliminary screenshots.
