-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add a search input component for other pages #35
Conversation
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_35/ |
@Neilblaze Could you please review this PR, this PR contains a React component to search repo and user names exported by OpenDigger to optimize the user experience in Playground and other future pages. |
0def42a
to
3df158c
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_35/ |
3df158c
to
2a619d2
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_35/ |
36d9125
to
0c4e6a7
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_35/ |
@frank-zsy Sorry for the late reply, I was traveling... but hopefully return by this weekend, will take a look asap :) |
Signed-off-by: frank-zsy <[email protected]>
0c4e6a7
to
293dee9
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_35/ |
No worry, I think the functionality looks alright now, I may merge this PR first and you can take a look at the code when you are free. |
Signed-off-by: frank-zsy <[email protected]>
Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]>
Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]>
Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]>
* doc: add some downstream apps in user doc (#29) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * docs: add multiple new metrics (EN + ZH) (#28) * docs: added activity_details Signed-off-by: neilblaze <[email protected]> * docs: add more metrics Signed-off-by: neilblaze <[email protected]> * doc: add latex support and modify some docs. Signed-off-by: frank-zsy <[email protected]> * docs: updated activity Signed-off-by: neilblaze <[email protected]> * merge: commit `421e67f` into new-metrics-v1 (latest) Signed-off-by: neilblaze <[email protected]> Co-Authored-By: Frank Zhao <[email protected]> * docs: added more metrics (x2) & fixed typos / broken URLs Signed-off-by: neilblaze <[email protected]> Co-Authored-By: Frank Zhao <[email protected]> * docs: update minor changes Signed-off-by: frank-zsy <[email protected]> --------- Signed-off-by: neilblaze <[email protected]> Signed-off-by: frank-zsy <[email protected]> Co-authored-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * feat: Initialize leaderboard page Signed-off-by: Bruce-Jay <[email protected]> * feat: 完成排行榜页面的初步开发 Signed-off-by: Bruce-Jay <[email protected]> * feat: add a search input component for other pages (#35) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * refactor: change project to typescript support (#36) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * blog: ospp 2023 analysis (#37) * blog: ospp 2023 analysis Signed-off-by: frank-zsy <[email protected]> * feat: add table row style for even row Signed-off-by: frank-zsy <[email protected]> --------- Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * fix: fix blog edit url so it can be directly opened by editor in browser (#38) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * feat: add a warning banner to preview deploy (#40) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * doc: update ospp anaylsis (#41) Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * refactor: update color theme (#43) * refactor: update color theme Signed-off-by: frank-zsy <[email protected]> * refactor: update redis analysis english version Signed-off-by: frank-zsy <[email protected]> --------- Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * docs: update ospp blog Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> * feat: 初步完成排行榜 banner 样式实现 Signed-off-by: Bruce-Jay <[email protected]> * feat: 初步完成calendar的开发 Signed-off-by: Bruce-Jay <[email protected]> * feat: 大致完成排行榜页面的开发,实现来源与仓库搜索功能。月份功能待优化。其他布局待优化 Signed-off-by: Bruce-Jay <[email protected]> * feat: 修改图表样式,并且双击节点时图表不重新渲染 * feat: 更新样式,用户可以选择搜索建议,同时对于月份选择器进行优化 * feat: 优化用户体验,用户选择仓库后不需要点击提交按钮 * feat: 尝试删除echarts中不必要的节点 * feat: 完善加载功能,增强用户体验 * feat: 更新 Banner 样式 * refactor: add i18n, to tsx, module css Signed-off-by: frank-zsy <[email protected]> * refactor: use default selectInput in leaderboard and remove tailwind Signed-off-by: frank-zsy <[email protected]> * refactor: change page name and remove jquery Signed-off-by: frank-zsy <[email protected]> * refactor: try to resolve conflict Signed-off-by: frank-zsy <[email protected]> --------- Signed-off-by: frank-zsy <[email protected]> Signed-off-by: Bruce-Jay <[email protected]> Signed-off-by: neilblaze <[email protected]> Co-authored-by: Frank Zhao <[email protected]> Co-authored-by: Pratyay Banerjee <[email protected]>
Description
This a general search component for other pages. This component supports:
And also replace the search component in the Playground page.
Resolved issues
Closes #32
Before submitting the PR, please take the following into consideration
feat:
,fix:
,chore:
,docs:
, orrefactor:
.main
branch.