| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 1 | -1/+1 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 1 | -1/+1 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 1 | -1/+1 |
* | Use full width for project boards (#28225) | Denys Konovalov | 2023-11-27 | 1 | -0/+2 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 1 | -1/+1 |
* | Remove polluted `.ui.right` (#26825) | wxiaoguang | 2023-08-31 | 1 | -1/+1 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 1 | -269/+5 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -1/+1 |
* | Merge `templates/projects/list.tmpl` and `templates/repo/projects/list.tmpl` ... | Earl Warren | 2023-08-01 | 1 | -86/+1 |
* | Fix inconsistent user profile layout across tabs (#25625) | puni9869 | 2023-07-06 | 1 | -0/+2 |
* | Replace fomantic divider module with our own (#25539) | silverwind | 2023-06-29 | 1 | -3/+3 |
* | Various UI fixes (#25264) | silverwind | 2023-06-21 | 1 | -1/+1 |
* | Fix UI on mobile view (#25315) | Denys Konovalov | 2023-06-18 | 2 | -27/+30 |
* | Disable `Create column` button while the column name is empty (#25192) | Punit Inani | 2023-06-13 | 1 | -1/+1 |
* | Merge `new project` templates into one (#24985) | delvh | 2023-05-31 | 1 | -87/+1 |
* | Fix repo level project - edit column (#24982) | HesterG | 2023-05-29 | 1 | -1/+1 |
* | Use `shared/issueicon` template in projects (#24922) | silverwind | 2023-05-25 | 1 | -18/+2 |
* | Fix can’t move anymore items in repo project boards (#24892) | yp05327 | 2023-05-24 | 1 | -1/+1 |
* | Update pin and add pin-slash (#24669) | yp05327 | 2023-05-12 | 1 | -1/+1 |
* | Make Issue/PR/projects more compact, misc CSS tweaks (#24459) | silverwind | 2023-05-03 | 1 | -31/+29 |
* | Rework header bar on issue, pull requests and milestone (#24420) | silverwind | 2023-04-29 | 3 | -5/+5 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 2 | -6/+6 |
* | Fix no edit/close/delete button in org repo project view page (#24301) | yp05327 | 2023-04-24 | 1 | -2/+2 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 2 | -23/+18 |
* | Add unset default project column (#23531) | yp05327 | 2023-04-19 | 1 | -7/+22 |
* | Fix wrong scopes of locale.PrettyNumber (#24181) | Hester Gong | 2023-04-18 | 1 | -2/+2 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 1 | -4/+4 |
* | Fix date display bug (#24047) | wxiaoguang | 2023-04-11 | 1 | -1/+1 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 1 | -4/+4 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 1 | -1/+1 |
* | Fix project card preview select and template select (#23684) | Zettat123 | 2023-03-27 | 1 | -1/+1 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 1 | -2/+2 |
* | Fix cancel button in the page of project edit not work (#23655) | sillyguodong | 2023-03-24 | 1 | -1/+1 |
* | Fix incorrect `show-modal` and `show-panel` class (#23660) | wxiaoguang | 2023-03-23 | 1 | -1/+1 |
* | Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2... | wxiaoguang | 2023-03-23 | 1 | -1/+1 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 1 | -1/+1 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 2 | -25/+7 |
* | Show edit/close/delete button on organization wide repositories (#23388) | yp05327 | 2023-03-12 | 1 | -6/+6 |
* | Redirect to project again after editing it (#23326) | yp05327 | 2023-03-09 | 2 | -1/+2 |
* | Fix incorrect project links and use symlink icon for org-wide projects (#23325) | yp05327 | 2023-03-06 | 1 | -1/+1 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 1 | -1/+1 |
* | Projects: rename Board to Column in interface and improve consistency (#22767) | Brecht Van Lommel | 2023-02-24 | 2 | -22/+22 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -1/+1 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 2 | -23/+23 |
* | Preview images for Issue cards in Project Board view (#22112) | Nathaniel Sabanski | 2023-02-11 | 2 | -6/+34 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -1/+1 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren Gutiérrez | 2023-02-01 | 3 | -3/+3 |
* | Optimize html templates (#22080) | Jason Song | 2022-12-09 | 1 | -3/+3 |
* | Make sure fmt catches all templates (#20979) | silverwind | 2022-08-31 | 2 | -23/+23 |