-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
enhancement of compare feature #29766
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
base: main
Are you sure you want to change the base?
Conversation
splited from go-gitea#25322 - split branch/tags dropdownas two parts: repository dropdown and branch/tags dropdown. that's same with github. - user can search any repository in repository search box. - show a single error log instead of a 404 page when the head repo or user, the head or base ref is not exist. then user still can choose other option easyly. Signed-off-by: a1012112796 <[email protected]>
Signed-off-by: a1012112796 <[email protected]>
fixed 94916db |
Test failures related. |
Signed-off-by: a1012112796 <[email protected]>
Signed-off-by: a1012112796 <[email protected]>
Is there a condition when it shows 4 selection boxes or is it always? Wondering because at least in some cases, github only shows 2 boxes, like here: |
Co-authored-by: silverwind <[email protected]>
Co-authored-by: silverwind <[email protected]>
to chose other repository easily. then the server can save time loading branch information for the all associated repository it uses. at last user can chose all repos by ui now.
yes, in fact github provide two optional views, one has repo chose options, the others don't have, and user can switch it by click the 'compare across forks' buttuon. I has try it in #25322 also. but as lunny says (#25322 (comment)), looks the second view is not so necessary. |
Signed-off-by: a1012112796 <[email protected]>
Signed-off-by: a1012112796 <[email protected]>
splited from #25322