• Joined on 2023-02-28
gordons commented on issue rho_n/hpr_generator#109 2023-05-27 13:01:27 +00:00
correspondents should be sorted alphanumerically and not numerically

Just needs order by lower(h.host) although the order is slightly different.

  • 2BFrank
  • @einebiene
  • A Shadowy Figure
  • Aaressaar
  • Accipiter etc.
gordons commented on issue rho_n/hpr_generator#6 2023-04-30 14:57:20 +00:00
Implement Tags page

First try at this is rho_n/hpr_generator#106 Dealing with '.' as the first character of a tag was a bit of a pain.

Are there any tags that begin with `'_',…

gordons created pull request rho_n/hpr_generator#106 2023-04-30 14:53:38 +00:00
W.I.P. Implement Tags page
gordons created branch I6_Implement_Tags_page in rho_n/hpr_generator 2023-04-30 14:50:37 +00:00
gordons pushed to I6_Implement_Tags_page at rho_n/hpr_generator 2023-04-30 14:50:37 +00:00
afc6b7518f Fixed link to Tags.
gordons created pull request rho_n/hpr_generator#100 2023-03-22 00:28:02 +00:00
WIP: Added lazy loading attribute to images in show notes.
gordons commented on issue rho_n/hpr_generator#99 2023-03-19 12:03:07 +00:00
Listener would like pages to load faster by lazy loading images in notes

I already did this in a slightly different way. See 610e91ea9f

It's the notes column, not a show

gordons created branch I99_Lazy_load_notes_images in rho_n/hpr_generator 2023-03-19 11:52:27 +00:00
gordons pushed to I99_Lazy_load_notes_images at rho_n/hpr_generator 2023-03-19 11:52:27 +00:00
610e91ea9f Added lazy loading attribute to images in show notes.
gordons opened issue rho_n/hpr_generator#99 2023-03-18 10:05:36 +00:00
Listener would like pages to load faster by lazy loading images in notes
gordons commented on pull request rho_n/hpr_generator#95 2023-03-16 14:03:37 +00:00
Moved thumbnail image tag to Block with conditional lazy load.

Not sure content-episode.tpl.html should have show_avatar instead of get_avatar because I'm not sure it had a link before, but it might be better that it does. Ditto with `content-twat_ep…

gordons commented on issue rho_n/hpr_generator#96 2023-03-12 08:08:37 +00:00
User desires updated list of acknowledgements

gordons is fine, because that's my login here. Real name is Gordon Stanton, from Australia.

gordons commented on pull request rho_n/hpr_generator#95 2023-03-12 08:06:30 +00:00
Moved thumbnail image tag to Block with conditional lazy load.

I've renamed get_avatar to get_avatar_src in all the places. Moved host_thumb into shared-avatar.tpl.html and added a parameter for when after the host_cnt lazy loading should…

gordons pushed to I90_Lazy_load_host_avatars at rho_n/hpr_generator 2023-03-12 07:49:34 +00:00
ce4aefe828 Renamed macro get_avatar to get_avatar_src as per suggestion.
gordons commented on issue rho_n/hpr_generator#90 2023-03-10 15:10:10 +00:00
User desires lazy loading of host avatars on the hosts page

It's very similar to the other one. Branch is I90_Lazy_load_host_avatars

gordons created branch I90_Lazy_load_host_avatars in rho_n/hpr_generator 2023-03-10 15:06:07 +00:00
gordons pushed to I90_Lazy_load_host_avatars at rho_n/hpr_generator 2023-03-10 15:06:07 +00:00
ebcd906300 Moved thumbnail image tag to Block with conditional lazy load.
gordons created pull request rho_n/hpr_generator#88 2023-03-04 15:34:44 +00:00
Add lazy loading to host image
gordons pushed to I83_Lazy_load_host_images at rho_n/hpr_generator 2023-03-04 15:11:34 +00:00
c744bdf175 Moved host thumbnail image tag to separate template file.
gordons created branch I83_Lazy_load_host_images in rho_n/hpr_generator 2023-03-04 15:04:47 +00:00