10-07-2019
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
angular.json
0 → 100644
client_socket.js
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.e2e.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "tangerine-web", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^7.1.4", | ||
"@angular/cdk": "^7.3.7", | ||
"@angular/common": "~7.1.0", | ||
"@angular/compiler": "~7.1.0", | ||
"@angular/core": "~7.1.0", | ||
"@angular/fire": "^5.1.2", | ||
"@angular/forms": "~7.1.0", | ||
"@angular/material": "^7.3.7", | ||
"@angular/platform-browser": "~7.1.0", | ||
"@angular/platform-browser-dynamic": "~7.1.0", | ||
"@angular/router": "~7.1.0", | ||
"@ng-bootstrap/ng-bootstrap": "^4.2.1", | ||
"@ng-select/ng-select": "^2.19.0", | ||
"@ngui/map": "^0.30.3", | ||
"@types/googlemaps": "^3.30.19", | ||
"bootstrap": "^4.3.1", | ||
"core-js": "^2.5.4", | ||
"crypto-js": "^3.1.9-1", | ||
"d3": "^4.9.0", | ||
"decode-google-map-polyline": "^1.0.1", | ||
"firebase": "^5.9.3", | ||
"jquery": "^3.4.1", | ||
"mapbox-gl": "^0.54.0", | ||
"md5": "^2.2.1", | ||
"mydatepicker": "^2.6.6", | ||
"ngx-mapbox-gl": "^3.3.0", | ||
"ngx-toastr": "^10.0.4", | ||
"rxjs": "~6.3.3", | ||
"tslib": "^1.9.0", | ||
"zone.js": "~0.8.26" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.11.0", | ||
"@angular/cli": "~7.1.4", | ||
"@angular/compiler-cli": "~7.1.0", | ||
"@angular/language-service": "~7.1.0", | ||
"@types/crypto-js": "^3.1.43", | ||
"@types/d3": "^5.7.2", | ||
"@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/mapbox-gl": "^0.51.10", | ||
"@types/node": "~8.9.4", | ||
"@types/socket.io-client": "^1.4.32", | ||
"codelyzer": "~4.5.0", | ||
"jasmine-core": "~2.99.1", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~3.1.1", | ||
"karma-chrome-launcher": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~2.0.1", | ||
"karma-jasmine": "~1.1.2", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"protractor": "~5.4.0", | ||
"ts-node": "~7.0.0", | ||
"tslint": "~5.11.0", | ||
"typescript": "~3.1.6" | ||
} | ||
} |
src/app/app-routing.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/app.component.html
0 → 100644
src/app/app.component.sass
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.constants.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/app.module.ts
0 → 100644
src/app/auth/auth.module.ts
0 → 100644
src/app/auth/login/login.component.html
0 → 100644
src/app/auth/login/login.component.sass
0 → 100644
src/app/auth/login/login.component.spec.ts
0 → 100644
src/app/auth/login/login.component.ts
0 → 100644
src/app/booking/booking.module.ts
0 → 100644
src/app/booking/bookings-details/_modal.sass
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/breadcrumb/breadcrumb.component.html
0 → 100644
src/app/breadcrumb/breadcrumb.component.sass
0 → 100644
src/app/breadcrumb/breadcrumb.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/dashboard/claims/claims.component.ts
0 → 100644
src/app/dashboard/dashboard.module.ts
0 → 100644
src/app/live-map/live-map.module.ts
0 → 100644
src/app/live-map/map-box/map-box-style.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/maintainance.component.ts
0 → 100644
src/app/no-access/no-access.component.html
0 → 100644
src/app/no-access/no-access.component.sass
0 → 100644
src/app/no-access/no-access.component.ts
0 → 100644
src/app/not-found/not-found.component.html
0 → 100644
src/app/not-found/not-found.component.sass
0 → 100644
src/app/not-found/not-found.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/ride-history/ride-history.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/404-illustration.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/404.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/404@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/404@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/Maint.gif
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/assets/favicon-common.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/favicon-lite.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/favicon-pro.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/HelveticaNeue.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/HelveticaNeue.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/HelveticaNeue.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/app/shared/assets/font/HelveticaNeue.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/OpenSans-Bold.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/OpenSans-Bold.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/font/OpenSans-Bold.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/app/shared/assets/font/OpenSans-Bold.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/assets/loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/loader.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/loader@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/loader@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/assets/loader_new.gif
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/assets/process.gif
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/footer/footer.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/footer/footer.component.sass
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/footer/footer.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/header/header.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/header/header.component.sass
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/header/header.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/first-name.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/name-format.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/round-off.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/safe-html.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/second-to-time.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/sort-users.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/time-difference.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/pipes/to-int.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/services/api.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/services/auth.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/services/footer.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/services/header.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/services/map.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/services/md5.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/services/session.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/services/side-menu.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/shared/services/utility.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/services/websocket.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/shared/shared.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/subscribed.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/support/support.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/support/support/support.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/unsubscribe/unsubscribe.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/unsubscribed.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/user/claims/claims.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/claims/claims.component.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/claims/claims.component.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/claims/claims.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/user/geofence/geofence.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/user/user.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/user/user.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/user/user.component.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/user/user.component.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/user/user/user.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/_start.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/_stop.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/acceleration.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/accident.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/delete-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/edit-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/filter-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/icon-search.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/logout.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/logout.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/logout@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/logout@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/admin-details/marker.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/admin-header/admin_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/beta-tag.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/delete-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/ic-lock.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/ic-menu-copy.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/ic-unlock.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/modify-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/refresh-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/search-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bookings-details/search-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/camera.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/carcrash.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/claimed-by/admin_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/claims/noclaims-illustration.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/collision.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/collision.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/collisiondot.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/cornering.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/female.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/female.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/female1.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/male.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/male.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/male1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/male@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard-user-count/male@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/calendar-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/calendar-icon@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/calendar-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/close-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/downicon-green.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/downicon-red.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/mail-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/neutral.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/dashboard/starUser.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/starUser.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/tick-active.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/tick-inactive.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/upicon-green.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/dashboard/upicon-red.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/admin_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/dropdown-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/dropdown.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/logout.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/logout.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/logout@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/logout@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit-prof/more-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/favicon-common.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/favicon-lite.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/favicon-pro.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fleet-info/clear-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fleet-info/down-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fleet-info/dropdown.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/fleet-info/up-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/auto-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/custom-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/del.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/geofence/edit.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/notification-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/radial-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/geofence/search-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/hard_braking.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/default-profile-pic.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jido-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-404.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-404@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-404@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-white.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-white@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo-white@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/jidologo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/lite-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/live-dash-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/logout.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/logout.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/logout@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/logout@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/notification-enabled.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/notification.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/pro-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/profile-pic.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/profile-pic.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/profile-pic.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/profile-pic@2x.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/profile-pic@3x.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo-white.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo-white@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo-white@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo@2x.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo@3x.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/sopo-logo@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/header/welcome-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/lock.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/bg-image.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/bg-image@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/bg-image@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/jidologo-login.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/jidologo-login@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/jidologo-login@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/jidologo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/login-forgot-logo.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/sopo-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/sopo-logo@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login/sopo-logo@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/accident.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/accident.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/alert-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/camera.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/camera.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/carIcon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/clear-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/current-location.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/disconnected-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/down-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/downicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/downicon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/filter-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/info-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/info-icon@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/locationdeny.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/misc.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/misc.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/offline.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/online.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/road-close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/roadwork.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/roadwork.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/search-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/slider-button-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/slider-button-bg.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/tick-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/traffic.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/traffic.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/up-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/upicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/upicon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/vehicle-breakdown.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/vehicle-breakdown.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/vehiclebreakdown.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/vehiclebreakdown.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/weather.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/map-box/weather.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/marker.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/misc.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/obd-table/search-illustration.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/obd-table/search-illustration.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/_start.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/_stop.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/carcrash.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/close-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/collision.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/cornering.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/crash-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/speed_limit.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/start.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/start.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/stop.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ride-history-page/stop.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/road-close.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/roadwork.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/404-illustration.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/404.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/404@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/404@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/Maint.gif
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/shared/favicon-common.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/favicon-lite.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/favicon-pro.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Helvetica-Bold.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Helvetica-Bold.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Helvetica-Bold.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Helvetica-Bold.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Helvetica-Bold.woff
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/shared/font/HelveticaNeue.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/HelveticaNeue.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/HelveticaNeue.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/shared/font/HelveticaNeue.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/HelveticaNeue.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Bold.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Bold.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Bold.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/shared/font/OpenSans-Bold.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Bold.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Light.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Light.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Light.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Light.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Regular.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Regular.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Regular.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/shared/font/OpenSans-Regular.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Regular.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Semibold.eot
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Semibold.otf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/font/OpenSans-Semibold.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/shared/font/OpenSans-Semibold.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/shared/font/Roboto-Regular.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/shared/loader.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/loader.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/loader@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/loader@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/loader_new.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/nodata-illustration.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shared/process.gif
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/side-menu/analytics-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/dash-inactive.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/dash-inactive@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/dash-inactive@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/fleet.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/forma-1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/forma-1@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/forma-1@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/live-view.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/live-view.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/maintainenece.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/maintainenece.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/map-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/obd.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/obd.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt-active.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt-active@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt-active@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-alt@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/side-menu/user-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/speed_limit.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/start.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/start.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/stop.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/stop.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/support-admin-login/bg-image.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/traffic.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/user-details/mobile-icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user-details/mobile-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/assets/user-details/profile-pic.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user-details/profile-pic@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user-details/profile-pic@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user-details/profile-picture.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user-details/search-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user/geofence-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user/notifications.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/user/theft-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/vehicle-breakdown.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/weather.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/welcome-mail.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/welcome/ic-welcomepassword.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/welcome/ic-welcomepassword@2x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/welcome/ic-welcomepassword@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/browserslist
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.prod.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.staging.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/favicon-common.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/favicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/firebase-messaging-sw.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/generic.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/maintenance.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/obd-shared.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/polyfills.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles.sass
0 → 100644
This diff is collapsed.
Click to expand it.
src/test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.spec.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/user-shared.sass
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment