Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a73f6e2
npm install
concepteur19 May 30, 2023
2e20126
update angular version 14 => 15
concepteur19 May 30, 2023
a563ee8
update angular version v15 -> 16
concepteur19 May 30, 2023
5e0603a
updating login page
concepteur19 May 30, 2023
ccb4103
UPDATE layout
concepteur19 May 30, 2023
16d6d6b
update name
concepteur19 May 30, 2023
99eec21
package
concepteur19 May 31, 2023
9dcdf65
add workflow and documents
concepteur19 May 31, 2023
554880f
update 01-06
concepteur19 Jun 1, 2023
12b013b
update gestion documents
concepteur19 Jun 2, 2023
54f215c
chage font to poppins
concepteur19 Jun 3, 2023
2edd135
update workflow
concepteur19 Jun 5, 2023
93a8088
update workflow at 2si
concepteur19 Jun 5, 2023
1b1e985
update
concepteur19 Jun 6, 2023
6329fd4
UPDATE 06-05-2023
concepteur19 Jun 7, 2023
937ce85
update maison 07-06
concepteur19 Jun 7, 2023
ef1807b
07-06
concepteur19 Jun 7, 2023
5c09438
07-06-23 maison
concepteur19 Jun 8, 2023
2500526
07-06
concepteur19 Jun 8, 2023
a8ce772
number of file
concepteur19 Jun 9, 2023
d9c598b
7-15
concepteur19 Jun 9, 2023
d453340
09-06 2si
concepteur19 Jun 9, 2023
76c544f
weekend 10-06
concepteur19 Jun 11, 2023
c32b8f8
Merge remote-tracking branch 'refs/remotes/origin/new-dashboard' into…
concepteur19 Jun 11, 2023
998771b
update workflow form
concepteur19 Jun 13, 2023
0ec1447
Merge remote-tracking branch 'refs/remotes/origin/new-dashboard' into…
concepteur19 Jun 13, 2023
ce201b2
user - tasks
concepteur19 Jun 13, 2023
f140577
test push
concepteur19 Jun 13, 2023
0aceb08
workflow form : end
concepteur19 Jun 13, 2023
6dbdf8e
UPDATE MODAL FILE DATAS
concepteur19 Jun 14, 2023
280a8a0
updating workflows to 75% and creating signature
concepteur19 Jun 14, 2023
90477b6
create site and update workflow
concepteur19 Jun 15, 2023
3bd9a0a
06h
concepteur19 Jun 15, 2023
535fe45
06h
concepteur19 Jun 15, 2023
c32bd42
2si
concepteur19 Jun 15, 2023
b719643
update workflow form
concepteur19 Jun 16, 2023
33b8033
models, services, environnement...
concepteur19 Jun 16, 2023
4b4811f
saturday update workflow
concepteur19 Jun 17, 2023
fbb8620
beri
concepteur19 Jun 17, 2023
0ae4b54
weekend 17-06
concepteur19 Jun 20, 2023
9851cf2
USER-TASKS
concepteur19 Jun 21, 2023
edc33cc
form flow end
concepteur19 Jun 21, 2023
e068856
update user ui
concepteur19 Jun 21, 2023
c7ac531
delete icon and maps
concepteur19 Jun 21, 2023
5c570a6
maison
concepteur19 Jun 22, 2023
4438aed
update services
concepteur19 Jun 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"angular.enable-strict-mode-prompt": false
}
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "app",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
Expand Down Expand Up @@ -108,9 +108,10 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [],
"scripts": ["node_modules/bootstrap/dist/js/bootstrap.min.js"],
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -159,10 +160,9 @@
}
}
},
"defaultProject": "argon-dashboard-angular",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"cli": {
Expand Down
Loading