Skip to content

fix(lccf): revert to standard search snippet - #557

Merged
wesleyboar merged 1 commit into
mainfrom
fix/lccf-search-consistency
Jul 31, 2026
Merged

fix(lccf): revert to standard search snippet#557
wesleyboar merged 1 commit into
mainfrom
fix/lccf-search-consistency

Conversation

@wesleyboar

@wesleyboar wesleyboar commented Jul 31, 2026

Copy link
Copy Markdown
Member

Overview

Reverts LCCF's one-off search snippet back to the standard pattern used by every other project.

Related

Changes

  • reverted LCCF's search snippet to the shared markup/stylesheet pattern (artscivis, cipp, craftlab, ctrn, wtcs)

Testing

  1. Update LCCF's search snippet in the CMS admin interface to this file's content
  2. Visit LCCF's search page
  3. Verify search results render and are styled consistently with the other projects

Reverts #553's one-off tup-ui snippet, restoring LCCF's search
snippet to the same markup/stylesheet pattern used by every other
project (artscivis, cipp, craftlab, ctrn, wtcs) per #554.

Related: #553, #554
@wesleyboar
wesleyboar merged commit 01dc25e into main Jul 31, 2026
@wesleyboar
wesleyboar deleted the fix/lccf-search-consistency branch July 31, 2026 17:49
wesleyboar added a commit that referenced this pull request Jul 31, 2026
tup-ui#568 (open, draft) adds 3 more manually-synced snippets not yet
on tup-ui main: embed-vislab-cal-content.html, embed-vislab-cal.html,
and embed-vislab-form.html. Its 4th new file,
iframe-styles-and-iframe-auto-height.html, is excluded here because
it is a CDN-pin loader (like css-ad-hoc-styles.html/js-ad-hoc-scripts.html)
loaded directly via a snippet's "template" field, not manually synced.

No other open tup-ui PR changes any already-migrated snippet. The
other snippet-touching open PRs (tup-ui#558, #566, #565, #562, #557,
#535, #325) only modify files that are template-loaded, not manually
synced, so nothing else here needs updating yet.
wesleyboar added a commit that referenced this pull request Jul 31, 2026
…om all open PRs

Hand-composed via sequential 3-way merges (git merge-file) against the
shared base blob, since none of the tup-ui PRs touching these files
are stale:

css-ad-hoc-styles.html layers tup-ui#325, #535, #557, #562, #565.
#325 and #535 both drop the same c-feed-list-tweaks.css line (merged
cleanly as one change). #557 drops the trailing figcaption-opacity
TODO block. #562 and #535 each add an independent TODO'd <link> in the
same spot; kept both, older PR (#535) first. #565 bumps the
Core-CMS-Custom pin and adds core-styles-fixes.css; its version of
that line wins since no other open PR touches it.

js-ad-hoc-scripts.html layers tup-ui#535 (adds sekizai_tags load,
drops the stale "delete js-prevent-ugly-urls" comment) and #566 (bumps
the ad-hoc.js pin). Kept #566's bumped pin with #535's comment
removal, since #566 never touched that comment either way.
wesleyboar added a commit that referenced this pull request Jul 31, 2026
tup-ui#568 (open, draft) adds 3 more manually-synced snippets not yet
on tup-ui main: embed-vislab-cal-content.html, embed-vislab-cal.html,
and embed-vislab-form.html. Its 4th new file,
iframe-styles-and-iframe-auto-height.html, is excluded here because
it is a CDN-pin loader (like css-ad-hoc-styles.html/js-ad-hoc-scripts.html)
loaded directly via a snippet's "template" field, not manually synced.

No other open tup-ui PR changes any already-migrated snippet. The
other snippet-touching open PRs (tup-ui#558, #566, #565, #562, #557,
synced, so nothing else here needs updating yet.
wesleyboar added a commit that referenced this pull request Jul 31, 2026
…om all open PRs

Hand-composed via sequential 3-way merges (git merge-file) against the
shared base blob, since none of the tup-ui PRs touching these files
are stale:

css-ad-hoc-styles.html layers tup-ui#325, #535, #557, #562, #565.
#325 and #535 both drop the same c-feed-list-tweaks.css line (merged
cleanly as one change). #557 drops the trailing figcaption-opacity
TODO block. #562 and #535 each add an independent TODO'd <link> in the
same spot; kept both, older PR (#535) first. #565 bumps the
Core-CMS-Custom pin and adds core-styles-fixes.css; its version of
that line wins since no other open PR touches it.

js-ad-hoc-scripts.html layers tup-ui#535 (adds sekizai_tags load,
drops the stale "delete js-prevent-ugly-urls" comment) and #566 (bumps
the ad-hoc.js pin). Kept #566's bumped pin with #535's comment
removal, since #566 never touched that comment either way.
wesleyboar added a commit that referenced this pull request Jul 31, 2026
tup-ui#568 (open, draft) adds 3 more manually-synced snippets not yet
on tup-ui main: embed-vislab-cal-content.html, embed-vislab-cal.html,
and embed-vislab-form.html. Its 4th new file,
iframe-styles-and-iframe-auto-height.html, is excluded here because
it is a CDN-pin loader (like css-ad-hoc-styles.html/js-ad-hoc-scripts.html)
loaded directly via a snippet's "template" field, not manually synced.

No other open tup-ui PR changes any already-migrated snippet. The
other snippet-touching open PRs (tup-ui#558, #566, #565, #562, #557,
synced, so nothing else here needs updating yet.
wesleyboar added a commit that referenced this pull request Jul 31, 2026
…om all open PRs

Hand-composed via sequential 3-way merges (git merge-file) against the
shared base blob, since none of the tup-ui PRs touching these files
are stale:

css-ad-hoc-styles.html layers tup-ui#325, #535, #557, #562, #565.
#325 and #535 both drop the same c-feed-list-tweaks.css line (merged
cleanly as one change). #557 drops the trailing figcaption-opacity
TODO block. #562 and #535 each add an independent TODO'd <link> in the
same spot; kept both, older PR (#535) first. #565 bumps the
Core-CMS-Custom pin and adds core-styles-fixes.css; its version of
that line wins since no other open PR touches it.

js-ad-hoc-scripts.html layers tup-ui#535 (adds sekizai_tags load,
drops the stale "delete js-prevent-ugly-urls" comment) and #566 (bumps
the ad-hoc.js pin). Kept #566's bumped pin with #535's comment
removal, since #566 never touched that comment either way.
wesleyboar added a commit that referenced this pull request Aug 3, 2026
## Overview

Use latest Google Search styles for TUP.

## Related

- #555
- #557
- #554

## Changes

- **updated** snippet markup

## Testing

1. [TACC search](https://tacc.utexas.edu/search/?q=test) renders like
[Texas CTRN search](https://texasctrn.org/search/?q=test).
1. [Snippet
#89](https://tacc.utexas.edu/admin/djangocms_snippet/snippet/89/change/)
content matches this diff.

## UI

Skipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant