Skip to content

Commit 687a733

Browse files
committed
Add deprecation warnings to dashboard folders (#4878)
### TL;DR Added warning messages to deprecated folders in the dashboard to prevent further additions. ### What changed? Added `DO_NOT_ADD_THINGS_HERE.md` files to several deprecated folders within the dashboard's `src` directory. These folders include: - @3rdweb-sdk - classes - contract-ui - core-ui - og-lib - pages - tw-components Each file contains a warning message stating that the folder is deprecated and advising developers not to add new content to these locations. ### How to test? 1. Navigate to each of the mentioned folders in the dashboard's `src` directory. 2. Verify that the `DO_NOT_ADD_THINGS_HERE.md` file exists in each folder. 3. Open the files and confirm they contain the correct warning message. ### Why make this change? This change aims to prevent developers from adding new content to deprecated parts of the dashboard. By placing clear warning messages in these folders, we reduce the risk of introducing new code or features in areas that are scheduled for removal. This helps maintain code quality, reduces technical debt, and supports the ongoing efforts to modernize and streamline the dashboard's structure.
1 parent 96daa26 commit 687a733

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT ADD NEW THINGS INSIDE THIS FOLDER OR SUB_FOLDERS
2+
3+
This part of the dashboard is deprecated, and we are actively working on removing it. Please do not add new things here. If you need to add new things, please add them to the appropriate folder in the src folder.

0 commit comments

Comments
 (0)