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
a757f475
Commit
a757f475
authored
3 months ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
changelog updated
parent
9acc10c8
No related branches found
Branches containing commit
No related tags found
1 merge request
!343
Resolve "[MIN-249] Two ways to reach submaps and more compact submaps view"
Pipeline
#99227
passed
3 months ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+1
-0
1 addition, 0 deletions
CHANGELOG
src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
+1
-1
1 addition, 1 deletion
.../Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
with
2 additions
and
1 deletion
CHANGELOG
+
1
−
0
View file @
a757f475
...
...
@@ -9,6 +9,7 @@ minerva-front (19.0.0~alpha.0) stable; urgency=medium
* Small improvement: reaction element annotations use the same styling as
elements (#187)
* Small improvement: styling of annotation links improved (#186)
* Small improvement: styling of submap links improved (#184)
-- Piotr Gawron <piotr.gawron@uni.lu> Fri, 18 Oct 2024 13:00:00 +0200
...
...
This diff is collapsed.
Click to expand it.
src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
+
1
−
1
View file @
a757f475
...
...
@@ -7,7 +7,7 @@ interface SubmapItemProps {
}
export
const
SubmapItem
=
({
modelName
,
onOpenClick
}:
SubmapItemProps
):
JSX
.
Element
=>
(
<
div
className
=
"flex flex-row flex-nowrap items-center justify-between py-
6
"
>
<
div
className
=
"flex flex-row flex-nowrap items-center justify-between py-
2
"
>
{
modelName
}
<
div
className
=
"flex flex-row flex-nowrap items-center"
>
<
DownloadSubmap
/>
...
...
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