docs: Use case diagram tidy up - #298
Merged
Merged
Conversation
danielvallance
temporarily deployed
to
pull-requests
September 3, 2026 15:08 — with
GitHub Actions
Inactive
There was a problem hiding this comment.
馃煛 Changes recommended
Narrow layouts can render long chips beyond their cards and overlap adjacent items.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Tidies use-case diagrams for consistent left-to-right flow and improved responsive layouts.
Changes:
- Reorders API gateway and webhook flows.
- Makes grouped items horizontal on narrow layouts.
- Repositions the database checkpoint timeline responsively.
File summaries
| File | Description |
|---|---|
src/DiagramComponents.tsx |
Updates responsive diagram layouts. |
pages/use-cases/webhooks.mdx |
Reorders the webhook flow. |
pages/use-cases/serverless-databases.mdx |
Integrates the checkpoint timeline into the responsive row. |
pages/use-cases/api-gateways.mdx |
Reorders the gateway flow. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Balanced
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Diagram arrows go from left to right in all digrams so they do not look upside down in the vertical layout Also changed group items to be side by side in the vertical layout, as opposed to on top of each other Signed-off-by: Daniel Vallance <daniel@unikraft.com>
danielvallance
force-pushed
the
danielvallance/diagram_tweaks
branch
from
September 3, 2026 15:31
92af14c to
76ba822
Compare
dragosgheorghioiu
approved these changes
Sep 3, 2026
dragosgheorghioiu
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Reviewed-by: Dragos Gheorghioiu <dragosg@unikraft.com>
Approved-by: Dragos Gheorghioiu <dragosg@unikraft.com>
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.
Diagram arrows go from left to right in
all digrams so they do not look upside down
in the vertical layout
Also changed group items to be side by side
in the vertical layout, as opposed to on
top of each other