1. 12 Sep, 2024 2 commits
  2. 10 Sep, 2024 1 commit
  3. 09 Sep, 2024 3 commits
  4. 08 Sep, 2024 1 commit
  5. 07 Sep, 2024 1 commit
  6. 04 Sep, 2024 3 commits
  7. 03 Sep, 2024 5 commits
  8. 02 Sep, 2024 16 commits
  9. 01 Sep, 2024 3 commits
  10. 30 Aug, 2024 4 commits
  11. 29 Aug, 2024 1 commit
    • RoccoSmit's avatar
      feat: reintroducing thumbnails (#3821) · 9b1adfbb
      RoccoSmit authored
      * Reintroducing thumbnails
      
      * Aligned with linting rules
      
      * making recomended code review change
      - changed method names to start with lower case as they are not used outside of their package
      - made receiver types for struct funcs to be pointers to not need to create copies
      
      Trying to cover all linting issues
      - converted slog warning to use attributes when logging warnings
      - seperated imports to have package files in their own section
      
      * Update go.mod
      
      ---------
      Co-authored-by: 's avatarboojack <24653555+boojack@users.noreply.github.com>
      9b1adfbb