fix: Small improvements from previous release #26
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rdenadai/web.redecapivara.social!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rdenadai/improvements-v0.0.3-small-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Improvements v0.0.3 - Small Fixes
Overview
This PR addresses several UI inconsistencies, fixes notification handling bugs, and optimizes post thread loading performance. These changes build upon the previous v0.0.3 improvements with targeted bug fixes and refinements.
Bug Fixes
Notification System
notif?.record?.subject?.uriinstead ofnotif?.reasonSubjectfor more reliable navigationPost Thread Loading
at://${handle}/app.bsky.feed.post/${postId}) instead of making an extra API call to getPost firstLink Parsing
UI/UX Improvements
Avatar Fallbacks
bg-capivara-stone/20backgroundVisual Spacing
mt-5)Profile Styling
rounded-lgtorounded-t-lgfor proper top-only roundingEvent Handling
.preventmodifier where not needed (@click.stop.prevent→@click.stop)Code Quality
Error Handling
v-if="post?.value?.post") to prevent errors with missing dataDebugging
Technical Changes
Modified Files:
Performance Impact