Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Advanced Search Tips #459

Merged
merged 11 commits into from
Feb 6, 2024
Merged

Updated Advanced Search Tips #459

merged 11 commits into from
Feb 6, 2024

Conversation

flacoman91
Copy link
Contributor

@flacoman91 flacoman91 commented Nov 17, 2022

Address GHE 1564 / CABL-230 - CCDB18

Advanced Search tips
Adding more examples to match word doc requirement
Adding mouseover tooltip
Copied tooltip css from bootstrap so we don't accidentally import other styles from bootstrap
Added footer with link to ElasticSearch

Screenshot:
Screen Shot 2022-11-18 at 9 51 55 AM

Screen Shot 2022-11-18 at 10 38 48 AM

Screen Shot 2022-11-18 at 10 38 44 AM

@flacoman91 flacoman91 changed the title working mouseover tooltips, updated input placeholder text Updated Advanced Search Tips Nov 17, 2022
@flacoman91 flacoman91 marked this pull request as ready for review November 18, 2022 15:37
src/css/base.less Outdated Show resolved Hide resolved
<div className="tips">
<div className="tip">
<h4>And/Or</h4>
<div className="o-expandable_content">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The structure here looks like it's:

o-expandable
  o-expandable_content
  o-expandable_content
  o-expandable_content

Expandables were built with the idea it would be one content area per expandable, so it is expecting this structure:

o-expandable
  o-expandable_content
o-expandable
  o-expandable_content
o-expandable
  o-expandable_content

Additionally, it would expect to have a o-expandable_target for toggling the expandable (see https://cfpb.github.io/design-system/components/expandables). Are these used for some expandable styles, but are not actually expandables?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, basically are used for the styling that comes with design system.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anselmbradford

Could you give this another look? I'm necromancing this PR from a couple years ago.

@flacoman91 flacoman91 requested review from anselmbradford and wwhorton and removed request for KatherynRizek February 5, 2024 23:28
Copy link
Contributor

@wwhorton wwhorton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@flacoman91 flacoman91 added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 5bfc85d Feb 6, 2024
2 checks passed
@flacoman91 flacoman91 deleted the 1564-search-tipsupdate branch February 6, 2024 17:34
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.

3 participants