Conversation
Requires new `x-article-link-active` mixin. The reason 0003 is added, not 0002, is cuz extending branch added 0002: - site/frontera/task/GH-83-callout-element--GH-321-resize-callout-image (there, the 0003 migration has 0002 as a dependency) (here, the 0003 migration has 0001 as a dependency) When a proper main-extending branch is made, this should still happen: - task/GH-83-callout-element--GH-321-resize-callout-image - task/GH-321-resize-callout-image (there, the 0003 migration will have ??? as a dependency) Good luck, Wes.
as part of GH-83.
CAVEAT: The addition to 0001 migration was manual and is untested.
- Add helper to get a model name. - Simplify user instruction for fixing caveat. - Do not allow normal user to check resize field. - Hide field and caveat details in "Advanced settings". - Default resize field to false.
The plugin may require a link and should require an image (GH-328)… But the styles (and template) work fine without either.
- Update comments for clarity and accuracy and scope. - Update equality that was not explicit enough.
wesleyboar
commented
Aug 24, 2021
Member
Author
wesleyboar
left a comment
There was a problem hiding this comment.
Added notes for reviewers.
taccsite_cms/contrib/_docs/how-to-override-validation-error-from-parent-model.md
Show resolved
Hide resolved
Closed
This was referenced Aug 24, 2021
Closed
See d01c8cf for details.
- Different padding for narrow screens. - Different text alignment for narrow screens. - Bolder font for descriptions.
iamthatian
suggested changes
Sep 9, 2021
taccsite_cms/contrib/_docs/how-to-override-validation-error-from-parent-model.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Ian Park <contact@duckonomy.com>
The comment may be obvious knowledge learned by new python dev (me). The comment also references code that is removed with this commit.
Member
Author
|
@duckonomy Two changes: |
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.
To Do (Done)
Overview / Issues
Changes
Screenshots
Form
Render
TACC: Shared UI - Constants - Breakpoints
Structure
The "Style" elements are a necessary evil until I create Section plugin (GH-91).
Testing
python3 manage.py migrate.Notes
Known Issues
There are many edge cases and better ways, but none seem to be a requirement.
Callout Plugin - Fix Image Resize Caveat #327
Callout Plugin - Require & Integrate Image #328
(fixed with hack) Element Transform Fails on Child Plugin Markup w/out Hack #320
Callout Plugin - Crop Images within Ratio #329
There is not support for edits to text to change all instances (as #83 description directs).
Details
See https://github.com/TACC/Core-CMS/projects/8 for more (if I have not updated the list above).
Undecided UI
Horizontal Alignment for Narrow Images
Details
…figure { align-self: center })…figure { place-self: center })Images are vertically aligned center (because design did not complain when viewing samples).