Skip to content

Show account icon in activity browsing#53

Open
Skyline-Ornella wants to merge 19 commits into
mainfrom
Show-account-icon-in-activity-browsing-where-available
Open

Show account icon in activity browsing#53
Skyline-Ornella wants to merge 19 commits into
mainfrom
Show-account-icon-in-activity-browsing-where-available

Conversation

@Skyline-Ornella

@Skyline-Ornella Skyline-Ornella commented Jul 13, 2026

Copy link
Copy Markdown

Collaboration task

  • TODO: update version bump before merging into main

This comment was marked as outdated.

@Skyline-Ornella
Skyline-Ornella marked this pull request as ready for review July 14, 2026 08:00

This comment was marked as resolved.

This comment was marked as resolved.

@Skyline-Ornella

Copy link
Copy Markdown
Author

TODO: bump <Version>/<VersionComment> in the package .csproj

This comment was marked as outdated.

This comment was marked as resolved.

@JimHugelier JimHugelier left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

General:

  • Some files could be split up (like dataverse.js?)
  • All calls during initial load are replicated for each account, group?
  • Calls during initial load grouped by account are done sequentially, slowing down initial load.
  • No actual way to 'search' in titles/descriptions?

Open issue when a note is coupled to a lead that doesn't have a 'regarding' yet, note is not coupled to anything? Waiting for fix here before continuing.

Comment thread src/components/NotesList.jsx Outdated
useEffect(() => {
const missing = [...new Set(
(notes ?? []).map(noteAccountId).filter((id) => id && !(id in accountImages))
const wanted = [...new Set(

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? This now refetches all logo's on every search, but logo's don't change that much right? Also, logo is already retrieved when adding it as a regarding filter, so why fetch it again on clicking search?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added to ensure the account icon is shown when filtering only by attendee, but indeed not necessary to fetch again on clicking search. See commit b7b75d2 with an alternative solution.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like discussed F2F, will add a cache for the account images.

@Skyline-Ornella
Skyline-Ornella force-pushed the Show-account-icon-in-activity-browsing-where-available branch from 1cf81b9 to 7390e76 Compare July 17, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants