Skip to content
Snippets Groups Projects

feat(submaps drawer component): submaps drawer component

Merged Tadeusz Miesiąc requested to merge feature/MIN-121-list-of-available-submaps into development
2 unresolved threads

Description

Added submaps drawer component image

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
32 32
33 33 useEffect(() => {
34 34 if (searchParams?.search) dispatch(getSearchData(searchParams.search as string));
  • 8 <UserAvatar />
    9 <SearchBar />
    10 <Button icon="plus" isIcon isFrontIcon className="ml-8 mr-4">
    11 Submaps
    12 </Button>
    13 <Button icon="plus" isIcon isFrontIcon>
    14 Overlays
    15 </Button>
    16 </div>
    17 <div className="bg-primary-100 px-4 py-1 text-xs leading-6 text-primary-500">
    18 Parkinson disease map
    7 export const TopBar = (): JSX.Element => {
    8 const dispatch = useAppDispatch();
    9
    10 const onSubmapsClick = (): void => {
    11 dispatch(openSubmapsDrawer());
  • Adrian Orłów approved this merge request

    approved this merge request

  • added 1 commit

    • b5915abb - test(missing test): added missing test case

    Compare with previous version

  • Tadeusz Miesiąc added 8 commits

    added 8 commits

    Compare with previous version

  • Tadeusz Miesiąc enabled an automatic merge when the pipeline for 649cbcd3 succeeds

    enabled an automatic merge when the pipeline for 649cbcd3 succeeds

  • Tadeusz Miesiąc mentioned in commit 9515488f

    mentioned in commit 9515488f

  • Please register or sign in to reply
    Loading