Commits on Source (17)
-
-
Mark Harding authored
Refactor PRO settings See merge request !638
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Olivia Madrid authored
-
Mark Harding authored
Radio spacing bug Closes #2249 See merge request !663
-
-
Mark Harding authored
SSO for Pro sites Closes #2264 and #2243 See merge request !656
-
-
Mark Harding authored
(feat): Withdrawal status support Closes #2239 and #2238 See merge request !652
-
-
Mark Harding authored
Webtorrent service now disables by feature flag. #2237 Closes #2275 See merge request !667
-
Marcelo Rivera authored
-
Marcelo Rivera authored
-
Marcelo Rivera authored
-
Marcelo Rivera authored
Showing
- cypress/integration/pro/page.spec.js 88 additions, 63 deletionscypress/integration/pro/page.spec.js
- cypress/integration/pro/settings.spec.js 73 additions, 79 deletionscypress/integration/pro/settings.spec.js
- package-lock.json 17 additions, 3 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/app/app.component.html 57 additions, 55 deletionssrc/app/app.component.html
- src/app/app.component.ts 36 additions, 4 deletionssrc/app/app.component.ts
- src/app/common/api/client.service.ts 3 additions, 22 deletionssrc/app/common/api/client.service.ts
- src/app/common/common.module.ts 12 additions, 1 deletionsrc/app/common/common.module.ts
- src/app/common/components/dashboard-layout/dashboard-layout.component.scss 7 additions, 0 deletions...mponents/dashboard-layout/dashboard-layout.component.scss
- src/app/common/components/dashboard-layout/dashboard-layout.component.ts 2 additions, 4 deletions...components/dashboard-layout/dashboard-layout.component.ts
- src/app/common/components/draggable-list/list.component.html 41 additions, 0 deletionssrc/app/common/components/draggable-list/list.component.html
- src/app/common/components/draggable-list/list.component.scss 102 additions, 10 deletionssrc/app/common/components/draggable-list/list.component.scss
- src/app/common/components/draggable-list/list.component.ts 47 additions, 32 deletionssrc/app/common/components/draggable-list/list.component.ts
- src/app/common/components/form-descriptor/form-descriptor.component.html 3 additions, 0 deletions...components/form-descriptor/form-descriptor.component.html
- src/app/common/components/form-descriptor/form-descriptor.component.scss 8 additions, 0 deletions...components/form-descriptor/form-descriptor.component.scss
- src/app/common/components/form-descriptor/form-descriptor.component.spec.ts 6 additions, 6 deletions...ponents/form-descriptor/form-descriptor.component.spec.ts
- src/app/common/components/form-descriptor/form-descriptor.component.ts 11 additions, 0 deletions...n/components/form-descriptor/form-descriptor.component.ts
- src/app/common/components/form-toast/form-toast.component.html 36 additions, 0 deletions...pp/common/components/form-toast/form-toast.component.html
- src/app/common/components/form-toast/form-toast.component.scss 98 additions, 0 deletions...pp/common/components/form-toast/form-toast.component.scss
- src/app/common/components/form-toast/form-toast.component.spec.ts 26 additions, 0 deletions...common/components/form-toast/form-toast.component.spec.ts
... | ... | @@ -63,7 +63,7 @@ |
"@types/jasminewd2": "~2.0.4", | ||
"@types/node": "~10.12.18", | ||
"codelyzer": "^4.5.0", | ||
"cypress": "^3.4.1", | ||
"cypress": "^3.6.1", | ||
"cypress-file-upload": "^3.3.3", | ||
"gulp": "~4.0.0", | ||
"gulp-autoprefixer": "^6.0.0", | ||
... | ... |