enhancementgood first issuehelp wanted
仓库指标
- Star
- (5,470 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Problem Description
Hound UI does not keep the repo filter after reload or redirect to the website
Steps to reproduce
- go to hound website
- filter for a specific repo
- press search
- filter for repo is applied correctly
- press f5 and search again
- filter is removed
Expected behavior
- Repo filter is applied correctly after reload
I want to use hound search for a specific repo by linking directly to: [[https://hound.local/?repos=my-repo]]
Unfortunately after doing so the search term will again be searched over all repos.
I tried to fix it but the ui code in ui/assets/js/hound.js is too complex for me.
It seems that the params are not overwritten correctly when the website is reloaded.
Regards