Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-webui
Commits
f7d8979f
Verified
Commit
f7d8979f
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
BUG: fix
#207
parent
bbc725aa
No related branches found
No related tags found
2 merge requests
!109
Release 0.11.0
,
!105
Bug: invisible error
Pipeline
#37108
passed
1 year ago
Stage: linting
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
src/core/css/webcaosdb.css
+10
-0
10 additions, 0 deletions
src/core/css/webcaosdb.css
with
12 additions
and
0 deletions
CHANGELOG.md
+
2
−
0
View file @
f7d8979f
...
...
@@ -42,6 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
[
#207
](
https://gitlab.com/caosdb/caosdb-webui/-/issues/207
)
- Error message
is present but invisible.
*
[
#212
](
https://gitlab.com/caosdb/caosdb-webui/-/issues/212
)
- Searching for
double values in scientific notation fails
*
[
#199
](
https://gitlab.com/caosdb/caosdb-webui/-/issues/199
)
- Linkify creates
...
...
This diff is collapsed.
Click to expand it.
src/core/css/webcaosdb.css
+
10
−
0
View file @
f7d8979f
...
...
@@ -51,6 +51,11 @@ footer {
margin-right
:
8px
;
}
.caosdb-messages
.caosdb-v-message-badge
{
background-color
:
var
(
--bs-alert-bg
);
color
:
var
(
--bs-alert-color
);
}
div
.export-data
{
display
:
none
;
}
...
...
@@ -446,6 +451,11 @@ body[data-hidden-properties="true"] .caosdb-v-entity-being-edited .caosdb-v-hidd
border
:
1px
solid
#C92E86
;
}
.caosdb-label-entity
{
background-color
:
#666
;
border
:
1px
solid
#666
;
}
.caosdb-parents-heading
{
padding-top
:
2px
;
padding-bottom
:
2px
;
...
...
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