aboutsummaryrefslogtreecommitdiffstats
path: root/modules/fileicon
Commit message (Collapse)AuthorAgeFilesLines
* Follow file symlinks in the UI to their target (#28835)delvh2025-07-013-11/+10
| | | | | | | | | | Symlinks are followed when you click on a link next to an entry, either until a file has been found or until we know that the link is dead. When the link cannot be accessed, we fall back to the current behavior of showing the document containing the target. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* support the open-icon of folder (#34168)Kerwin Bryant2025-04-285-57/+90
| | | Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Keep file tree view icons consistent with icon theme (#33921)Kerwin Bryant2025-04-062-16/+58
| | | | | | | | | | | | | | | | | Fix #33914 before: ![3000-gogitea-gitea-y4ulxr46c4k ws-us118 gitpod io_test_test gitea_src_branch_main_ gitmodules](https://github.com/user-attachments/assets/ca50eeff-cc44-4041-b01f-c0c5bdd3b6aa) after: ![3000-gogitea-gitea-y4ulxr46c4k ws-us118 gitpod io_test_test gitea_src_branch_main_README md](https://github.com/user-attachments/assets/3b87fdbd-81d0-4831-8a74-4dbfcd5b6d91) --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix some UI bugs and clean up unused tests (#34088)wxiaoguang2025-04-011-7/+5
| | | | | 1. Make the material icon falls back to basic theme correctly 2. Remove `TestAttributeReader`, the problem has been resolved. 3. Fix `toggleElem` bug and add tests
* Add old svg class name to git entry icon (#33884)wxiaoguang2025-03-141-5/+15
| | | Fix https://github.com/go-gitea/gitea/pull/33837#discussion_r1995521288
* Fix file icon mapping (#33855)wxiaoguang2025-03-112-6/+24
| | | | Use the file extension mapping from VSCode's extensions. Otherwise js/ts/vba/... files won't get correct icons.
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-102-26/+41
|
* Add material icons for file list (#33837)wxiaoguang2025-03-102-0/+177