Skip to content

Commit 22244dc

Browse files
authored
Merge pull request #14 from codedthemes/dev-v4.0.0
free version update
2 parents 4113505 + 8d88281 commit 22244dc

131 files changed

Lines changed: 9689 additions & 9101 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.

.env

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
VITE_APP_VERSION = v3.0.0
1+
VITE_APP_VERSION = v4.0.0
22
GENERATE_SOURCEMAP = false
33

4-
PUBLIC_URL = https://codedthemes.com/demos/admin-templates/materially/react/free
5-
VITE_APP_BASE_NAME = demos/admin-templates/materially/react/free
4+
PUBLIC_URL= https://codedthemes.com/demos/admin-templates/materially/react/free
5+
VITE_APP_BASE_URL= /demos/admin-templates/materially/react/free
6+
7+
8+

.env.qa

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
REACT_APP_VERSION = v3.0.0
2-
GENERATE_SOURCEMAP = false
1+
VITE_APP_VERSION=v4.0.0
2+
GENERATE_SOURCEMAP=false
3+
34
PUBLIC_URL = https://codedthemes.com/demos/admin-templates/materially/react/free/stage
4-
VITE_APP_BASE_NAME = demos/admin-templates/materially/react/free/stage
5+
VITE_APP_BASE_URL=/demos/admin-templates/materially/react/free/stage
6+
7+
## Backend API URL
8+
VITE_APP_API_URL=https://mock-data-api-nextjs.vercel.app/

.eslintrc

Lines changed: 0 additions & 90 deletions
This file was deleted.

.github/workflows/prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: 🚚 Get latest code
1717
uses: actions/checkout@v4
1818

19-
- name: Use Node.js 20
19+
- name: Use Node.js 22
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20.x'
22+
node-version: '22'
2323

2424
- name: 🔨 Build Project
2525
run: |
@@ -32,8 +32,8 @@ jobs:
3232
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3333
# ARGS: "-rltgoDzvO --delete"
3434
SOURCE: 'dist/'
35-
REMOTE_HOST: 154.49.240.71
36-
REMOTE_USER: u778408432
35+
REMOTE_HOST: 91.108.116.107
36+
REMOTE_USER: u106957989
3737
REMOTE_PORT: '65002'
3838
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/materially/react/free
3939
EXCLUDE: '/dist/, /node_modules/'

.github/workflows/stage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: 🚚 Get latest code
1717
uses: actions/checkout@v4
1818

19-
- name: Use Node.js 20
19+
- name: Use Node.js 22
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20.x'
22+
node-version: '22'
2323

2424
- name: 🔨 Build Project
2525
run: |
@@ -32,8 +32,8 @@ jobs:
3232
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3333
# ARGS: "-rltgoDzvO --delete"
3434
SOURCE: 'dist/'
35-
REMOTE_HOST: 154.49.240.71
36-
REMOTE_USER: u778408432
35+
REMOTE_HOST: 91.108.116.107
36+
REMOTE_USER: u106957989
3737
REMOTE_PORT: '65002'
3838
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/materially/react/free/stage
3939
EXCLUDE: '/dist/, /node_modules/'

