Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Fixes Subtle Alignment Issues | 2021-01-10 | -2/+2 | ||
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Breaks Up CSS Into Components | 2021-01-06 | -522/+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/+646 | ||
| | | | | | | | | 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]> | ||||
* | Fixes Preexisting Linting Issues | 2021-01-03 | -360/+362 | ||
| | | | | | | | 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]> | ||||
* | Implement new loader | 2021-01-02 | -5/+5 | ||
| | |||||
* | Add context console log | 2020-12-30 | -0/+1 | ||
| | |||||
* | Update index.tsx | 2020-12-30 | -1/+2 | ||
| | |||||
* | Add required field to question interface | 2020-12-28 | -1/+2 | ||
| | |||||
* | Fetch forms only once in discovery | 2020-12-16 | -1/+1 | ||
| | |||||
* | Update Loading component | 2020-12-16 | -2/+2 | ||
| | |||||
* | Update App.tsx | 2020-12-16 | -2/+2 | ||
| | |||||
* | replace @emotion/core with @emotion/react | 2020-12-16 | -10/+10 | ||
| | |||||
* | Simplify Axios client baseURL definition | 2020-12-14 | -1/+1 | ||
| | | | Co-authored-by: Joe Banks <[email protected]> | ||||
* | Update tests to match with changes in discovery | 2020-12-14 | -12/+46 | ||
| | |||||
* | Update LandingPage to use forms from API | 2020-12-14 | -2/+17 | ||
| | |||||
* | Update FormListing component to match with new forms interface | 2020-12-14 | -5/+5 | ||
| | |||||
* | Update getForms function to fetch data from API | 2020-12-14 | -21/+4 | ||
| | |||||
* | Move loading to different component | 2020-12-14 | -12/+19 | ||
| | |||||
* | Create Axios client for backend | 2020-12-14 | -0/+6 | ||
| | |||||
* | Update form interface and add features | 2020-12-13 | -11/+18 | ||
| | |||||
* | Update question types and interface to match changes in backend | 2020-12-13 | -5/+11 | ||
| | |||||
* | Merge pull request #26 from python-discord/build/chunking | 2020-10-12 | -2/+12 | ||
|\ | | | | | Improve chunking configuration | ||||
| * | Improve loader style | 2020-10-12 | -2/+12 | ||
| | | |||||
* | | Use location instead of document.location in callback | 2020-10-12 | -1/+1 | ||
| | | |||||
* | | Add test setup file | 2020-10-12 | -4/+1 | ||
| | | |||||
* | | Add many new tests | 2020-10-12 | -2/+93 | ||
|/ | |||||
* | Disable tracing integration | 2020-10-12 | -4/+0 | ||
| | |||||
* | Fix the SVG scaling with new SVG loader | 2020-10-12 | -6/+2 | ||
| | |||||
* | Fix tests | 2020-10-12 | -5/+12 | ||
| | |||||
* | Remove comments | 2020-10-12 | -12/+0 | ||
| | |||||
* | Remove pointless comment | 2020-10-12 | -3/+0 | ||
| | |||||
* | Lazy load components | 2020-10-12 | -5/+12 | ||
| | |||||
* | Update app with new build system | 2020-10-12 | -1/+66 | ||
| | |||||
* | Report release information to Sentry | 2020-10-08 | -0/+1 | ||
| | |||||
* | Render the Sentry error boundary | 2020-10-08 | -1/+9 | ||
| | |||||
* | Enable Sentry in production | 2020-10-06 | -0/+13 | ||
| | |||||
* | Better handle other messages from the React DevTools extension | 2020-10-06 | -1/+1 | ||
| | |||||
* | Add a setInterval to check if the child window is manually closed | 2020-10-06 | -0/+8 | ||
| | |||||
* | Re-add the OAuth2 button to the home page | 2020-10-06 | -1/+4 | ||
| | |||||
* | When a code is received post it back to the opener | 2020-10-06 | -0/+17 | ||
| | |||||
* | On OAuth2 button click pop open Discord authorize window | 2020-10-06 | -2/+40 | ||
| | |||||
* | Update console logs | 2020-10-06 | -1/+1 | ||
| | |||||
* | Add new callback route | 2020-10-06 | -1/+3 | ||
| | |||||
* | Add a key to the form listings | 2020-10-05 | -1/+1 | ||
| |