Commits on Source (60)
-
Mark Harding authored
-
-
Mark Harding authored
Entity centric metrics (analytics v2) See merge request !579
-
Mark Harding authored
-
Mark Harding authored
-
(chore): update minds-button-user-dropdown code to use async/awit
-
Mark Harding authored
Unsubscribe doesnt update 847 See merge request !588
-
-
Mark Harding authored
Boost button should not show on pro pages See merge request !586
-
-
Mark Harding authored
(fix): Upvotes do not appear to have worked until you refresh See merge request !584
-
-
Mark Harding authored
(feat): hide text only posts Closes engine#933 See merge request !585
-
* Deprecate old plus page * Tweak Pro code * Buttons foundation enhancement
-
Mark Harding authored
Marketing pages layout See merge request !591
-
Mark Harding authored
(feat): hide text only posts Closes engine#933 See merge request !585
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Olivia Madrid authored
-
Olivia Madrid authored
-
Olivia Madrid authored
Merge remote-tracking branch 'refs/remotes/origin/epic/pro-affiliate-launch' into epic/pro-affiliate-launch
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Emiliano Balbuena authored
-
-
Mark Harding authored
Pro Feeds not working Closes #2107 See merge request !594
-
Mark Harding authored
Pro Feeds not working Closes #2107 See merge request !594
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
-
-
Mark Harding authored
[Sprint/NuancedNumbat](fix): Fixed width of avatars. Closes #1913 See merge request !557
-
-
Mark Harding authored
[Sprint/PinkPanther](feat): Force hashtag pipe to lowercase in discovery #2088 Closes #2088 See merge request !589
-
Closes #2119
-
Mark Harding authored
Re-introduce Plus verify legend and modal Closes #2119 See merge request !600
-
Mark Harding authored
-
Mark Harding authored
-
Mark Harding authored
closes #2090
-
-
Mark Harding authored
[Sprint/OldfashionedOwl](fix): Subscription feed upgrade #435 See merge request !599
-
Marcelo Rivera authored
-
-
Mark Harding authored
(fix): add title for activities Closes engine#923 See merge request !604
-
Mark Harding authored
-
-
Mark Harding authored
App changes to support Angular Hot Module Reloading for dev env See merge request !592
-
-
Emiliano Balbuena authored
Githooks not working in Windows Closes #2135 See merge request !610
Showing
- .angular-cli.json 2 additions, 5 deletions.angular-cli.json
- angular.json 24 additions, 27 deletionsangular.json
- package-lock.json 147 additions, 174 deletionspackage-lock.json
- package.json 3 additions, 1 deletionpackage.json
- src/app/app.component.ts 0 additions, 3 deletionssrc/app/app.component.ts
- src/app/app.module.ts 2 additions, 0 deletionssrc/app/app.module.ts
- src/app/common/common.module.ts 11 additions, 0 deletionssrc/app/common/common.module.ts
- src/app/common/components/marketing/as-featured-in.component.html 74 additions, 0 deletions...common/components/marketing/as-featured-in.component.html
- src/app/common/components/marketing/as-featured-in.component.scss 66 additions, 0 deletions...common/components/marketing/as-featured-in.component.scss
- src/app/common/components/marketing/as-featured-in.component.ts 10 additions, 0 deletions...p/common/components/marketing/as-featured-in.component.ts
- src/app/common/components/marketing/footer.component.html 242 additions, 0 deletionssrc/app/common/components/marketing/footer.component.html
- src/app/common/components/marketing/footer.component.scss 114 additions, 0 deletionssrc/app/common/components/marketing/footer.component.scss
- src/app/common/components/marketing/footer.component.ts 10 additions, 0 deletionssrc/app/common/components/marketing/footer.component.ts
- src/app/common/components/marketing/marketing-styles.scss 431 additions, 0 deletionssrc/app/common/components/marketing/marketing-styles.scss
- src/app/common/components/marketing/marketing.component.html 15 additions, 0 deletionssrc/app/common/components/marketing/marketing.component.html
- src/app/common/components/marketing/marketing.component.scss 46 additions, 0 deletionssrc/app/common/components/marketing/marketing.component.scss
- src/app/common/components/marketing/marketing.component.ts 24 additions, 0 deletionssrc/app/common/components/marketing/marketing.component.ts
- src/app/common/components/toggle/toggle.component.html 6 additions, 0 deletionssrc/app/common/components/toggle/toggle.component.html
- src/app/common/components/toggle/toggle.component.scss 60 additions, 0 deletionssrc/app/common/components/toggle/toggle.component.scss
- src/app/common/components/toggle/toggle.component.ts 33 additions, 0 deletionssrc/app/common/components/toggle/toggle.component.ts
This diff is collapsed.
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"build": "ng build --prod", | "build": "ng build --prod", | ||
"prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en", | "prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en", | ||
"build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | "build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800", | ||
"serve-dev": "ng serve --host=0.0.0.0 --deploy-url=/en/ --configuration=hmr --hmr --poll=800 --progress", | |||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "cypress run --debug", | "e2e": "cypress run --debug", | ||
... | @@ -57,6 +58,7 @@ | ... | @@ -57,6 +58,7 @@ |
"@angular/cli": "^7.2.1", | "@angular/cli": "^7.2.1", | ||
"@angular/compiler-cli": "~8.0.3", | "@angular/compiler-cli": "~8.0.3", | ||
"@angular/language-service": "~8.0.3", | "@angular/language-service": "~8.0.3", | ||
"@angularclass/hmr": "^2.1.3", | |||
"@types/jasmine": "~2.8.8", | "@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.4", | "@types/jasminewd2": "~2.0.4", | ||
"@types/node": "~10.12.18", | "@types/node": "~10.12.18", | ||
... | @@ -88,7 +90,7 @@ | ... | @@ -88,7 +90,7 @@ |
}, | }, | ||
"husky": { | "husky": { | ||
"hooks": { | "hooks": { | ||
"pre-commit": ".githooks/pre-commit && pretty-quick --staged --bail --pattern '**/*.*(ts|html|scss)'" | "pre-commit": "sh .githooks/pre-commit && pretty-quick --staged --bail --pattern \"**/*.*(ts|html|scss)\"" | ||
} | } | ||
} | } | ||
} | } |