.gitignore

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
3-
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# testing
9-
/coverage
10-
11-
# production
12-
/build
13-
/dist
14-
15-
# misc
16-
.DS_Store
17-
.env.local
18-
.env.development.local
19-
.env.test.local
20-
.env.production.local
21-
1+
# Logs
2+
logs
3+
*.log
224
npm-debug.log*
235
yarn-debug.log*
246
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
.yarn
10+
11+
node_modules
12+
dist
13+
dist-ssr
14+
*.local
15+
16+
# Editor directories and files
17+
.vscode/*
18+
!.vscode/extensions.json
19+
.idea
20+
.DS_Store
21+
*.suo
22+
*.ntvs*
23+
*.njsproj
24+
*.sln
25+
*.sw?

.prettierrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"singleQuote": true,
55
"trailingComma": "none",
66
"tabWidth": 2,
7-
"useTabs": false,
8-
"endOfLine": "auto"
7+
"useTabs": false
98
}

.yarn/install-state.gz

-195 KB
Binary file not shown.

README.md

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Materially is a free and open source React redux dashboard template made using t
1212

1313
![IMG_8566.jpg](https://org-public-assets.s3.us-west-2.amazonaws.com/Free-Version-Banners/GITHUB-FREE-REACT-REPO%20-%20Materially.jpg)
1414

15-
1615
## Table of contents
1716

1817
- [Getting Started](#getting-started)
@@ -64,7 +63,7 @@ yarn start
6463

6564
Materially offers everything needed to build an advanced dashboard application. In the initial release, we included following high-end features,
6665

67-
- Support React18.
66+
- Support React 19.
6867
- Professional user interface.
6968
- Material UI React components.
7069
- Fully responsive, all modern browser supported.
@@ -74,38 +73,34 @@ Materially offers everything needed to build an advanced dashboard application.
7473

7574
## What's included in Premium Version?
7675

77-
The [Pro version](https://codedthemes.com/demos/admin-templates/materially/react/default) of Materially react template includes features such as mutliple apps, authentication methods (i.e. JWT, Auth0, Firebase), advance components, form plugins, layouts, widgets, and more.
78-
79-
| [Materially Free](https://codedthemes.com/demos/admin-templates/materially/react/free/) | [Materially Pro](https://codedthemes.com/demos/admin-templates/materially/react/default) |
80-
| -------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
81-
| **5** Demo pages | **100+** Demo pages |
82-
| - | ✓ Multi-Dashboard |
83-
| - | ✓ Dark/Light Mode 🌓 |
84-
| - | ✓ RTL |
85-
| - | ✓ JWT, Firebase, Auth0 authentication |
86-
| - |[More components](https://codedthemes.com/demos/admin-templates/materially/react/default/basic/accordion) |
87-
|[MIT License](https://github.com/codedthemes/materially-free-react-admin-template/blob/main/LICENSE) |[Pro License](https://codedthemes.com/item/materially-reactjs-admin-dashboard/) |
76+
The [Pro version](https://codedthemes.com/demos/admin-templates/materially/react/default) of Materially react template includes features such as multiple apps, advance components, form plugins, layouts, widgets, and more.
8877

78+
| [Materially Free](https://codedthemes.com/demos/admin-templates/materially/react/free/) | [Materially Pro](https://codedthemes.com/demos/admin-templates/materially/react/default) |
79+
| ------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------- |
80+
| **5** Demo pages | **100+** Demo pages |
81+
| - | ✓ 60+ Components |
82+
| - | ✓ Dark/Light Mode 🌓 |
83+
| - | ✓ RTL |
84+
| - | ✓ Localization |
85+
| - |[More components](https://codedthemes.com/demos/admin-templates/materially/react/default/components/accordion) |
86+
|[MIT License](https://github.com/codedthemes/materially-free-react-admin-template/blob/main/LICENSE) |[Pro License](https://codedthemes.com/item/materially-reactjs-admin-dashboard/) |
8987

9088
## Documentation
9189

92-
[Materially React documentation](https://codedthemes.gitbook.io/materially-react-material-documentation/) helps you out in all aspects from Installation to deployment.
90+
[Materially React Documentation](https://codedthemes.gitbook.io/materially-react-material-documentation/) helps you out in all aspects from Installation to deployment.
9391

9492
## Browser support
9593

9694
<img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/chrome.png" width="45" height="45" > <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/edge.png" width="45" height="45" > <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/safari.png" width="45" height="45" > <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/firefox.png" width="45" height="45" > <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/opera.png" width="45" height="45" >
9795

9896
## Technology Stack
9997

100-
- React (18.x)
101-
- Material UI (5.x)
98+
- React (19)
99+
- Material UI (7)
102100
- SASS with JSS Powered
103101
- Vite
104102
- Redux toolkit
105-
- React Router
106-
- Firebase
107-
- Auth0
108-
- JWT
103+
- React Router
109104
- Localization
110105

111106
## Save more with Big Bundle
@@ -114,11 +109,11 @@ The [Pro version](https://codedthemes.com/demos/admin-templates/materially/react
114109

115110
## More React Dashboard Templates
116111

117-
| Dashboard | FREE | PRO |
118-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
119-
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Berry%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/berry-mui-free-react-admin-template/) | [**Pro**](https://codedthemes.com/item/berry-material-react-admin-template/)</span> |
120-
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/mantis-free-mui-admin-template/) | [**Pro**](https://codedthemes.com/item/mantis-mui-react-dashboard-template/)</span> |
121-
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Datta%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/datta-able-react-free-admin-template/) | [**Pro**](https://codedthemes.com/item/datta-able-react-admin-template/)</span> |
112+
| Dashboard | FREE | PRO |
113+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
114+
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Berry%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/berry-mui-free-react-admin-template/) | [**Pro**](https://codedthemes.com/item/berry-material-react-admin-template/)</span> |
115+
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Mantis%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/mantis-free-mui-admin-template/) | [**Pro**](https://codedthemes.com/item/mantis-mui-react-dashboard-template/)</span> |
116+
| <img src="https://org-public-assets.s3.us-west-2.amazonaws.com/logos/Datta%20with%20name.png" height="30" style="display:inline-block; vertical-align:middle;"> | [**Free**](https://codedthemes.com/item/datta-able-react-free-admin-template/) | [**Pro**](https://codedthemes.com/item/datta-able-react-admin-template/)</span> |
122117

123118
## Issues
124119

@@ -129,7 +124,7 @@ If you found a bug in any version, please generate a [GitHub issue](https://gith
129124
- Licensed under [MIT](https://github.com/codedthemes/materially-free-react-admin-template/blob/main/LICENSE)
130125
- Copyright © [CodedThemes](https://codedthemes.com/)
131126

132-
## Contributor
127+
## Contributor
133128

134129
**CodedThemes Team**
135130

discord.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Discord Community | Materially - Admin Dashboard Template</title>
5+
<meta http-equiv="refresh" content="0; URL='https://discord.com/invite/p2E2WhCb6s'" />
6+
</head>
7+
<body>
8+
<p>
9+
If you do not redirect please visit :
10+
<a href="https://discord.com/invite/p2E2WhCb6s">https://discord.com/invite/p2E2WhCb6s</a>
11+
</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)