Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backoffice_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
backoffice_client
Merge requests
!7
feat: add front office
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: add front office
dev
into
master
Overview
11
Commits
70
Pipelines
18
Changes
86
Merged
Hugo SUBTIL
requested to merge
dev
into
master
3 years ago
Overview
8
Commits
70
Pipelines
18
Changes
86
Expand
0
0
Merge request reports
Compare
master
version 9
1a091ec1
3 years ago
version 8
8d3ed5d2
3 years ago
version 7
017a1f37
3 years ago
version 6
017a1f37
3 years ago
version 5
4a44078c
3 years ago
version 4
929d69ed
3 years ago
version 3
57bac963
3 years ago
version 2
41dc357a
3 years ago
version 1
7492417c
3 years ago
master (base)
and
latest version
latest version
3a6b22c7
70 commits,
3 years ago
version 9
1a091ec1
69 commits,
3 years ago
version 8
8d3ed5d2
67 commits,
3 years ago
version 7
017a1f37
65 commits,
3 years ago
version 6
017a1f37
65 commits,
3 years ago
version 5
4a44078c
63 commits,
3 years ago
version 4
929d69ed
51 commits,
3 years ago
version 3
57bac963
48 commits,
3 years ago
version 2
41dc357a
46 commits,
3 years ago
version 1
7492417c
45 commits,
3 years ago
86 files
+
13978
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
86
Search (e.g. *.vue) (Ctrl+P)
.vscode/settings.json
0 → 100644
+
8
−
0
Options
{
"editor.formatOnSave"
:
true
,
"eslint.format.enable"
:
true
,
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
true
},
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
}
Loading