Skip to content

Commit ee46176

Browse files
alberto-art3chadamsaghy
authored andcommitted
WEB-954: Performance, Subscription management migration
1 parent ce5c385 commit ee46176

193 files changed

Lines changed: 8294 additions & 5677 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ src/environments/.env.ts
7070
/blob-report/
7171
/playwright/.cache/
7272
/playwright/.auth/
73+
74+
dist-electron/*

.stylelintrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"font-family-name-quotes": "always-where-recommended",
88
"font-family-no-missing-generic-family-keyword": [
99
true,
10-
{ "ignoreFontFamilies": ["FontAwesome"] }],
10+
{ "ignoreFontFamilies": ["FontAwesome"] }
11+
],
1112
"function-url-quotes": [
1213
"always",
1314
{
@@ -24,7 +25,8 @@
2425
"at-rule-no-unknown": null,
2526
"scss/at-rule-no-unknown": [
2627
true,
27-
{ "ignoreAtRules": ["tailwind"] }],
28+
{ "ignoreAtRules": ["tailwind"] }
29+
],
2830
"media-feature-name-no-vendor-prefix": true,
2931
"property-no-vendor-prefix": true,
3032
"selector-no-vendor-prefix": true,
@@ -65,6 +67,7 @@
6567
"rem",
6668
"vw",
6769
"vh",
70+
"fr",
6871
"deg",
6972
"s",
7073
"ms"

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"budgets": [
7171
{
7272
"type": "initial",
73-
"maximumWarning": "12mb",
74-
"maximumError": "12mb"
73+
"maximumWarning": "2mb",
74+
"maximumError": "4mb"
7575
},
7676
{
7777
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)