Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Polyfills Smooth Scroll | 2021-01-16 | -0/+15 | |
| | | | | | | Pollyfills smooth scroll on the scroll to top button. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | 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 #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]> | |||
| * | | Cleans Up Dependencies | 2021-01-03 | -629/+344 | |
|/ / | | | | | | | | | | | | | Updates package.json to keep only the bare minimum required for production in dependencies. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* / | Typo fix in GHA | 2021-01-03 | -1/+1 | |
|/ | ||||
* | Merge pull request #71 from python-discord/renovate/eslint-7.x | 2021-01-02 | -5/+5 | |
|\ | ||||
| * | Update dependency eslint to v7.17.0 | 2021-01-02 | -5/+5 | |
|/ | ||||
* | Implement new loader | 2021-01-02 | -5/+5 | |
| | ||||
* | Merge pull request #70 from python-discord/renovate/node-14.x | 2021-01-02 | -5/+5 | |
|\ | ||||
| * | Update dependency @types/node to v14.14.19 | 2021-01-01 | -5/+5 | |
| | | ||||
* | | Merge pull request #65 from python-discord/renovate/react-router-dom-5.x | 2021-01-02 | -5/+5 | |
|\ \ | | | | | | | Update dependency @types/react-router-dom to v5.1.7 | |||
| * | | Update dependency @types/react-router-dom to v5.1.7 | 2020-12-30 | -5/+5 | |
| | | | ||||
* | | | Merge pull request #64 from python-discord/renovate/swc-core-1.x | 2021-01-02 | -23/+66 | |
|\ \ \ | |_|/ |/| | | Update dependency @swc/core to v1.2.43 | |||
| * | | Update dependency @swc/core to v1.2.43 | 2020-12-30 | -23/+66 | |
| | | | ||||
* | | | Merge pull request #69 from python-discord/renovate/webpack-cli-4.x | 2020-12-31 | -30/+40 | |
|\ \ \ | | | | | | | | | Update dependency webpack-cli to v4.3.1 | |||
| * | | | Update dependency webpack-cli to v4.3.1 | 2020-12-31 | -30/+40 | |
|/ / / | ||||
* | | | Merge pull request #67 from python-discord/sentry-deploy-preview | 2020-12-30 | -2/+17 | |
|\ \ \ | ||||
| * | | | Improve Sentry with deploy previews | 2020-12-30 | -2/+17 | |
|/ / / | ||||
* | | | Add context console log | 2020-12-30 | -0/+1 | |
| | | | ||||
* | | | Update index.tsx | 2020-12-30 | -1/+2 | |
| | | | ||||
* | | | Pass CONTEXT environment variable | 2020-12-30 | -1/+2 | |
| | | | ||||
* | | | Merge pull request #66 from python-discord/renovate/node-14.x | 2020-12-30 | -5/+5 | |
|\ \ \ | |_|/ |/| | | Update dependency @types/node to v14.14.17 | |||
| * | | Update dependency @types/node to v14.14.17 | 2020-12-30 | -5/+5 | |
|/ / | ||||
* | | Merge pull request #63 from python-discord/renovate/eslint-plugin-react-7.x | 2020-12-30 | -5/+5 | |
|\ \ | |/ |/| | Update dependency eslint-plugin-react to v7.22.0 | |||
| * | Update dependency eslint-plugin-react to v7.22.0 | 2020-12-30 | -5/+5 | |
| | | ||||
* | | Merge pull request #62 from python-discord/renovate/testing-library-jest-dom-5.x | 2020-12-30 | -5/+5 | |
|\ \ | |/ |/| | Update dependency @testing-library/jest-dom to v5.11.8 | |||
| * | Update dependency @testing-library/jest-dom to v5.11.8 | 2020-12-30 | -5/+5 | |
|/ | ||||
* | Merge pull request #60 from python-discord/add-dotenv | 2020-12-29 | -0/+8 | |
|\ | ||||
| * | Implements `.env` Loading | 2020-12-29 | -0/+8 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Merge pull request #61 from python-discord/renovate/webpack-dev-server-3.x | 2020-12-29 | -43/+36 | |
|\ \ | |/ |/| | Update dependency webpack-dev-server to v3.11.1 | |||
| * | Update dependency webpack-dev-server to v3.11.1 | 2020-12-29 | -43/+36 | |
|/ | ||||
* | Merge pull request #57 from python-discord/ks123/optional-questions | 2020-12-28 | -1/+2 | |
|\ | | | | | Add required field to question interface | |||
| * | Add required field to question interface | 2020-12-28 | -1/+2 | |
| | | ||||
* | | Merge pull request #59 from python-discord/renovate/typescript-eslint-monorepo | 2020-12-28 | -43/+43 | |
|\ \ | | | | | | | Update typescript-eslint monorepo to v4.11.1 |