summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki/posts/postList.html
Commit message (Collapse)AuthorAgeFilesLines
* KB66 Add comment notification email.Matthias Andreas Benkard2022-06-041-137/+0
| | | | Change-Id: I27feecfe2d4309397b116552856227eacb7e9600
* KB66 Add comment box.Matthias Andreas Benkard2022-06-041-2/+2
| | | | Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4
* KB66 Add comment post form.Matthias Andreas Benkard2022-05-241-1/+7
| | | | Change-Id: Iac22d115f0d1c59eb273a26d720c07f6d1b11077
* Fix semantic HTML.Matthias Andreas Benkard2022-05-241-16/+16
| | | | | | | | | | | | Applies recommendations by https://validator.w3.org/nu/: - Replaces untitled sections with divs. (Sections are supposed to represent semantic, not structural, units.) - Replaces bookmark title h1. with h2s. (While not strictly required according to the HTML spec, you are supposed to make heading levels independent of semantic structure tags.) Change-Id: I81c634b67bb1044214b5f88a7e05f00d8ba87d5c
* KB66 Use type-safe templates everywhere.Matthias Andreas Benkard2021-07-051-75/+63
| | | | Change-Id: I879e76e5bbaf91349f6df4637d9dc15291a3ada1
* Update dependencies.Matthias Andreas Benkard2021-06-281-1/+1
| | | | Change-Id: Ibca1be39b37f76ad9dfe743087959559d3f65d2a
* Make navigation in portrait mode more compact.Matthias Andreas Benkard2020-12-161-0/+2
| | | | | | | - Moves secondary navigation items to the footer. - Reduces primary navigation items to two lines. Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1
* KB73 Add full text search to post lists.Matthias Andreas Benkard2020-09-171-5/+9
| | | | Change-Id: Ib8333b39cef1d7035ab7fac0ff8a03b400adcb40
* Add Parcel bundler to build process.Matthias Andreas Benkard2020-06-141-6/+1
| | | | Change-Id: Iade8364efa0d2ce9443b67e20bf09ea93a3d7bcd
* Post list: Load JavaScript modules only if editing is enabled.Matthias Andreas Benkard2020-04-271-0/+2
| | | | Change-Id: Ia6a41427866428da6bd57593c57173ad88f990f5
* KB54 Use bookmark Emoji for bookmarks, give title font normal weight.Matthias Andreas Benkard2020-04-261-1/+1
| | | | Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
* KB54 Group posts by date, use floating to make style sheet even more compact.Matthias Andreas Benkard2020-04-261-32/+36
| | | | Change-Id: I41346eb51481d4c2c4e7066373fba5b7073e3e4f
* KB54 Put posts in date buckets for templating.Matthias Andreas Benkard2020-04-261-67/+71
| | | | Change-Id: Ic17b2dede722f5962a55b9c4d3b4663a71480e9c
* KB53 Support bookmark edition.Matthias Andreas Benkard2020-04-191-2/+19
| | | | Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48
* KB51 Add post links.Matthias Andreas Benkard2020-04-181-4/+8
| | | | Change-Id: I429aadcc71212a9bfb90c812e108e55c51672ba9
* Update to Quarkus 1.3.2.Final.Matthias Andreas Benkard2020-04-171-1/+1
| | | | | | | Also adds a workaround for Quarkus issue #8662 (https://github.com/quarkusio/quarkus/issues/8662). Change-Id: I0a91a67609b0fce4cf7f4dd356d787caf1e2938d
* Post list: Improve lazy chat message edit button layout.Matthias Andreas Benkard2020-04-131-7/+14
| | | | Change-Id: I46100b4b0039f241c7fb13905fb203303f1a466d
* Post list template: Fix whitespace.Matthias Andreas Benkard2020-04-131-1/+1
| | | | Change-Id: Ibcd5302f6a66c0cf6e55f2c213e31df004767c32
* Lazy Chat: Implement editing of messages.Matthias Andreas Benkard2020-04-131-2/+11
| | | | Change-Id: I291201da1fbc7c2b6563f0837f7ce3e2f7f8555c
* Enable lazy chat message submission.Matthias Andreas Benkard2020-03-261-1/+11
| | | | Change-Id: I9e9060e29bb63a78591f618cc54acdfb5b49575f
* Use generic page template for bookmark and lazy chat lists.Matthias Andreas Benkard2020-03-231-0/+85
Change-Id: I86cc78c8164d6672d8b5cfbc2a3433954068967e