Refactoring tasks #80

Merged
sixtus merged 20 commits from refactoring into main 2023-01-02 16:59:31 +01:00

So after yesterday's update I took some time to cleanup remaining stuff in general.

  • Finally figured out some way to stop serving the main page both below / and /dezentrale URLs (did someone notice? I hope not, but guess so - anyway this bugged me all the time)
  • Fix post taxonomy - they are configured as post, some posts were using posts..
  • Cleanup events display in general:
    • Drop remote_reason at all - This is not in use for quite some time and was very difficult to understand
    • Drop remote_chat - Most of them had duplicate values for the far better matrix_channel attribute
    • Only leftover is remote_url - It is displayed as normal key-value pair like all the other attributes
    • Fix single event display which did not have event end time configured (finish = null)
    • Use more generic wording on the 'termine' page regarding covid
  • Fix broken html (leftover img tag) on 'thanks' page
  • Move all images used on the non post-pages into the static folder (so they are not processed through hugo pipes)
  • Split off three-column interface from 'ueber-uns' page (looks shitty on mobile)
    • This page really needs some new text - at least some new images for it are prepared..
  • Clean up custom css file to remove settings which are not in use anymore
  • And some more details I've forgotten about rn..
So after yesterday's update I took some time to cleanup remaining stuff in general. - Finally figured out some way to stop serving the main page both below `/` and `/dezentrale` URLs (did someone notice? I hope not, but guess so - anyway this bugged me all the time) - Fix `post` taxonomy - they are configured as `post`, some posts were using `posts`.. - Cleanup events display in general: - Drop `remote_reason` at all - This is not in use for quite some time and was very difficult to understand - Drop `remote_chat` - Most of them had duplicate values for the far better `matrix_channel` attribute - Only leftover is `remote_url` - It is displayed as normal key-value pair like all the other attributes - Fix single event display which did not have event end time configured (`finish = null`) - Use more generic wording on the 'termine' page regarding covid - Fix broken html (leftover img tag) on 'thanks' page - Move all images used on the non post-pages into the static folder (so they are not processed through hugo pipes) - Split off three-column interface from 'ueber-uns' page (looks shitty on mobile) - This page really needs some new text - at least some new images for it are prepared.. - Clean up custom css file to remove settings which are not in use anymore - And some more details I've forgotten about rn..
sixtus added 20 commits 2023-01-02 16:59:08 +01:00
8927697077 Revert "Fix missing "pure-img" class on resource_image shortcode"
> This is not required - the theme does take care of it

This reverts commit 21bf40051d.
sixtus merged commit 15efb41a36 into main 2023-01-02 16:59:31 +01:00
sixtus deleted branch refactoring 2023-01-02 16:59:36 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Frontend/Homepage#80
There is no content yet.