Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css: Don't bold table headers unless it's a .title-row | Runxi Yu | 6 days | 1 | -0/+4 |
| | |||||
* | repo/index: Emit warning when path contains newline | Runxi Yu | 6 days | 1 | -0/+8 |
| | |||||
* | css: Add outline to select:active | Runxi Yu | 6 days | 1 | -0/+3 |
| | |||||
* | group/index: Allow repo creation via web | Runxi Yu | 7 days | 1 | -0/+16 |
| | |||||
* | *: Support subgroups via SQL recursion | Runxi Yu | 7 days | 1 | -0/+3 |
| | |||||
* | css: *:focus-visible: outline color | Runxi Yu | 7 days | 1 | -0/+4 |
| | |||||
* | css: Don't make the arrow so large | Runxi Yu | 8 days | 1 | -1/+1 |
| | |||||
* | css: Add arrow to diffs in commit view | luk3yx | 8 days | 1 | -0/+14 |
| | | | | | | | This makes it clearer that they can be clicked on. I'm only really doing this because I wanted to try out the merge request thing, feel free to reject it if you don't want it. | ||||
* | css: Fix copyright lines | Runxi Yu | 8 days | 1 | -1/+1 |
| | |||||
* | Add SPDX license headers to Makefile, SQL, and CSS | Runxi Yu | 10 days | 1 | -0/+5 |
| | |||||
* | css: Fix button text colors | Runxi Yu | 2025-02-19 | 1 | -5/+5 |
| | |||||
* | css: .commit-id { work-break: break-word; } | Runxi Yu | 2025-02-19 | 1 | -0/+1 |
| | |||||
* | Revert "style.css: Make it more concise" | Runxi Yu | 2025-02-18 | 1 | -35/+69 |
| | | | | | | This reverts commit ff7e33a9c443fd49a67664d01e50655cc1dc58d3. Broke too much stuff. | ||||
* | Revert "style.css: Fix .chunk-addition" | Runxi Yu | 2025-02-18 | 1 | -5/+3 |
| | | | | This reverts commit 9f19bcb50de2ced13a22bbe44078d8a47bf9ce41. | ||||
* | style.css: Fix .chunk-addition | Runxi Yu | 2025-02-18 | 1 | -3/+5 |
| | |||||
* | style.css: Make it more concise | Runxi Yu | 2025-02-17 | 1 | -69/+35 |
| | |||||
* | style.css: :focus -> :focus-visible | Runxi Yu | 2025-02-17 | 1 | -3/+3 |
| | | | | | | | | Users who actually click on the header label won't get that focus outline any more. It's still provided for keyboard users, for whom the outline may be necessary for accessibility. References: https://stackoverflow.com/questions/31402576 | ||||
* | style.css: Reformat and improve checkbox accessibility | Runxi Yu | 2025-02-17 | 1 | -10/+19 |
| | | | | | | | | Previously the expandable checkboxes were { display: none; } which made them impossible to focus via the keyboard. Here we change it to { opacity: 0; position: absolute; }, so it becomes keyboard-focusable. Then we add an outline to the <label> when the checkbox is focused so users could visually identify that the checkbox has been focused. | ||||
* | style.css: break-word for #readme | Runxi Yu | 2025-02-15 | 1 | -0/+5 |
| | | | | | | | Some browsers (chromium and webkit ones, it seems) don't break lines when they encounter a long token without spaces, such as long URLs. This causes the hbox to be overfull and it'll start scrolling which is annoying. | ||||
* | style.css: Use --lighter-box-background-color for title rows | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
| | |||||
* | style.css: Shrink font-size a bit for monospace components | Runxi Yu | 2025-02-14 | 1 | -1/+1 |
| | |||||
* | style.css, repo_index: Use div, not table, for expandables | Runxi Yu | 2025-02-14 | 1 | -30/+43 |
| | |||||
* | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 2025-02-14 | 1 | -4/+4 |
| | |||||
* | style.css: Categorize CSS statements | Runxi Yu | 2025-02-14 | 1 | -4/+32 |
| | |||||
* | style.css: Wider title-row specification | Runxi Yu | 2025-02-13 | 1 | -1/+1 |
| | |||||
* | repo_tree_file: Add padding | Runxi Yu | 2025-02-13 | 1 | -0/+3 |
| | |||||
* | _header.html: Format the main header | Runxi Yu | 2025-02-13 | 1 | -0/+19 |
| | |||||
* | login: Stub login page | Runxi Yu | 2025-02-13 | 1 | -1/+72 |
| | |||||
* | repo_index: Add clone instructions | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| | |||||
* | style.css: Fix file content background | Runxi Yu | 2025-02-11 | 1 | -2/+5 |
| | |||||
* | style.css: Better colors in dark mode, and add padding | Runxi Yu | 2025-02-11 | 1 | -0/+8 |
| | |||||
* | repo_commit: Properly format patchsets | Runxi Yu | 2025-02-11 | 1 | -1/+30 |
| | |||||
* | repo_commit: Show chunks | Runxi Yu | 2025-02-11 | 1 | -1/+13 |
| | |||||
* | repo_index.html, style.css: CSS state machines | Runxi Yu | 2025-02-11 | 1 | -0/+21 |
| | |||||
* | style.css, *.html: Scrolling behavior | Runxi Yu | 2025-02-11 | 1 | -6/+6 |
| | |||||
* | repo_{index,tree_dir}.html, style.css: No inner margins on README td's | Runxi Yu | 2025-02-11 | 1 | -1/+6 |
| | |||||
* | repo_commit: Add commit message | Runxi Yu | 2025-02-11 | 1 | -0/+3 |
| | |||||
* | repo_{index,log}: Link commits to their pages | Runxi Yu | 2025-02-11 | 1 | -0/+4 |
| | |||||
* | style.css: Let's use width 100% for tables for now... adjust later | Runxi Yu | 2025-02-11 | 1 | -2/+1 |
| | |||||
* | repo_commit: Add a commit info page | Runxi Yu | 2025-02-11 | 1 | -0/+7 |
| | |||||
* | style.css: Make links brighter in dark mode | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | style.css: Add dark theme | Runxi Yu | 2025-02-11 | 1 | -0/+17 |
| | |||||
* | style.css: Padding in px, not rem | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
| | |||||
* | style.css: Increase max-width | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | style.css, *.html: Lighthouse accessibility | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| | |||||
* | footer.html: Add link to Lindenii Forge | Runxi Yu | 2025-02-10 | 1 | -3/+16 |
| | |||||
* | style.css: Separate darker and lighter border colors | Runxi Yu | 2025-02-10 | 1 | -3/+4 |
| | |||||
* | repo_{index,tree_dir}.html, style.css: Darker table title row | Runxi Yu | 2025-02-10 | 1 | -0/+3 |
| | |||||
* | *: Some simple styling with tables | Runxi Yu | 2025-02-10 | 1 | -6/+20 |
| | |||||
* | handle_repo_tree: Syntax highlighting | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
| |