Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Anotace pro analýzu smluvních podmínek a skrytých reklam - 0x00
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
ASWI
ASWI 2022
Anotace pro analýzu smluvních podmínek a skrytých reklam - 0x00
Merge requests
!15
Re
#9476
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Re
#9476
features/9476-anotation-screen-layout
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Dominik Poch
requested to merge
features/9476-anotation-screen-layout
into
dev
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
Created a layout with empty panels. They will be done in other branches.
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
ac59aec1
1 commit,
2 years ago
7 files
+
126
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
webapp/components/annotation/annotationPanel.tsx
0 → 100644
+
13
−
0
Options
/**
* Creates a panel in the annotation screen that contains a list of annotations.
* @returns Panel with a list of annotations.
*/
function
AnnotationPanel
()
{
return
(
<
div
>
<
p
>
Panel with a list of annotations
</
p
>
</
div
>
);
}
export
default
AnnotationPanel
;
Loading