aa5abfc
feat(web): add description meta to bug pages
Click to expand commit body
Add proper description metadata to bug listing and individual bug pages
for better SEO and page information. Bug list uses repo description or
fallback, individual bug pages use truncated bug message.
Implements: bug-8d2588d
Co-authored-by: Crush <crush@charm.land>
f2c609e
feat: prioritize latest commit time for repo UpdatedAt
Click to expand commit body
Change the order of operations in UpdatedAt() to first try getting
the timestamp from the latest commit before falling back to the
last-modified file. This ensures more accurate update timestamps.
Co-Authored-By: Crush <crush@charm.land>