* done with listing and pagination
* added badge to status
* intergrated filter for downtimes
* refactored code for naming convention and fixed some style
* implemented edit/create/delete
* removed .vscode folder
* removed some eslint file changes
* removed app.vue lint changes
* added space at the end of app.vue comp
* removed servicelist
* removed login
* removed main
* removed page/login
* added launch
* added launch
* added launch
* removed linting from api.js
* fixed filtering on ui
* removed linting from top nav
* removed linting from icon
* removed linting from english
* removed linting from yarn-lock
* removed linting from yarn-lock
* removed linting from yarn-lock
* removed linting from mixin
* removed linting from mixin
* removed linting from routes
* removed linting from routes
* fixed the date range filter error
* fixed the skip issue in the filter
* fixed issue in date range
* changed delete downtime btn text
* delete icon to bin
* changed start and end time format in the downtime listing
* prefilled duration filter with past 30 days
* added back button to downtime create and edit
* highlighted bold active route
* fixed issues on dates
* removed eslint from store.js
* removed eslint from store.js
* added lock file to gitignore
* removed linting issues
* removed linting issues
* removed linting issues
* fixed extra parameters passing in downtime create/update req body
* removed end date validation
* removed end date validation
* coverted to milllisec in a readable format
* removed commented style
* restored vue.config file
* added max date config to filters and forms and modified validation on end date
* added try catch on create and edit downtime
* added try catch on create and edit downtime
* removed the empty string params from filter
Co-authored-by: smit95tpatel <smit.patel@razorpay.com>
Enable the signin button on the login page when the username or
password field changes.
This fixes some errors where the password manager inserted
username and password but the "SignIn" button was not activated as a result.
Closes#692