Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frevagpt #69
base: main
Are you sure you want to change the base?
Frevagpt #69
Changes from 114 commits
75669d5
99fa7e7
30a9b54
fade7ec
e1a0c84
f092315
604cf5c
5708ef5
476e92f
76b0665
76415e1
fd37b6c
d5d95ba
3b6f788
bf5d0fe
85232c6
ee64840
487b9f7
ae4c3d1
aaaf4c1
96eeeae
2cb1965
368fa27
8a376f3
89890a2
b654c8f
be0ec6b
0057b1b
cdb9556
5633336
496185f
2fb2510
60ec059
ce64419
70592f1
45029ff
2e1a744
132d88c
dd6a624
b63fcd9
aba1639
e827fc9
792f5a7
cfda87d
5e7f72d
939f547
2ada6a9
024a422
8c12c01
5ca9378
2ff088b
b6e56ea
003026e
122adb9
38e66ef
75bd8d3
d3f8a90
028c28a
ee64fe2
5cb7bf4
5e8d261
aa402b7
fbc2da1
1b20a6d
9b82cbe
10fac58
27e1b06
b2e3556
8c30e75
7c1b41d
339bea7
89e616c
e845ffe
77c5c09
87e541c
d9e335b
a977325
878fa18
4cac238
7bb01d0
17ce5b6
39a2482
c1f9260
e3f990e
08de41e
8c482ef
f5f512f
958677b
6f2587d
a668ab6
fbc2adf
e29989b
5e4eea6
6e1acaf
e18ea62
7f9483f
06c3854
ead2c1b
b0405e4
f76a87b
243801f
f463de6
606018c
af0b67a
df37b21
9649a58
6bae178
5996571
f9fab2f
c409b1e
0327f7e
f745afb
64f19d8
c153a90
33179fe
c80eb18
6ac470c
60d50b7
4903cfe
0318363
217eca6
7be1cbc
f77876f
f890cf5
a2e1486
1ea7b93
0e5c3fd
81c3f3f
617f010
b5e28fb
8796deb
69aaa4b
69a1486
465af02
73b9b1a
1b6bfe3
9ea6059
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<>
btn
here. Due to thebtn
the user experience here implies that the Header of the section/Card
is clickable, which it isn't. A simple<Card.Header>
is fine as well<Card.Body>
looks fine for me, too. It isn't collapsible.onClick
? I think a<a className="text-wrap" href={`/chatbot/?thread_id=${element.thread}`} >
would be totally fine. It would be even better, if you could use<Link to...
instead (fromimport { Link } from "react-router";
) because it wouldn't cause the whole website to reload and the user would stay inside react, but this would need more adjustments.