| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-02-21 | Implement basic hCaptcha | -7/+69 | ||
| 2021-02-21 | Migrate from public state map to Redux | -87/+285 | ||
| 2021-02-20 | Move hCaptcha types library to dev-dependencies | -1/+1 | ||
| 2021-02-20 | Add React-Redux and Redux type packages as dev dependencies | -2/+29 | ||
| 2021-02-20 | Add hCaptcha sitekey and allowed hosts to webpack config | -1/+3 | ||
| 2021-02-20 | Add Redux and React Redux dependencies | -1/+34 | ||
| 2021-02-19 | Add hCaptcha dependencies | -0/+14 | ||
| 2021-02-19 | Adds Missing Fields To Test Models | -3/+6 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-18 | Remove TODO | -1/+1 | ||
| 2021-02-18 | Don't overwrite user selection | -3/+5 | ||
| 2021-02-18 | Add focus handler for select (thanks Scaleios) | -1/+7 | ||
| 2021-02-18 | Remove unnecessary parameters from blur handler type annotations | -5/+5 | ||
| 2021-02-18 | Mark range and radio valid after change | -0/+5 | ||
| 2021-02-18 | Revert change of gathering checkbox values | -9/+12 | ||
| 2021-02-17 | Add blur handler to Radio and Range | -6/+8 | ||
| 2021-02-17 | Move CSS back under navigation class to avoid messy diff | -52/+52 | ||
| 2021-02-17 | Unfocus currently focused element before scrolling to invalid question | -0/+5 | ||
| 2021-02-11 | Bump typescript from 4.1.4 to 4.1.5 | -5/+5 | ||
| Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.4...v4.1.5) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-02-10 | Bump typescript from 4.1.3 to 4.1.4 | -5/+5 | ||
| Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.1.4) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-02-10 | Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 | -44/+9 | ||
| Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-02-09 | Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 | -14/+48 | ||
| Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-02-08 | Make all blur handler names matching | -5/+5 | ||
| 2021-02-08 | Change blur handler name in Select | -2/+2 | ||
| 2021-02-08 | Change ShortText blur handler name | -2/+2 | ||
| 2021-02-08 | Set z-index and position for error message CSS | -0/+2 | ||
| 2021-02-08 | Fix CSS visibilty attribute | -1/+1 | ||
| Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| 2021-02-08 | Undo testing rules breaking | -2/+1 | ||
| 2021-02-08 | Remove quiet flag from Husky hooks to show warnings | -1/+1 | ||
| 2021-02-08 | Remove quiet flag to show warnings | -1/+1 | ||
| 2021-02-08 | Break some rules for testing | -1/+2 | ||
| 2021-02-08 | Add new formatter to workflow | -1/+1 | ||