Skip to content

Conversation

@Tom-Dynamsoft
Copy link
Contributor

Summary

  • Remove balloon tooltip CSS (~210 lines) and all data-balloon-* attributes
  • Remove unnecessary wrapper <span> elements from 28 sample entries
  • Combine duplicate external link icon CSS for readme/source links
  • Update CSS selectors from :has(span) to :has(a) after span removal
  • Simplify search JavaScript to use text content only (aria-label removed)

Net change: -292 lines (505 deletions, 213 insertions)

Test plan

  • Verify index page displays correctly
  • Test search functionality still works
  • Test responsive layout on mobile
  • Verify all sample links work

- Remove balloon tooltip CSS (~210 lines) and all data-balloon attributes
- Remove unnecessary wrapper span elements from sample entries
- Combine duplicate external link icon CSS for readme/source links
- Update CSS selectors from :has(span) to :has(a) after span removal
- Simplify search JS to use text content only (aria-label removed)
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