<video src="https://codeberg.org/attachments/b7e1e616-c070-49db-a13f-a95eeb4c8ac6" width="700" height="700" controls></video>
feat: edit profile #5
ananas
commented 2025年01月07日 01:41:28 +01:00
ananas
added 1 commit 2025年01月07日 01:41:29 +01:00
ananas
added 1 commit 2025年01月07日 02:28:01 +01:00
ananas
added 1 commit 2025年01月07日 02:42:41 +01:00
ananas
added 1 commit 2025年01月07日 03:44:32 +01:00
ananas
added 1 commit 2025年01月07日 14:36:46 +01:00
ananas
added 1 commit 2025年01月07日 20:24:05 +01:00
ananas
added 1 commit 2025年01月08日 04:40:57 +01:00
ananas
added 1 commit 2025年01月08日 05:06:47 +01:00
ananas
added 1 commit 2025年01月08日 20:28:02 +01:00
EmmaTech
requested changes 2025年01月09日 01:00:24 +01:00
Dismissed
EmmaTech
left a comment
otherwise, looks awesome! I'm impressed with how it turns out :o
otherwise, looks awesome! I'm impressed with how it turns out :o
@ -37,6 +48,12 @@
<!--avatar used to be here-->
<div class="flex flex-row-reverse p-2 gap-2">
{#if $sessionData && user.id === $sessionData.user.id}
EmmaTech
commented 2025年01月09日 00:55:39 +01:00
I would move this under the follower button, I don't like having the ellipsis button being first
I would move this under the follower button, I don't like having the ellipsis button being first
ananas marked this conversation as resolved
@ -38,2 +49,4 @@
<div class="flex flex-row-reverse p-2 gap-2">
{#if $sessionData && user.id === $sessionData.user.id}
<button onclick={withPreventDefault(() => editProfile = true)} class="text-gray-300 hover:bg-gray-400 transition-colors px-2 rounded-full">
EmmaTech
commented 2025年01月09日 00:56:25 +01:00
the style with no background looks a bit out of place, I would recommend using text-gray-300 bg-slate-500 hover:bg-slate-600 to match the follow/unfollow buttons a bit more instead.
the style with no background looks a bit out of place, I would recommend using `text-gray-300 bg-slate-500 hover:bg-slate-600` to match the follow/unfollow buttons a bit more instead.
ananas marked this conversation as resolved
@ -39,1 +50,4 @@
<div class="flex flex-row-reverse p-2 gap-2">
{#if $sessionData && user.id === $sessionData.user.id}
<button onclick={withPreventDefault(() => editProfile = true)} class="text-gray-300 hover:bg-gray-400 transition-colors px-2 rounded-full">
<h1>Edit Profile</h1>
EmmaTech
commented 2025年01月09日 00:56:37 +01:00
<p class="text-sm"> instead
`<p class="text-sm">` instead
ananas marked this conversation as resolved
ananas
added 1 commit 2025年01月09日 03:00:19 +01:00
ananas
added 1 commit 2025年01月09日 03:04:48 +01:00
ananas
requested review from EmmaTech 2025年01月09日 03:05:00 +01:00
EmmaTech
approved these changes 2025年01月09日 05:36:24 +01:00
EmmaTech
left a comment
looks good :3
looks good :3
EmmaTech
merged commit 3859db7478 into main 2025年01月09日 05:36:30 +01:00
EmmaTech
referenced this pull request from a commit 2025年01月09日 05:36:32 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
p: high
This PR/Issue is at high priority and should be looked into ASAP.
p: low
This PR/Issue is low priority
p: medium
This PR/Issue is at medium priority
t: backend
This is a backend-related issue/PR
t: bug
This issue is reporting a bug / This pull request fixes a bug
t: enhancement
Adds something useful/Requests something useful
t: frontend
This is a frontend-related issue/PR
t: refactor
Adds/Requests something that does not fix a bug or add a feature
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
soteria/frontend!5
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":feat/edit-profile"
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?