AC-7 - Chat list view #26

Merged
catxrin merged 22 commits from AC-7 into master 2024-04-09 08:35:34 -04:00
catxrin commented 2024-04-07 15:41:18 -04:00 (Migrated from github.com)
No description provided.
GameBear64 (Migrated from github.com) requested changes 2024-04-08 05:05:22 -04:00
GameBear64 (Migrated from github.com) left a comment

Also there are places you use ../../../ instad of @ but thats not something major so dont worry. Review my comments some are simply questions id like to discuss with you.

Also there are places you use `../../../` instad of `@` but thats not something major so dont worry. Review my comments some are simply questions id like to discuss with you.
GameBear64 (Migrated from github.com) commented 2024-04-08 04:59:42 -04:00

cant we have this at full width all the time and set the width trough the parent in "styles"

cant we have this at full width all the time and set the width trough the parent in "styles"
@ -1,10 +1,9 @@
export default function Icon({ icon, full, dense, clickable, styles, ...rest }) {
GameBear64 (Migrated from github.com) commented 2024-04-08 04:59:57 -04:00

Are all icon buttons?

Are all icon buttons?
@ -0,0 +1,17 @@
import Icon from '../Icon';
export default function MobileNavBar({ backButton, backBtnLabel, actionButton, title, moreOptions, actionOptions }) {
GameBear64 (Migrated from github.com) commented 2024-04-08 05:00:14 -04:00

Is this different from the top bar component we have?

Is this different from the top bar component we have?
@ -25,0 +51,4 @@
clearTimeout(typeTimeout);
} else {
setTyping(true);
}
GameBear64 (Migrated from github.com) commented 2024-04-08 05:02:07 -04:00

Is this still a bug, how do we react to someone reacting to their own message, how do we react to multible people reacting to one message? Does this require backend work? Should we leave this for when we start making groups?

Is this still a bug, how do we react to someone reacting to their own message, how do we react to multible people reacting to one message? Does this require backend work? Should we leave this for when we start making groups?
@ -1,68 +1,75 @@
import { useEffect, useState } from 'react';
GameBear64 (Migrated from github.com) commented 2024-04-08 05:04:16 -04:00

text-[16px] is the same as text-base
image

can we avoid custom values in general like the broder-b-[3px]

`text-[16px]` is the same as `text-base` ![image](https://github.com/GameBear64/AmberCamp/assets/33098072/a34fbcfe-4f6c-4775-9d17-4ba8a108c395) can we avoid custom values in general like the `broder-b-[3px]`
catxrin (Migrated from github.com) reviewed 2024-04-08 15:55:09 -04:00
@ -0,0 +1,17 @@
import Icon from '../Icon';
export default function MobileNavBar({ backButton, backBtnLabel, actionButton, title, moreOptions, actionOptions }) {
catxrin (Migrated from github.com) commented 2024-04-08 15:55:08 -04:00

yes, it is

yes, it is
catxrin (Migrated from github.com) reviewed 2024-04-08 15:57:38 -04:00
@ -25,0 +51,4 @@
clearTimeout(typeTimeout);
} else {
setTyping(true);
}
catxrin (Migrated from github.com) commented 2024-04-08 15:57:38 -04:00

i think this will require BE work as well, since now it seems like both users can add and remove each others reactions

i think this will require BE work as well, since now it seems like both users can add and remove each others reactions
GameBear64 (Migrated from github.com) reviewed 2024-04-09 03:14:06 -04:00
@ -25,0 +51,4 @@
clearTimeout(typeTimeout);
} else {
setTyping(true);
}
GameBear64 (Migrated from github.com) commented 2024-04-09 03:14:06 -04:00

Yes, seems so, should we leave it for when we make the groups?

Yes, seems so, should we leave it for when we make the groups?
GameBear64 (Migrated from github.com) approved these changes 2024-04-09 08:35:27 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
GamBar/AmberCamp!26
No description provided.