Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
5f5ec891
Commit
5f5ec891
authored
1 year ago
by
Tadeusz Miesiąc
Browse files
Options
Downloads
Patches
Plain Diff
feat(added button placeholders for top-component): added button placeholders for top bar component
parent
0f507067
No related branches found
No related tags found
2 merge requests
!223
reset the pin numbers before search results are fetch (so the results will be...
,
!10
feat(button placeholders top-component): added button placeholders for top bar component
Pipeline
#78676
failed
1 year ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/FunctionalArea/TopBar/TopBar.component.tsx
+7
-0
7 additions, 0 deletions
src/components/FunctionalArea/TopBar/TopBar.component.tsx
with
7 additions
and
0 deletions
src/components/FunctionalArea/TopBar/TopBar.component.tsx
+
7
−
0
View file @
5f5ec891
import
{
SearchBar
}
from
'
@/components/FunctionalArea/TopBar/SearchBar
'
;
import
{
UserAvatar
}
from
'
@/components/FunctionalArea/TopBar/UserAvatar
'
;
import
{
Button
}
from
'
@/shared/Button
'
;
export
const
TopBar
=
():
JSX
.
Element
=>
(
<
div
className
=
"w-100 bg-white h-16 flex flex-row items-center py-4 pl-7 pr-6 justify-between"
>
<
div
className
=
"flex flex-row items-center"
>
<
UserAvatar
/>
<
SearchBar
/>
<
Button
icon
=
"plus"
isIcon
isFrontIcon
className
=
"ml-8 mr-4"
>
Submaps
</
Button
>
<
Button
icon
=
"plus"
isIcon
isFrontIcon
>
Overlays
</
Button
>
</
div
>
<
div
className
=
"bg-primary-100 px-4 py-1 leading-6 text-xs text-primary-500"
>
Parkinson disease map
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment