profile page #16

Merged
Kieran merged 8 commits from verbiricha/stream:profile into main 2023-07-01 16:57:14 +00:00
Collaborator

resolves #13
resolves #15

resolves #13 resolves #15
verbiricha added 2 commits 2023-06-30 17:09:05 +00:00
verbiricha added 1 commit 2023-06-30 17:13:08 +00:00
verbiricha added 1 commit 2023-06-30 20:33:20 +00:00
verbiricha added 1 commit 2023-06-30 20:37:29 +00:00
verbiricha added 1 commit 2023-06-30 20:39:49 +00:00
verbiricha added 2 commits 2023-07-01 16:45:14 +00:00
Kieran reviewed 2023-07-01 16:52:02 +00:00
@ -0,0 +26,4 @@
const { data: streamsData } = useRequestBuilder<ReplaceableNoteStore>(
System,
ReplaceableNoteStore,
Owner

This store should be ParameterizedReplaceableNoteStore for d-tag events

This store should be `ParameterizedReplaceableNoteStore` for d-tag events
@ -0,0 +4,4 @@
}
.profile-page .profile-container {
max-width: 620px;
Owner

This is kinda weird because my profile is not as wide as some others because of the banner image, maybe it should just be fixed width

This is kinda weird because my profile is not as wide as some others because of the banner image, maybe it should just be fixed width
@ -0,0 +70,4 @@
function goToLive() {
if (liveEvent) {
const d =
liveEvent.tags?.find((t: string[]) => t?.at(0) === "d")?.at(1) || "";
Owner

You can use the helper function for this one findTag(liveEvent, "d") ?? ""

You can use the helper function for this one `findTag(liveEvent, "d") ?? ""`
Kieran merged commit d1579a9be1 into main 2023-07-01 16:57:14 +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: Kieran/zap.stream#16
No description provided.