aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base
Commit message (Expand)AuthorAgeFilesLines
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-081-4/+4
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-2/+2
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-102-2/+2
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-181-3/+3
* Fix navbar `+` menu flashing on page load (#31281)silverwind2024-06-121-3/+3
* fixed the dropdown menu for the top New button to expand to the left (#31273)Kerwin Bryant2024-06-061-1/+1
* Rework and fix stopwatch (#30732)silverwind2024-04-301-30/+39
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-242-2/+2
* Remove fomantic button module (#30475)silverwind2024-04-141-9/+1
* Fix code block style for code preview (#30298)wxiaoguang2024-04-061-1/+1
* Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)Yakov2024-04-031-1/+3
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-0/+25
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-241-3/+3
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-242-18/+18
* Fix incorrect tailwind migration (#30007)silverwind2024-03-221-4/+4
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-4/+4
* Refactor repo header/list (#29969)wxiaoguang2024-03-211-5/+5
* Add `<overflow-menu>`, rename webcomponents (#29400)silverwind2024-03-151-0/+1
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-052-4/+4
* Add aria-label to the navbar menu button (#29587)wxiaoguang2024-03-041-1/+1
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-6/+8
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-012-5/+5
* Use tailwind instead of `gt-[wh]-` helper classes (#29423)Lunny Xiao2024-02-271-2/+2
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-1/+1
* Remove DataRaceCheck (#29258)wxiaoguang2024-02-192-2/+0
* Auto-update the system status in admin dashboard (#29163)Yarden Shoham2024-02-161-1/+1
* Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`...Yarden Shoham2024-01-301-1/+1
* Move the captcha script loader to the template which really needs it (#28718)wxiaoguang2024-01-071-12/+0
* Avoid unnecessary 500 panic when a commit doesn't exist (#28719)wxiaoguang2024-01-071-1/+1
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-062-8/+2
* Fix more "locale" usages (#27259)wxiaoguang2023-09-252-5/+5
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-254-54/+54
* cleanup locale function usage (#27227)Denys Konovalov2023-09-241-7/+4
* Change green buttons to primary color (#27099)silverwind2023-09-181-3/+3
* update footer link to new landing page (#26916)techknowlogick2023-09-051-1/+1
* Refactor `og:description` to limit the max length (#26876)wxiaoguang2023-09-031-5/+10
* Improve opengraph previews (#26851)Linus Groh2023-09-012-36/+43
* Move licenses.txt to /assets directory (#26866)silverwind2023-09-011-1/+1
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-271-2/+2
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-0/+2
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-2/+2
* Start using template context function (#26254)wxiaoguang2023-08-082-7/+10
* Enable H014 and H023 djlint rules (#25786)silverwind2023-07-091-1/+0
* Align language menu icon and fit the footer area (#25556)wxiaoguang2023-06-281-1/+1
* Use JSON response for "user/logout" (#25522)wxiaoguang2023-06-261-2/+2
* Navbar fixes (#25402)silverwind2023-06-241-3/+3
* Navbar styling rework (#25343)silverwind2023-06-201-37/+38
* rename tributeValues to mentionValues (#25375)silverwind2023-06-201-1/+1
* Add template linting via djlint (#25212)silverwind2023-06-141-2/+2
* Improve AJAX link and modal confirm dialog (#25210)wxiaoguang2023-06-131-5/+7