Commits on Source (63)
-
7aca58f1
-
Mark Harding authored
Fix CSS Grid for Pro channel tiles Closes #2358 See merge request !711
bf91cea7 -
3b387b00
-
Mark Harding authored
[Sprint/XerothermicXenarthra](chore): Change mature overlay text to NSFW #1279 Closes #1279 See merge request !709
7b93f3f1 -
Olivia Madrid authored9d3bb0df
-
e65a0e02
-
Xander Miller authored
Group membership change propegation Closes #2228 See merge request !710
df2e25e3 -
(feat): hide everything under a feature flag
a671e4fb -
Brian Hatchet authored
Onboarding Closes #2342, #2262, and #2270 See merge request !674
7bf29175 -
Xander Miller authored
Add moment.js to package files Closes #2417 See merge request !715
00c8a97e -
(fix): cleanup
fafc7964 -
Xander Miller authored
Use media modal in channel media feeds Closes #2226 See merge request !683
1c8ee565 -
f9e8dfd0
-
Brian Hatchet authored
Reintroduced maturity selector for activity comments. #2392 Closes #2392 See merge request !713
253d61a7 -
684da218
-
Xander Miller authored
[Sprint/VacantViper](fix) Live refresh of comments thread on entity change. #1658 Closes #1658 See merge request !703
1181bc82 -
Marcelo Rivera authored46a8a137
-
Mark Harding authored
Background issue on login page Closes #2432 See merge request !720
b00415cc -
Mark Harding authoredad475372
-
conditions
110bbb9c -
Xander Miller authored
Fixed pattern matching for external and internal page links #2133 See merge request !702
1b46c45a -
Ben authored31e45199
-
2ef4445c
-
Xander Miller authored
[Sprint/TrendyTurtle](fix): Fixed pro spec test. #2310 Closes #2310 See merge request !689
da2615ee -
35257a22
-
Xander Miller authored
Modal pager Closes #1737 See merge request !716
31db9b75 -
Marcelo Rivera authored4a86282e
-
Mark Harding authored
Unsubscribe from video/image preview is not working Closes #181 See merge request !725
e015c897 -
Ben authored8581f128
-
Ben authored83cd1a1a
-
Mark Harding authored837f3888
-
Mark Harding authored4f708a1e
-
Mark Harding authoredebf0b2d6
-
Mark Harding authored
Updating Sentry to 5.11.1 Closes #2451 See merge request !731
c27f57cb -
f4991df2
-
Mark Harding authored
CR Product Pages Closes #2232 See merge request !676
9be85959 -
Emiliano Balbuena authoredda4e7a3c
-
Mark Harding authored19c90ccf
-
0ac137fe
-
Xander Miller authored
Added find group button to sidebar #2379 Closes #2379 See merge request !719
2cc0aeda -
Xander Miller authored
Pro feed activity deletion. #2381 Closes #2381 See merge request !722
16c0167f -
Xander Miller authored
Updated wording to 4gb until we can implement chunked uploads #2447 Closes #2447 See merge request !729
7b424e3c -
4468c67f
-
Xander Miller authored
[Sprint/TrendyTurtle](feat): Added in error message on socket connection breaking. #2115 Closes #2115 See merge request !692
5ee8bd67 -
8e8f809a
-
Xander Miller authored
[Sprint/RollingRabbit](fix): Swapped out old failing datepicker library Closes #2171 See merge request !660
4f4221bf -
a311deb7
-
Xander Miller authored
Forced public only entities to be returned to pro feeds #2446 Closes #2446 See merge request !728
343f6171 -
(fix): clicking on the join group button also opens up the group (fix): add more contrast to buttons
4449f8dc -
Mark Harding authoredbf989660
-
Mark Harding authoredc65dab49
-
b8a36b03
-
Brian Hatchet authored
Add top top bar banner for upcoming event Closes #2442 See merge request !727
741eef73 -
Mark Harding authored
Improve arrow visibility on media modals Closes #2420 See merge request !734
aef1b6f6 -
(fix): clicking on the join group button also opens up the group (fix): add more contrast to buttons
f21b0aaa -
Mark Harding authored
Onboarding issues Closes #2474, #2475, and #2469 See merge request !737
f612720c -
89224323
-
Xander Miller authored
removed signup modal Closes #2407 See merge request !739
01d759e5 -
526f38cd
-
Xander Miller authored
Specify comment body width to stop overflow on long strings Closes #2478 See merge request !741
b6e63b79 -
Ben authored112bfc66
-
Ben authorede801ee14
This diff is collapsed.
... | ... | @@ -20,6 +20,7 @@ |
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "~8.0.3", | ||
"@angular/cdk": "^8.2.3", | ||
"@angular/common": "~8.0.3", | ||
"@angular/compiler": "~8.0.3", | ||
"@angular/core": "~8.0.3", | ||
... | ... | @@ -28,7 +29,7 @@ |
"@angular/platform-browser": "~8.0.3", | ||
"@angular/platform-browser-dynamic": "~8.0.3", | ||
"@angular/router": "~8.0.3", | ||
"@sentry/browser": "^5.6.2", | ||
"@sentry/browser": "^5.11.1", | ||
"angular-plotly.js": "^1.3.2", | ||
"bn.js": "^4.11.8", | ||
"braintree-web": "3.41.0", | ||
... | ... | @@ -39,10 +40,11 @@ |
"ethjs-provider-signer": "^0.1.4", | ||
"ethjs-signer": "0.1.1", | ||
"global": "^4.3.2", | ||
"material-datetime-picker": "git+https://github.com/Minds/material-datetime-picker.git", | ||
"material-design-icons": "~3.0.1", | ||
"material-design-lite": "~1.3.0", | ||
"medium-editor": "^5.23.2", | ||
"moment": "^2.24.0", | ||
"ng-pick-datetime": "^7.0.0", | ||
"ngx-drag-drop": "^2.0.0", | ||
"ngx-plyr": "^3.0.1", | ||
"plotly.js": "^1.47.4", | ||
... | ... |