Commit Graph

20 Commits (636732da84eea7fca8183b665e88df8608a93afa)

Author SHA1 Message Date
gravel 776a7fde37
Improve site clickability 2 years ago
gravel 606170e672
feat: restructure site generation, reduce dom size
This commit does the following:
- Expands site generation with ability to include page-specific fragments
- Expands staff rating algorithms
- Restricts list of Communities statically included in main page
- Adds mechanism to fetch rest of Communities dynamically
- Adds /groups/all to request all pages statically
- Extracts duplicate tag information from servers.json into tags.json
- Minor changes (clickable h1 resets URL hash)
2 years ago
gravel 34c291b8b2
fix: make asset paths absolute 2 years ago
gravel 6ce6744bca
Revamp header, add icons, improve search 2 years ago
gravel 26d3afeafd
Shrink HTML size II 2 years ago
gravel 740c5c1675
Shrink HTML size I 2 years ago
gravel 1ee166782f
Improve search & sort performance 2 years ago
gravel 76f1a4b84e
Fix and promote URL tag search 2 years ago
gravel 75c48c0e1b
fix: Make host col sort stable 2 years ago
gravel 6914324dca
Fix partial room token matches in JS 2 years ago
gravel 558202a4a9
Fix partial room token matches in JS 2 years ago
gravel 6d45d5ceca
Fix partial room token matches in JS 2 years ago
gravel 44a47cad1d
Fix server merging and room sort 2 years ago
gravel 9866d1dc91
Introduce server ID 2 years ago
gravel e1b086f0b8
feat: open room modal with id prefix 2 years ago
gravel 7497bfc88d
fix: fix syntax 2 years ago
gravel 58a9f8eac6
fix: fix typo 2 years ago
gravel 1d73a38120
optimize dom size & json delivery 2 years ago
gravel 378589e8ac
feat: fetch secondary room info via JSON
This commit decreases the shipped DOM size by removing room tags and
the room staff list. These are not used by non-JS browsers and may
instead be fetched via JS.
2 years ago
gravel 30b0fe08d9
Rename constants.js to util.js 2 years ago