Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Lock textarea resizing to vertical | 2021-01-11 | -0/+1 | ||
| | | |||||
| * | Fixes Subtle Alignment Issues | 2021-01-10 | -2/+2 | ||
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Breaks Up CSS Into Components | 2021-01-06 | -537/+498 | ||
| | | | | | | | | | | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Fixes Model Casing | 2021-01-06 | -1/+1 | ||
| | | | | | | | | | | Changes the casing of the webhook enabled enum to fit with the other enums. Co-authored-by: ks129 <[email protected]> | ||||
| * | Adds Question Rendering | 2021-01-06 | -10/+661 | ||
| | | | | | | | | | | | | | | | | Adds a question component, and calls it on form page. Adds styling for input types and form page. Lays foundation for validation and submission. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Implements Input Types | 2021-01-06 | -0/+256 | ||
| | | | | | | | | | | | | | | Adds functionality and JSX for all input types. Adds a dispatcher that can pick and return the needed element. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Implements Scroll Button | 2021-01-06 | -3/+91 | ||
| | | | | | | | | | | | | | | Adds a scroll to top button to the landing page, and form pages to make navigation easier on long pages. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Updates HeaderBar | 2021-01-04 | -42/+115 | ||
| | | | | | | | | | | | | | | | | Changes header bar component to accept a description, and render it properly on different screens. Additionally adds a button to return to the home page. Updates tests. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Implements Form Fetching | 2021-01-04 | -22/+7 | ||
| | | | | | | | | | | | | Fetches forms from the backend to be displayed. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | Updates Models | 2021-01-04 | -8/+21 | ||
| | | | | | | | | | | | | Changes the models to match the backend. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | Merge pull request #82 from python-discord/renovate/typescript-eslint-monorepo | 2021-01-16 | -43/+44 | ||
|\ \ | | | | | | | Update typescript-eslint monorepo to v4.13.0 | ||||
| * | | Update typescript-eslint monorepo to v4.13.0 | 2021-01-11 | -43/+44 | ||
| | | | |||||
* | | | Merge pull request #84 from python-discord/renovate/testing-library-jest-dom-5.x | 2021-01-16 | -5/+5 | ||
|\ \ \ | | | | | | | | | Update dependency @testing-library/jest-dom to v5.11.9 | ||||
| * | | | Update dependency @testing-library/jest-dom to v5.11.9 | 2021-01-12 | -5/+5 | ||
| |/ / | |||||
* | | | Merge pull request #89 from python-discord/renovate/eslint-7.x | 2021-01-16 | -12/+12 | ||
|\ \ \ | | | | | | | | | Update dependency eslint to v7.18.0 | ||||
| * | | | Update dependency eslint to v7.18.0 | 2021-01-16 | -12/+12 | ||
| | | | | |||||
* | | | | Merge pull request #90 from python-discord/renovate/husky-4.x | 2021-01-16 | -5/+5 | ||
|\ \ \ \ | |/ / / |/| | | | Update dependency husky to v4.3.8 | ||||
| * | | | Update dependency husky to v4.3.8 | 2021-01-16 | -5/+5 | ||
|/ / / | |||||
* | | | Merge pull request #87 from python-discord/renovate/font-awesome | 2021-01-15 | -22/+22 | ||
|\ \ \ | | | | | | | | | Update Font Awesome | ||||
| * | | | Update Font Awesome | 2021-01-13 | -22/+22 | ||
| |/ / | |||||
* | | | Merge pull request #85 from python-discord/renovate/sentry-monorepo | 2021-01-15 | -46/+46 | ||
|\ \ \ | | | | | | | | | Update dependency @sentry/react to v5.30.0 | ||||
| * | | | Update dependency @sentry/react to v5.30.0 | 2021-01-13 | -46/+46 | ||
| |/ / | |||||
* | | | Merge pull request #81 from python-discord/renovate/swc-core-1.x | 2021-01-15 | -13/+69 | ||
|\ \ \ | | | | | | | | | Update dependency @swc/core to v1.2.45 | ||||
| * | | | Update dependency @swc/core to v1.2.45 | 2021-01-15 | -13/+69 | ||
| | | | | |||||
* | | | | Merge pull request #83 from python-discord/renovate/webpack-5.x | 2021-01-15 | -12/+18 | ||
|\ \ \ \ | |/ / / |/| | | | Update dependency webpack to v5.15.0 | ||||
| * | | | Update dependency webpack to v5.15.0 | 2021-01-15 | -12/+18 | ||
|/ / / | |||||
* | | | Merge pull request #86 from python-discord/renovate/webpack-dev-server-3.x | 2021-01-15 | -5/+5 | ||
|\ \ \ | | | | | | | | | Update dependency webpack-dev-server to v3.11.2 | ||||
| * | | | Update dependency webpack-dev-server to v3.11.2 | 2021-01-13 | -5/+5 | ||
| |/ / | |||||
* | | | Merge pull request #88 from python-discord/renovate/node-14.x | 2021-01-15 | -5/+5 | ||
|\ \ \ | |/ / |/| | | Update dependency @types/node to v14.14.21 | ||||
| * | | Update dependency @types/node to v14.14.21 | 2021-01-14 | -5/+5 | ||
|/ / | |||||
* | | Merge pull request #80 from python-discord/renovate/webpack-5.x | 2021-01-11 | -143/+130 | ||
|\ \ | | | | | | | Update dependency webpack to v5.12.3 | ||||
| * | | Update dependency webpack to v5.12.3 | 2021-01-10 | -143/+130 | ||
|/ / | |||||
* | | Merge pull request #79 from python-discord/renovate/testing-library-react-11.x | 2021-01-08 | -5/+5 | ||
|\ \ | | | | | | | Update dependency @testing-library/react to v11.2.3 | ||||
| * | | Update dependency @testing-library/react to v11.2.3 | 2021-01-07 | -5/+5 | ||
| | | | |||||
* | | | Merge pull request #78 from python-discord/renovate/jest-26.x | 2021-01-08 | -2/+10 | ||
|\ \ \ | | | | | | | | | Update dependency @types/jest to v26.0.20 | ||||
| * | | | Update dependency @types/jest to v26.0.20 | 2021-01-07 | -2/+10 | ||
| |/ / | |||||
* | | | Merge pull request #77 from python-discord/renovate/husky-4.x | 2021-01-08 | -16/+16 | ||
|\ \ \ | |/ / |/| | | Update dependency husky to v4.3.7 | ||||
| * | | Update dependency husky to v4.3.7 | 2021-01-07 | -16/+16 | ||
|/ / | |||||
* | | Merge pull request #76 from python-discord/renovate/node-14.x | 2021-01-06 | -5/+5 | ||
|\ \ | | | | | | | Update dependency @types/node to v14.14.20 | ||||
| * | | Update dependency @types/node to v14.14.20 | 2021-01-04 | -5/+5 | ||
|/ / | |||||
* | | Merge pull request #75 from python-discord/renovate/typescript-eslint-monorepo | 2021-01-04 | -43/+43 | ||
|\ \ | |/ |/| | Update typescript-eslint monorepo to v4.12.0 | ||||
| * | Update typescript-eslint monorepo to v4.12.0 | 2021-01-04 | -43/+43 | ||
|/ | |||||
* | Merge pull request #73 from python-discord/renovate/html-webpack-plugin-4.x | 2021-01-03 | -6/+6 | ||
|\ | |||||
| * | Update dependency html-webpack-plugin to v4.5.1 | 2021-01-03 | -6/+6 | ||
| | | |||||
* | | Merge pull request #68 from python-discord/renovate/react-spinners-0.x | 2021-01-03 | -10/+10 | ||
|\ \ | |/ |/| | |||||
| * | Update dependency react-spinners to v0.10.4 | 2021-01-02 | -10/+10 | ||
| | | |||||
* | | Merge pull request #72 from python-discord/dev-workflow | 2021-01-03 | -991/+840 | ||
|\ \ | | | | | | | Update Developer Workflow | ||||
| * | | Adds Pre-commit Hook | 2021-01-03 | -0/+61 | ||
| | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | Fixes Preexisting Linting Issues | 2021-01-03 | -361/+378 | ||
| | | | | | | | | | | | | | | | | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | Adds EsLint | 2021-01-03 | -3/+59 | ||
| | | | | | | | | | | | | | | | | | | | | | Adds eslint, eslint rules, and updates the workflow file. Adds a yarn command to run linting. Signed-off-by: Hassan Abouelela <[email protected]> |