Implement profile modal #52

Merged
twig merged 27 commits from profile-modal into main 2025-08-04 19:06:45 +00:00
Owner

kinda solves #50, but we probably want a smaller version as well

kinda solves #50, but we probably want a smaller version as well
twig added the
Kind/Feature
label 2025-07-19 14:55:28 +00:00
twig added 15 commits 2025-07-19 14:55:29 +00:00
twig added 1 commit 2025-07-19 14:56:28 +00:00
fix: update sortMembers to use the new getDisplayName
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
834c9ac343
twig added 1 commit 2025-07-19 14:58:09 +00:00
fix: remove wip name
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
3beaddf0bd
twig added 2 commits 2025-07-19 15:19:42 +00:00
style: move profile functions into a composable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
1ac3042470
requested review from sauceyred 2025-07-19 17:17:59 +00:00
sauceyred added 1 commit 2025-07-21 10:16:13 +00:00
fix: profile modal staying open even if view/route is changed
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
127f21d226
sauceyred force-pushed profile-modal from 127f21d226 to 283fe17b01 2025-07-21 10:20:12 +00:00 Compare
sauceyred force-pushed profile-modal from 283fe17b01 to 5dc29a328f 2025-07-21 10:21:15 +00:00 Compare
sauceyred force-pushed profile-modal from 5dc29a328f to ef9b70410b 2025-07-21 10:21:49 +00:00 Compare
sauceyred requested changes 2025-07-21 10:30:51 +00:00
Dismissed
@ -33,2 +25,2 @@
} else {
displayAvatar = null
if ("username" in props.profile) {
// assume it's a UserRespone
Owner

Typo

Typo
Author
Owner

?

?
Owner

You wrote “UserRespone” instead of “UserResponse” in the comment.

You wrote “UserRespone” instead of “UserResponse” in the comment.
twig marked this conversation as resolved
@ -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>
Owner

Uncapitalize "Since"

Uncapitalize "Since"
twig marked this conversation as resolved
sauceyred added the
Priority
Medium
label 2025-07-21 10:31:26 +00:00
twig added 1 commit 2025-08-04 01:34:05 +00:00
fix: typos
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline failed
ebdb21d38f
twig added 1 commit 2025-08-04 01:34:42 +00:00
Merge remote-tracking branch 'origin/main' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
7e387e1d52
twig added 1 commit 2025-08-04 18:20:36 +00:00
Merge remote-tracking branch 'origin/main' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
83d4f02c3a
twig added 7 commits 2025-08-04 18:39:03 +00:00
fix: friend icon sizes
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
7bc9858736
fix: don't duplicate the server list icons
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
cc310d61df
whoopsie :3
Merge remote-tracking branch 'origin/fix-canvas-images' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
24038f7767
twig added 1 commit 2025-08-04 19:02:01 +00:00
fix: use user.uuid over user_uuid
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
5d05ec31f2
requested review from sauceyred 2025-08-04 19:03:01 +00:00
sauceyred approved these changes 2025-08-04 19:05:03 +00:00
twig added 1 commit 2025-08-04 19:06:01 +00:00
fix: 2, use user.uuid over user_uuid
Some checks are pending
ci/woodpecker/push/build-and-publish Pipeline is pending
ci/woodpecker/pr/build-and-publish Pipeline is pending
9a70d89517
twig added 1 commit 2025-08-04 19:06:28 +00:00
Merge remote-tracking branch 'origin/main' into profile-modal
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful
8df646d17b
twig merged commit f229a9176c into main 2025-08-04 19:06:45 +00:00
twig deleted branch profile-modal 2025-08-04 19:06:45 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gorb/frontend#52
No description provided.