Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ygonzalezp
sigi
Compare Revisions
ad0c444cb45f1468798e6891ff379315a9b880bb...defb5ab572aed1ab2938e36f0bb453544fde08e9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
413 additions
and
1435 deletions
+413
-1435
src/store/getters.js
src/store/getters.js
+11
-0
src/store/mutations.js
src/store/mutations.js
+43
-0
src/store/state.js
src/store/state.js
+54
-0
src/utils/constants.js
src/utils/constants.js
+50
-0
src/views/sections/Dashboard.vue
src/views/sections/Dashboard.vue
+4
-4
src/views/sections/Login.vue
src/views/sections/Login.vue
+80
-21
src/views/sections/Patients.vue
src/views/sections/Patients.vue
+171
-1410
No files found.
src/store/getters.js
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/store/mutations.js
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/store/state.js
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/utils/constants.js
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/views/sections/Dashboard.vue
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/views/sections/Login.vue
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
src/views/sections/Patients.vue
View file @
defb5ab5
This diff is collapsed.
Click to expand it.
Prev
1
…
5
6
7
8
9
Next