Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Merge requests
!2
New: Coscine UIv2 app
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
New: Coscine UIv2 app
Issue/1822-coscineUIv2App
into
Sprint/2021-2022
Overview
0
Commits
14
Pipelines
5
Changes
102
Merged
Petar Hristov
requested to merge
Issue/1822-coscineUIv2App
into
Sprint/2021-2022
3 years ago
Overview
0
Commits
14
Pipelines
5
Changes
102
coscine/issues#1822
Edited
3 years ago
by
Petar Hristov
0
0
Merge request reports
Compare
Sprint/2021-2022
version 14
56a9dc48
3 years ago
version 13
6c677bf5
3 years ago
version 12
874ed153
3 years ago
version 11
874ed153
3 years ago
version 10
5433f14c
3 years ago
version 9
5a97de23
3 years ago
version 8
44fbd171
3 years ago
version 7
90993ab8
3 years ago
version 6
6aec1053
3 years ago
version 5
9acbcf54
3 years ago
version 4
2cd5de04
3 years ago
version 3
2a59db00
3 years ago
version 2
a3a8819c
3 years ago
version 1
fa36faf8
3 years ago
Sprint/2021-2022 (base)
and
latest version
latest version
740dce02
14 commits,
3 years ago
version 14
56a9dc48
13 commits,
3 years ago
version 13
6c677bf5
12 commits,
3 years ago
version 12
874ed153
11 commits,
3 years ago
version 11
874ed153
11 commits,
3 years ago
version 10
5433f14c
10 commits,
3 years ago
version 9
5a97de23
9 commits,
3 years ago
version 8
44fbd171
8 commits,
3 years ago
version 7
90993ab8
7 commits,
3 years ago
version 6
6aec1053
6 commits,
3 years ago
version 5
9acbcf54
5 commits,
3 years ago
version 4
2cd5de04
4 commits,
3 years ago
version 3
2a59db00
3 commits,
3 years ago
version 2
a3a8819c
2 commits,
3 years ago
version 1
fa36faf8
1 commit,
3 years ago
102 files
+
11271
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
102
.vscode/settings.json
0 → 100644
+
13
−
0
View file @ 740dce02
Edit in single-file editor
Open in Web IDE
{
"search.exclude"
:
{
"**/.yarn"
:
true
,
"**/.pnp.*"
:
true
},
"typescript.tsdk"
:
"../../.yarn/sdks/typescript/lib"
,
"typescript.enablePromptUseWorkspaceTsdk"
:
true
,
"vetur.experimental.templateInterpolationService"
:
false
,
"cSpell.words"
:
[
"Coscine"
,
"vite"
]
}
Loading