Pooja Jaiswal 1bfe9cbcc5 TP-48342 | Disabled dropdown for unauthorized user and redirect to slack through modal (#93)
* TP-48342 |  Disabled status dropdown for unauthorized user

* TP-48342 |  Disabled dropdown

* TP-48342 | resolved merge conflicts

* TP-48342 | show tooltip only to unauthorized users

* TP-48342 | tooltip position change

* TP-48342 | tooltip position changes

* TP-48342 | added checks for null participants array

* TP-48342 | resolving pr comments

* TP-48342 | fixed modal start adornment

* TP-48342 |  RESOLVED PR REVIEWS

* TP-48342 | MERGED MASTER
2023-11-23 13:09:10 +05:30
2023-04-09 09:48:04 +05:30
2023-11-15 16:53:12 +05:30
2023-04-23 08:35:05 +05:30
2023-10-16 19:06:45 +05:30
2023-09-19 11:37:04 +05:30
2023-09-28 11:46:17 +05:30

alfred-ui

Install Yarn

npm install yarn -g

Setup

Install dependencies

yarn install

In case of network timeout

yarn install --network-timeout 1000000000

Create following files in the project root. Ask the fellow devs for api keys and copy paste them in respective files.

config.dev.js
config.qa.js

Start dev server with dev config

yarn dev

For production build

yarn build
yarn preview

Check Eslint-Prettier

yarn eslint-check
yarn lint
yarn prettier-check
Please go through <strong>package.json</strong> for the scripts.
Useful Resources:
1. Configure CSP ref: https://stackoverflow.com/questions/43453624/how-to-figure-out-a-reasonable-content-security-policy-source-for-nginx-virtual
2. Verify your CSP using this link: https://csp-evaluator.withgoogle.com/
Description
No description provided
Readme 1.2 MiB
Languages
TypeScript 92%
SCSS 7.3%
Dockerfile 0.2%
Shell 0.2%
JavaScript 0.1%