about summary refs log tree commit diff
path: root/templates (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-27 feat(templates): Add indicators for closed threadsVincent Ambo2-1/+15
2018-05-22 refactor(templates): Move search result template to AskamaVincent Ambo1-1/+1
2018-05-22 refactor(templates): Move post editing template to AskamaVincent Ambo1-28/+36
2018-05-22 refactor(templates): Move thread page template to AskamaVincent Ambo2-15/+11
2018-05-22 refactor(templates): Use Askama for index templateVincent Ambo1-5/+5
2018-05-22 fix(templates): Fix layout of user info on desktop viewVincent Ambo1-3/+2
2018-05-22 feat(templates): Add new MDL-themed search result viewVincent Ambo1-43/+63
2018-05-22 feat(templates): Add new thread view with MDL designVincent Ambo2-62/+100
2018-05-22 feat(templates): Add new MDL-based post editing pageVincent Ambo1-72/+85
2018-05-22 feat(templates): Add new MDL based index pageVincent Ambo1-35/+63
2018-05-19 feat(templates): Add syntax highlighting for code via highlight.jsVincent Ambo1-0/+3
2018-04-16 style(thread): Fix padding on thread viewVincent Ambo1-1/+1
2018-04-16 fix(thread): Load Gravatar images at larger sizeVincent Ambo1-1/+1
2018-04-16 feat(templates): Add 'Last post by' to the list of threadsTatriX1-1/+4
2018-04-16 fix(templates): Fix alignment of columns in thread viewVincent Ambo1-8/+8
2018-04-16 fix(templates): Fix double-escaping of thread titlesVincent Ambo2-3/+3
2018-04-16 fix(templates): Add some pleasing spacing to thread layoutVincent Ambo1-1/+1
2018-04-16 fix(templates): Mark pre-escaped variables as 'safe'Vincent Ambo2-2/+2
2018-04-15 feat(handlers/render): Display edit form for user's own postsVincent Ambo1-1/+1
2018-04-15 fix(templates/post): Correctly insert post bodyVincent Ambo1-1/+1
2018-04-15 refactor(templates/render): Add generic post editing templateVincent Ambo3-57/+104
2018-04-15 refactor(templates): Restyle thread view using flex layoutVincent Ambo1-48/+35
2018-04-15 style(templates): Minor fixes to search & index layoutsVincent Ambo2-6/+5
2018-04-14 refactor(handlers): Receive search terms via query parametersVincent Ambo2-2/+2
2018-04-14 feat(templates): Add 'sticky' badge to sticky threadsVincent Ambo1-1/+1
2018-04-14 feat: Implement search result view & enable searchVincent Ambo2-3/+51
2018-04-14 fix(templates): Fluidly scale all imagesVincent Ambo1-0/+2
2018-04-14 fix(templates): Set CSPs on templatesVincent Ambo3-0/+3
2018-04-14 feat(templates): Highlight stickied threads in indexVincent Ambo1-2/+2
2018-04-12 feat(handler): Perform basic input validation on new thread viewVincent Ambo2-6/+7
2018-04-11 fix(templates/handlers): Fix post anchorsVincent Ambo1-2/+4
2018-04-11 feat(render): Implement Markdown thread rendering & GravatarVincent Ambo1-25/+6
2018-04-09 fix(templates): Fix author name & avatar displayVincent Ambo1-4/+12
2018-04-09 feat(handlers/templates): Add "New Thread" handler and templateVincent Ambo1-0/+52
2018-04-09 feat(templates): Slightly less barebones index & thread templatesVincent Ambo2-39/+115
2018-04-08 feat(templates): Display author information in templatesVincent Ambo2-3/+3
2018-04-08 feat(templates): Add shitty little response form in thread viewVincent Ambo2-2/+14
2018-04-08 feat(templates): Add a shitty thread submission formVincent Ambo1-0/+14
2018-04-08 feat(main/templates): Add barebones single-thread viewVincent Ambo2-1/+15
2018-04-08 feat(main): Add support for Tera templatesVincent Ambo1-0/+14