| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove .segment from .project-column (#31204) (#31239) | Giteabot | 2024-06-04 | 1 | -1/+1 |
* | Fix project column title overflow (#31011) (#31025) | Giteabot | 2024-05-20 | 1 | -10/+6 |
* | Fix various problems around projects board view (#30696) (#30902) | Giteabot | 2024-05-08 | 1 | -1/+1 |
* | Fix project name wrapping, remove horizontal margin on header (#30631) | silverwind | 2024-04-23 | 2 | -5/+5 |
* | Fix and rewrite contrast color calculation, fix project-related bugs (#30237) | silverwind | 2024-04-07 | 1 | -5/+3 |
* | replace jquery-minicolors with coloris (#30055) | silverwind | 2024-03-29 | 1 | -4/+4 |
* | Drag-and-drop improvements for projects and issue pins (#29875) | silverwind | 2024-03-28 | 1 | -2/+2 |
* | Add default board to new projects, remove uncategorized pseudo-board (#29874) | Denys Konovalov | 2024-03-27 | 1 | -20/+11 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 2 | -8/+8 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 1 | -1/+1 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 2 | -2/+2 |
* | Remove unnecessary ".Link" usages (#29909) | wxiaoguang | 2024-03-20 | 1 | -5/+5 |
* | Fix `for` attribute not pointing to the ID of the color picker (#29813) | Yarden Shoham | 2024-03-15 | 1 | -1/+1 |
* | Unify search boxes (#29530) | Denys Konovalov | 2024-03-14 | 1 | -7/+2 |
* | Replace some `gt-` classes with `tw-` (#29570) | silverwind | 2024-03-04 | 3 | -4/+4 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 2 | -2/+2 |
* | Use full width for project boards (#28225) | Denys Konovalov | 2023-11-27 | 1 | -51/+53 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 2 | -8/+8 |
* | Fix incorrect change from #27231 (#27275) | delvh | 2023-09-26 | 1 | -3/+3 |
* | Fix more "locale" usages (#27259) | wxiaoguang | 2023-09-25 | 1 | -4/+4 |
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 2 | -19/+19 |
* | cleanup locale function usage (#27227) | Denys Konovalov | 2023-09-24 | 2 | -3/+3 |
* | Fix dropdown icon position (#27175) | wxiaoguang | 2023-09-21 | 1 | -1/+1 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 1 | -1/+1 |
* | Refactor some CSS styles and simplify code (#26771) | wxiaoguang | 2023-08-28 | 1 | -6/+2 |
* | Fix incorrect "tabindex" attributes (#26733) | wxiaoguang | 2023-08-26 | 1 | -2/+2 |
* | fix grab cursor on default column (#26476) | Denys Konovalov | 2023-08-14 | 1 | -2/+2 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 3 | -233/+174 |
* | 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 | -2/+2 |
* | Fix margin on the new/edit project page. (#25885) | puni9869 | 2023-07-16 | 1 | -3/+3 |
* | Clarify "text-align" CSS helpers, fix clone button padding (#25763) | wxiaoguang | 2023-07-08 | 1 | -1/+1 |
* | Reformat some templates (#25756) | wxiaoguang | 2023-07-07 | 3 | -331/+330 |
* | Following up fixes for "Fix inconsistent user profile layout across tabs" (#2... | wxiaoguang | 2023-07-07 | 1 | -6/+2 |
* | Fix inconsistent user profile layout across tabs (#25625) | puni9869 | 2023-07-06 | 2 | -12/+2 |
* | Replace fomantic divider module with our own (#25539) | silverwind | 2023-06-29 | 3 | -5/+5 |
* | Remove test string (#25447) | Denys Konovalov | 2023-06-22 | 1 | -1/+1 |
* | Various UI fixes (#25264) | silverwind | 2023-06-21 | 1 | -1/+1 |
* | Fix UI on mobile view (#25315) | Denys Konovalov | 2023-06-18 | 2 | -25/+28 |
* | Merge `new project` templates into one (#24985) | delvh | 2023-05-31 | 1 | -74/+57 |
* | Use `shared/issueicon` template in projects (#24922) | silverwind | 2023-05-25 | 1 | -18/+2 |
* | Update pin and add pin-slash (#24669) | yp05327 | 2023-05-12 | 1 | -1/+1 |
* | Add permission check for moving issue action in project view page (#24589) | yp05327 | 2023-05-09 | 1 | -1/+1 |
* | Make Issue/PR/projects more compact, misc CSS tweaks (#24459) | silverwind | 2023-05-03 | 1 | -1/+1 |
* | Rework header bar on issue, pull requests and milestone (#24420) | silverwind | 2023-04-29 | 3 | -4/+4 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 2 | -6/+6 |
* | 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/+20 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 1 | -4/+4 |
* | Add cardtype to org/user level project on creation, edit and view (#24043) | Hester Gong | 2023-04-11 | 2 | -0/+25 |