Skip to content

Commit

Permalink
Make patches.json match the files actually modified in the patches (#506
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aulamber authored Mar 30, 2023
1 parent e9d510a commit 234aff1
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions patches/patches.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"are-external-users-allowed-in-room": {
"package": "matrix-react-sdk",
"files": ["src/components/views/rooms/RoomHeader.tsx", "res/css/views/rooms/_RoomHeader.pcss"],
"files": [
"src/components/views/rooms/RoomHeader.tsx",
"res/css/views/rooms/_RoomHeader.pcss"
],
"description": "TODO: Remplir ici"
},
"show-icon-on-public-room": {
Expand All @@ -13,7 +16,6 @@
"files": [
"src/components/views/dialogs/IncomingSasDialog.tsx",
"src/components/views/dialogs/VerificationRequestDialog.tsx",
"src/components/views/verification/TchapVerificationComplete.tsx",
"src/components/views/right_panel/VerificationPanel.tsx",
"src/components/views/verification/VerificationComplete.tsx"
]
Expand Down Expand Up @@ -58,11 +60,17 @@

"login": {
"package": "matrix-react-sdk",
"files": ["src/components/structures/auth/Login.tsx", "src/components/views/auth/PasswordLogin.tsx"]
"files": [
"src/components/structures/auth/Login.tsx",
"src/components/views/auth/PasswordLogin.tsx"
]
},
"registration-for-mainlining": {
"package": "matrix-react-sdk",
"files": ["src/components/structures/auth/Registration.tsx", "src/components/views/auth/RegistrationForm.tsx"]
"files": [
"src/components/structures/auth/Registration.tsx",
"src/components/views/auth/RegistrationForm.tsx"
]
},
"password-policy": {
"package": "matrix-react-sdk",
Expand All @@ -72,14 +80,15 @@
"package": "matrix-react-sdk",
"files": [
"res/css/views/directory/_NetworkDropdown.pcss",
"src/components/views/directory/NetworkDropdown.tsx",
"src/i18n/strings/en_EN.json",
"src/i18n/strings/fr.json"
"src/components/views/directory/NetworkDropdown.tsx"
]
},
"auto-accept-tac": {
"package": "matrix-react-sdk",
"files": ["src/IdentityAuthClient.tsx", "src/Terms.ts"]
"files": [
"src/IdentityAuthClient.tsx",
"src/Terms.ts"
]
},
"hide-discovery-email-phone-settings": {
"package": "matrix-react-sdk",
Expand All @@ -91,7 +100,11 @@
},
"activate-expired-account-panel": {
"package": "matrix-js-sdk",
"files": ["src/http-api/interface.ts", "src/http-api/fetch.ts", "src/sync.ts"]
"files": [
"src/http-api/interface.ts",
"src/http-api/fetch.ts",
"src/sync.ts"
]
},
"cross-signing-ui": {
"comments": "reword cross-signing dialogs and remove confirmation dialog",
Expand Down Expand Up @@ -137,7 +150,10 @@
"add-a-help-tab-in-menu-to-redirect-to-external-tchap-faq": {
"github-issue": "https://github.com/tchapgouv/tchap-web-v4/issues/395",
"package": "matrix-react-sdk",
"files": ["src/components/structures/UserMenu.tsx", "res/css/structures/_UserMenu.pcss"]
"files": [
"src/components/structures/UserMenu.tsx",
"res/css/structures/_UserMenu.pcss"
]
},
"ux-improvements-for-xsss": {
"github-issue": "https://github.com/tchapgouv/tchap-web-v4/issues/442",
Expand Down

0 comments on commit 234aff1

Please sign in to comment.