aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/branch
Commit message (Expand)AuthorAgeFilesLines
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-20/+20
* Fix incorrect tailwind migration (#30007)silverwind2024-03-221-4/+4
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-5/+5
* Unify search boxes (#29530)Denys Konovalov2024-03-141-124/+120
* Replace some `gt-` classes with `tw-` (#29570)silverwind2024-03-041-1/+1
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-1/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Improve branch list UI (#27319)wxiaoguang2023-09-281-13/+9
* Fix protected branch icon location (#26576)yp053272023-09-271-8/+8
* Fix more "locale" usages (#27259)wxiaoguang2023-09-251-4/+4
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-31/+31
* cleanup locale function usage (#27227)Denys Konovalov2023-09-241-2/+2
* Search branches (#27055)Lunny Xiao2023-09-171-2/+13
* Refactor some CSS styles and simplify code (#26771)wxiaoguang2023-08-281-3/+3
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-2/+2
* Fix wrong branch name in rename branch modal (#26146)yp053272023-07-261-1/+1
* Fix wrong usage of PathEscapeSegments in branch list page (#25864)yp053272023-07-141-1/+1
* Fix the wrong default branch name displayed by checkout (#25777)hiifong2023-07-091-1/+1
* Several fixes for mobile UI (#25634)Denys Konovalov2023-07-041-1/+1
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+2
* Adding branch-name copy to clipboard branches screen. (#25596)puni98692023-06-301-4/+13
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-109/+107
* Improve AJAX link and modal confirm dialog (#25210)wxiaoguang2023-06-131-1/+1
* Button and color enhancements (#24989)silverwind2023-06-091-14/+10
* Rework notifications list (#24812)silverwind2023-05-251-10/+10
* Improve button-ghost, remove tertiary button (#24692)wxiaoguang2023-05-131-10/+10
* Fix typo in rename branch dialog (#24537)sillyguodong2023-05-051-1/+1
* Display warning when user try to rename default branch (#24512)sillyguodong2023-05-041-0/+5
* Move `Rename branch` from repo settings page to the page of branches list (#2...sillyguodong2023-04-301-20/+62
* Improve protected branch setting page (#24379)Hester Gong2023-04-291-1/+6
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-251-0/+10
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-1/+1
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-231-3/+3
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-071-2/+3
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-7/+7
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-4/+4
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-1/+1
* add margin top to the top of branches (#23002)HesterG2023-02-211-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-8/+8
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-4/+4
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
* Fix button in branch list, avoid unexpected page jump before restore branch a...Xinyu Zhou2022-11-241-11/+15
* Fix UI column width, button overflow Fomantic's grid (#21559)Xinyu Zhou2022-10-281-1/+1
* Fix disable download button (#20701)Lunny Xiao2022-08-081-1/+1
* Add disable download source configuration (#20548)Lunny Xiao2022-07-311-6/+8
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-25/+25
* Make better use of i18n (#20096)Gusted2022-06-261-3/+3
* Prevent double encoding of branch names in delete branch (#18714)zeripath2022-02-111-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2