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
4ee4e8f5
Commit
4ee4e8f5
authored
1 month ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
use specific formatting only for a href
parent
d57a5c00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!381
Resolve "Formatting of text in the notes looks like a hyperlink"
,
!380
Resolve "[MIN-194] Display user grouped overlays"
Pipeline
#100993
passed with warnings
1 month ago
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+5
-1
5 additions, 1 deletion
CHANGELOG
src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
+1
-1
1 addition, 1 deletion
.../Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
with
6 additions
and
2 deletions
CHANGELOG
+
5
−
1
View file @
4ee4e8f5
minerva-front (18.1.1) stable; urgency=medium
* Bug fix: styling of notes reset only for a href (#334)
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 04 Feb 2025 16:00:00 +0200
minerva-front (18.1.0) stable; urgency=medium
* Small improvement: support for links that should be opened immediately
(#342)
...
...
@@ -6,7 +11,6 @@ minerva-front (18.1.0) stable; urgency=medium
* Bug fix: submap download did not download selected map (#337)
* Bug fix: styling of notes contains original styling for links (#344)
-- Piotr Gawron <piotr.gawron@uni.lu> Thu, 30 Jan 2025 15:00:00 +0200
minerva-front (18.0.7) stable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
+
1
−
1
View file @
4ee4e8f5
...
...
@@ -75,7 +75,7 @@ export const BioEntityDrawer = (): React.ReactNode => {
</
div
>
)
}
{
bioEntityData
.
notes
&&
(
<
span
className
=
"visited:text-purple-600 text-blue-600 underline hover:text-blue-800"
>
<
span
className
=
"
[&_a]:
visited:text-purple-600
[&_a]:
text-blue-600
[&_a]:
underline
[&_a]:
hover:text-blue-800"
>
<
hr
className
=
"border-b border-b-divide"
/>
<
div
className
=
"mt-2 text-sm font-normal"
...
...
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