Modal, process.env.HTTP_CACHE #643

Merged
Kieran merged 10 commits from mmalmi/snort:main into main 2023-10-06 09:38:30 +00:00
Collaborator
  • Optionally query uncached profiles from process.env.HTTP_CACHE
  • Close image modal on image click
  • Show modal gallery length only if greater than 1 (not 1/1)
  • Remove ProfileImage z-index (same as https://github.com/v0l/snort/pull/570)
* Optionally query uncached profiles from process.env.HTTP_CACHE * Close image modal on image click * Show modal gallery length only if greater than 1 (not 1/1) * Remove ProfileImage z-index (same as https://github.com/v0l/snort/pull/570)
mmalmi added 4 commits 2023-10-06 06:53:42 +00:00
mmalmi added 1 commit 2023-10-06 07:20:39 +00:00
continuous-integration/drone/pr Build is failing Details
0b5dc2d290
proper error handling in profile http cache
Kieran approved these changes 2023-10-06 08:27:29 +00:00
mmalmi added 2 commits 2023-10-06 08:31:47 +00:00
Kieran reviewed 2023-10-06 08:35:27 +00:00
@ -0,0 +20,4 @@
if (user?.display_name) {
name = user.display_name;
} else if (user?.name) {
Owner

Sometimes this is not enough, we also check the length is greater than 0 length

Sometimes this is not enough, we also check the length is greater than 0 length
Author
Collaborator

restored the check

restored the check
Kieran marked this conversation as resolved
mmalmi added 1 commit 2023-10-06 08:57:57 +00:00
continuous-integration/drone/pr Build encountered an error Details
4e2b7e6bb9
check name.length > 0
mmalmi added 2 commits 2023-10-06 09:11:46 +00:00
Kieran approved these changes 2023-10-06 09:28:15 +00:00
Kieran merged commit 873ba0a1d2 into main 2023-10-06 09:38:30 +00:00
Sign in to join this conversation.
No description provided.