Add Atlas Cropper documentation#113
Open
justkahdri wants to merge 7 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
443a26c to
f36269d
Compare
Draft of log 13 covering the atlas-cropper tool: what it does, its four-tab workflow, capabilities, and keyboard shortcuts. Includes a placeholder section for the Joyco use case. https://claude.ai/code/session_018ausLaQNYXDo46Tb2mzC5Q
- Added new hostname 'placehold.co' to the Next.js configuration for image handling. - Updated layout to include a badge for the new '/toolbox/atlas-cropper' route. - Improved documentation in 'atlas-cropper.mdx' to clarify output generation and added detailed use case examples with visual aids. - Updated 'meta.json' to include the 'atlas-cropper' page for better navigation.
f634100 to
578e368
Compare
Contributor
Author
|
@greptile review |
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
Added comprehensive documentation for the Atlas Cropper tool, a browser-based visual utility for defining, arranging, and extracting crop regions from atlas images.
Changes
content/logs/13-atlas-cropper.mdx) with complete feature overview and usage guideKey Sections
The documentation is structured to serve both as an introduction for new users and a reference guide for existing ones.
https://claude.ai/code/session_018ausLaQNYXDo46Tb2mzC5Q
Greptile Summary
This PR adds a new documentation page for the Atlas Cropper tool to the toolbox section, along with the necessary sidebar registration, badge update, and supporting image assets.
content/toolbox/atlas-cropper.mdx— Complete documentation covering the four-tab workflow (Crop Definition, Layout Arrangement, Output, UV Crop), keyboard shortcuts, JSON output format, and an end-to-end real-world use case with screenshots and video.app/(registry)/layout.tsx/content/toolbox/meta.json— Registers the new page in the sidebar and moves thenewbadge from/toolbox/skillsto/toolbox/atlas-cropper.next.config.ts— Addsplacehold.cotoremotePatterns, but that domain is not used anywhere; likely a development leftover. Two uploaded image assets (uv-crop-3.png,uv-crop-4.png) are also unreferenced by the MDX file.Confidence Score: 5/5
Safe to merge — changes are purely additive documentation and minor config; no logic or data paths are affected
All changes are new static content, sidebar wiring, and image assets. The only loose ends are an unused placehold.co remote pattern and two unreferenced PNG files, neither of which impacts rendering or runtime behaviour.
next.config.ts (unused remotePattern entry) and the two unreferenced image assets in public/atlas-cropper-entry/
Important Files Changed
Prompt To Fix All With AI
Reviews (2): Last reviewed commit: "feat: add "Try it" section to atlas-crop..." | Re-trigger Greptile