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

Search refactor #127

Merged
merged 14 commits into from
Aug 4, 2022
Merged

Search refactor #127

merged 14 commits into from
Aug 4, 2022

Conversation

Viiprogrammer
Copy link
Contributor

@Viiprogrammer Viiprogrammer commented Jul 29, 2022

Pull Request Template

Description

Full refactor of search:
2. Prefer let / const
3. Use async / await
4. Make text of search result align center

No new dependencies needed

Maybe you should run build for update search.min.js, I'm not update it in commits

Motivation: I use this template for https://github.com/OpengramJS/opengram and I think your template deserves better code :)

Type of change

Please mark options that is/are relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Other (if so, then explain below briefly)

I test new base URL calculation with followed URLs and without base_url option:

  1. https://exmaple.com/ - works
  2. http://exmaple.com/ - works
  3. / - works
  4. /v4/ - works
  5. https://exmaple.com- not works (missing end /)
  6. http://exmaple.com- not works (missing end /)
  7. /v4 - not works (missing end /)

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

That's Amazing! Thanks for creating your first PR for clean-jsdoc-theme. Someone will review it soon!

@ankitskvmdam
Copy link
Owner

Thanks for this amazing PR!

I will review it as soon as possible.

@ankitskvmdam ankitskvmdam merged commit f91272d into ankitskvmdam:master Aug 4, 2022
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.

2 participants