Skip to content
Snippets Groups Projects

Feat/bioentity from map

Merged Mateusz Bolewski requested to merge feat/bioentity-from-map into development
1 unresolved thread

Added BioEntity details in drawer after clicking on entry on map.

Screenshot: Zrzut_ekranu_2023-12-1_o_15.59.29

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
17 title={
18 <>
19 <span className="font-normal">{bioEntityData.stringType}:</span>&nbsp;
20 {bioEntityData.name}
21 </>
22 }
23 />
24 <div className="flex flex-col gap-6 p-6">
25 <div className="text-sm font-normal">
26 Compartment: <b className="font-semibold">{bioEntityData.compartment}</b>
27 </div>
28 <div className="text-sm font-normal">
29 Full name: <b className="font-semibold">{bioEntityData.fullName}</b>
30 </div>
31 <h3 className="font-semibold">Annotations:</h3>
32 {bioEntityData.references.map(reference => {
  • Tadeusz Miesiąc approved this merge request

    approved this merge request

  • Adrian Orłów approved this merge request

    approved this merge request

  • added 1 commit

    • ca33ca5a - feat(map): added missing tests

    Compare with previous version

  • Mateusz Bolewski mentioned in commit e82dbe4c

    mentioned in commit e82dbe4c

  • Please register or sign in to reply
    Loading