Commits on Source (22)
-
Emiliano Balbuena authored
-
Emiliano Balbuena authored
-
Mark Harding authored
-
Mark Harding authored
(chore): use yaml templates and introduce cleanup job for review sites See merge request !514
-
Mark Harding authored
[Sprint/LuckyLizard] (chore): Use local fontawesome 4.7 See merge request !516
-
Mark Harding authored
[Sprint/LuckyLizard] (chore): Polyfill padStart on older browsers See merge request !515
-
-
Mark Harding authored
[Sprint/LuckyLizard](fix): Stop media modals in mobile Closes #1780 and #1800 See merge request !513
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
(chore): use pipeline id vs commit id See merge request !518
-
Mark Harding authored
-
-
Brian Hatchet authored
[Sprint/LuckyLizard](fix): Fixed tablet bug causing chat to jump offscreen on scroll #1477 Closes #1477 See merge request !498
-
This reverts merge request !498
-
Mark Harding authored
Revert "Merge branch 'fix/tablet-group-chat-1477' into 'master'" See merge request !525
-
Mark Harding authored
-
Mark Harding authored
(chore): introduce linting to frontend See merge request !519
-
Brian Hatchet authored
-
Brian Hatchet authored
-
Brian Hatchet authored
-
Brian Hatchet authored
Showing
- .angular-cli.json 0 additions, 1 deletion.angular-cli.json
- .gitlab-ci.yml 93 additions, 110 deletions.gitlab-ci.yml
- .prettierrc 8 additions, 0 deletions.prettierrc
- angular.json 0 additions, 2 deletionsangular.json
- package-lock.json 6 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/app/animations.ts 52 additions, 13 deletionssrc/app/animations.ts
- src/app/app.component.html 13 additions, 7 deletionssrc/app/app.component.html
- src/app/app.component.scss 33 additions, 29 deletionssrc/app/app.component.scss
- src/app/app.component.ts 13 additions, 9 deletionssrc/app/app.component.ts
- src/app/app.module.ts 19 additions, 15 deletionssrc/app/app.module.ts
- src/app/common/api/client.service.ts 10 additions, 18 deletionssrc/app/common/api/client.service.ts
- src/app/common/common.module.ts 52 additions, 36 deletionssrc/app/common/common.module.ts
- src/app/common/components/analytics/impressions.ts 12 additions, 12 deletionssrc/app/common/components/analytics/impressions.ts
- src/app/common/components/android-app-download-button/button.component.scss 3 additions, 3 deletions...ponents/android-app-download-button/button.component.scss
- src/app/common/components/android-app-download-button/button.component.ts 3 additions, 7 deletions...omponents/android-app-download-button/button.component.ts
- src/app/common/components/announcements/announcement.component.scss 22 additions, 24 deletions...mmon/components/announcements/announcement.component.scss
- src/app/common/components/announcements/announcement.component.ts 4 additions, 12 deletions...common/components/announcements/announcement.component.ts
- src/app/common/components/autocomplete/index.ts 1 addition, 1 deletionsrc/app/common/components/autocomplete/index.ts
- src/app/common/components/autocomplete/item-renderers/posts-autocomplete.component.html 10 additions, 15 deletions...complete/item-renderers/posts-autocomplete.component.html
.prettierrc
0 → 100644
... | ... | @@ -76,6 +76,7 @@ |
"karma-jasmine": "~1.1.2", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"prettier": "1.18.2", | ||
"protractor": "~5.4.2", | ||
"ts-node": "~7.0.0", | ||
"tslint": "~5.12.0", | ||
... | ... |