-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add table tab and add image #2957
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
barshathakuri
force-pushed
the
feature/add-data-tables-tab
branch
2 times, most recently
from
June 13, 2024 10:41
051e309
to
d7381f6
Compare
subinasr
requested changes
Jun 13, 2024
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
June 13, 2024 11:03
d7381f6
to
8c26bfd
Compare
barshathakuri
force-pushed
the
feature/add-data-tables-tab
branch
5 times, most recently
from
June 17, 2024 12:44
6301d76
to
83c05d8
Compare
AdityaKhatri
previously requested changes
Jun 18, 2024
subinasr
reviewed
Jun 18, 2024
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
June 18, 2024 10:45
b77cfc2
to
65cd265
Compare
subinasr
reviewed
Jun 18, 2024
subinasr
reviewed
Jun 18, 2024
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
4 times, most recently
from
June 21, 2024 08:56
6e4e5b3
to
5fa40dd
Compare
tnagorra
approved these changes
Jun 21, 2024
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
June 26, 2024 05:50
c6b046d
to
d313852
Compare
frozenhelium
requested changes
Jun 26, 2024
> | ||
<ImagePreview | ||
alt="Preview Image" | ||
src={attachment.filePreview?.url ?? ''} |
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.
Don't use empty string as default value
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
June 26, 2024 09:06
d313852
to
6c02e6c
Compare
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
2 times, most recently
from
June 27, 2024 06:37
49b505e
to
6c1e136
Compare
tnagorra
reviewed
Jun 27, 2024
tnagorra
reviewed
Jun 27, 2024
tnagorra
reviewed
Jun 27, 2024
tnagorra
previously requested changes
Jun 28, 2024
] = useState<boolean>(false); | ||
|
||
const leadAttachmentIdsWithEntries = useMemo(() => ( | ||
Object.values(entryAttachmentsMap ?? {}) |
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.
Suggested change
Object.values(entryAttachmentsMap ?? {}) | |
Object.values(entryAttachmentsMap) |
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
July 1, 2024 08:43
6c1e136
to
35b17c4
Compare
frozenhelium
approved these changes
Jul 5, 2024
subinasr
approved these changes
Jul 5, 2024
- Fix styling for the added tab 'Tables and Visuals'
subinasr
force-pushed
the
feature/add-data-tables-tab
branch
from
July 5, 2024 06:45
e1994d5
to
0cfa4b7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
This PR doesn't introduce any:
console.log
meant for debuggingThis PR contains valid: