Implement profile modal #52
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: gorb/frontend#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "profile-modal"
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?
kinda solves #50, but we probably want a smaller version as well
127f21d226
to283fe17b01
283fe17b01
to5dc29a328f
5dc29a328f
toef9b70410b
@ -33,2 +25,2 @@
} else {
displayAvatar = null
if ("username" in props.profile) {
// assume it's a UserRespone
Typo
?
You wrote “UserRespone” instead of “UserResponse” in the comment.
@ -0,0 +48,4 @@
<span class="date-entry-value" :title="joinDate.toLocaleTimeString()">{{ toDateString(joinDate) }}</span>
</div>
<div v-if="friendsSince" class="date-entry">
<span class="date-entry-title">Friends Since</span><br>
Uncapitalize "Since"