Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
component-library
Merge requests
!18
Topic/1227 frontend performance
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Topic/1227 frontend performance
Topic/1227-frontendPerformance
into
Product/1107-frontendPerformance
Overview
0
Commits
16
Pipelines
12
Changes
14
Merged
Marcel Nellesen
requested to merge
Topic/1227-frontendPerformance
into
Product/1107-frontendPerformance
4 years ago
Overview
0
Commits
16
Pipelines
12
Changes
14
Expand
coscine/issues#1227
Edited
4 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
Product/1107-frontendPerformance
version 9
204de39f
4 years ago
version 8
ad3512c2
4 years ago
version 7
0e16c52d
4 years ago
version 6
efa755e3
4 years ago
version 5
7c40459e
4 years ago
version 4
daa33b8c
4 years ago
version 3
a457a67b
4 years ago
version 2
8bc8bdf0
4 years ago
version 1
3fdb557e
4 years ago
Product/1107-frontendPerformance (base)
and
latest version
latest version
e942a6bb
16 commits,
4 years ago
version 9
204de39f
15 commits,
4 years ago
version 8
ad3512c2
14 commits,
4 years ago
version 7
0e16c52d
13 commits,
4 years ago
version 6
efa755e3
12 commits,
4 years ago
version 5
7c40459e
11 commits,
4 years ago
version 4
daa33b8c
9 commits,
4 years ago
version 3
a457a67b
3 commits,
4 years ago
version 2
8bc8bdf0
2 commits,
4 years ago
version 1
3fdb557e
1 commit,
4 years ago
14 files
+
95
−
25696
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
.gitignore
+
8
−
2
Options
@@ -2,6 +2,14 @@
node_modules
/dist
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
# local env files
.env.local
.env.*.local
@@ -19,5 +27,3 @@ yarn-error.log*
*.njsproj
*.sln
*.sw*
.rpt2_cache
\ No newline at end of file
Loading