Alex
|
845ef42338
|
Merge pull request #598 from Juneezee/simplify-jsx-conditional-rendering
refactor(frontend): simplify JSX conditional rendering
|
2023-10-14 14:48:29 -05:00 |
|
Eng Zer Jun
|
0efc2277dd
|
refactor(frontend): simplify JSX conditional rendering
JSX conditional rendering can be simplified to use the logical AND
operator (&&) [1] instead of ternary operator (? :) if we want to render
something only when the conditon is true, and nothing otherwise.
[1]: https://react.dev/learn/conditional-rendering#logical-and-operator-
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
|
2023-10-14 13:39:23 +08:00 |
|
faria-karim-porna
|
7361a35c94
|
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
Fix the font size and alignment of all the chat options of the sidebar based on issue #586
|
2023-10-13 06:01:27 +06:00 |
|
staticGuru
|
3753f7d138
|
change the input outline border color
|
2023-10-09 16:12:56 +05:30 |
|
staticGuru
|
129c055fee
|
Change the width in the tile
|
2023-10-09 14:44:43 +05:30 |
|
staticGuru
|
b49e8deb3e
|
add the typescript props interface
|
2023-10-09 14:13:09 +05:30 |
|
staticGuru
|
17264e7872
|
add the outside click listioner
|
2023-10-09 12:50:12 +05:30 |
|
staticGuru
|
6b617955b7
|
add the check mark logics
|
2023-10-08 22:31:17 +05:30 |
|
staticGuru
|
10cf0470cb
|
add the conversation Tile
|
2023-10-08 22:09:38 +05:30 |
|