Closed robbiejackson closed 2 months ago
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
โฑ๏ธ Estimated effort to review: 3 ๐ต๐ต๐ตโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก Key issues to review Documentation Clarity The newly added documentation for ModalSelect field is comprehensive but could benefit from a brief overview or summary at the beginning to help readers quickly grasp the concept before diving into details. Typo There's a typo in the word "interactive" which is spelled as "intercative" in the old hunk. This has been corrected in the new hunk, but it's worth noting for overall quality assurance. |
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.
Category | Suggestion | Score |
Possible issue |
Correct relative path in documentation link___ **Update the relative path in the link to the WebAssetManager documentation to ensureit correctly points to the intended location.** [docs/general-concepts/javascript/js-library/core.md [6]](https://github.com/joomla/Manual/pull/302/files#diff-9315a7ade5625b32a1f1992ae934402ee52159cb87d3ed7db6c557781b55f5ecR6-R6) ```diff -To enable it on the page use [WebAssetManager](../../web-asset-manager.md) `$wa->useScript('core')`. +To enable it on the page use [WebAssetManager](../../../general-concepts/web-asset-manager.md) `$wa->useScript('core')`. ``` - [ ] **Apply this suggestion** Suggestion importance[1-10]: 10Why: The suggestion accurately corrects the relative path in the documentation link, ensuring it points to the correct location, which is crucial for user navigation. | 10 |
Enhancement |
Correct spelling error in documentation text___ **Correct the spelling of "interactive" in the sentence to improve readability andprofessionalism.** [docs/general-concepts/javascript/js-library/modal-content-select.md [40]](https://github.com/joomla/Manual/pull/302/files#diff-7ae7519c9bb59df4ca7600889381ae2c72f27d66bed23849ebbbb2f6199a5db2R40-R40) ```diff +It is recommended that all interactive buttons (like `save`, `cancel` etc) be embedded within dialog content (within iframe), instead of rendering them with parent window. - ``` - [ ] **Apply this suggestion** Suggestion importance[1-10]: 9Why: The suggestion correctly identifies and fixes a spelling error, improving the readability and professionalism of the documentation. | 9 |
User description
ModalSelectField documented for 5.2
Also I moved the javascript entries into a subfolder Joomla Javascript library. This is to make way for documents covering how to use js in your extensions, ajax, json response, maybe more.
A couple of fixes in the exampleform component url.
Plus documented icons section
PR Type
documentation, enhancement
Description
ModalSelect
field, including examples and implementation details.Changes walkthrough ๐
13 files
example-form-component.md
Correct URL path in example component documentation
docs/building-extensions/components/example-form-component.md
step9-ajax.md
Update path to core.js documentation
docs/building-extensions/modules/module-development-tutorial/step9-ajax.md - Updated the path to the core.js documentation.
modalselect.md
Add documentation for ModalSelect field
docs/general-concepts/forms-fields/standard-fields/modalselect.md
icons.md
Add documentation for Joomla icons usage
docs/general-concepts/icons.md
index.md
Remove outdated JavaScript overview document
docs/general-concepts/javascript/index.md - Removed outdated JavaScript overview document.
core.md
Correct path to WebAssetManager documentation
docs/general-concepts/javascript/js-library/core.md - Corrected path to WebAssetManager documentation.
editors.md
Correct path to WebAssetManager documentation
docs/general-concepts/javascript/js-library/editors.md - Corrected path to WebAssetManager documentation.
index.md
Add Joomla JavaScript Library section
docs/general-concepts/javascript/js-library/index.md - Added a new section for Joomla JavaScript Library.
joomla-dialog.md
Correct path to WebAssetManager documentation
docs/general-concepts/javascript/js-library/joomla-dialog.md - Corrected path to WebAssetManager documentation.
modal-content-select.md
Fix typo in dialog buttons recommendation
docs/general-concepts/javascript/js-library/modal-content-select.md - Fixed a typo in the recommendation for dialog buttons.
example-form-component.md
Correct URL path in example component documentation
versioned_docs/version-4.4/building-extensions/components/example-form-component.md - Corrected URL path for running the example component.
example-form-component.md
Correct URL path in example component documentation
versioned_docs/version-5.0/building-extensions/components/example-form-component.md - Corrected URL path for running the example component.
example-form-component.md
Correct URL path in example component documentation
versioned_docs/version-5.1/building-extensions/components/example-form-component.md - Corrected URL path for running the example component.