18 comments found.
Hi, do you have a date for the next update yet?
Where is the documentation link?
Also I noticed an issue, it’s a quick fix.. when the design is under secondary and switch to dark mode, the text is dark grey and not readable..
Thanks
Thanks for purchasing “Window”. You can find the docs in the downloaded folder.
Great work!
Thanks
unamble to customize the menu can you please let me know the procedure for that
Please follow the documentation
When i build the project as it is I get blank page in the /dist/index.html how to fix it ?
Ensure that your package.json has the correct homepage field: https://prnt.sc/QYgZ3ZiMiEw4
Deprecation Warning [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
any updates ?
You’ll need to replace @import with @use or @forward. Here’s how: Replace @import with @use
Instead of this: @import ‘variables’; @import ‘mixins’; @import ‘buttons’;
Use this: @use ‘variables’; @use ‘mixins’; @use ‘buttons’;
thank you for your support.. i tried to change the theme.scss… with… @use
// Google Font @use url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); @use url(‘https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
// Core files @use ’./node_modules/bootstrap/scss/functions’;
@use ‘theme/theme-variables’; @use ‘theme/theme-variables-custom’; @use ‘theme/theme-variables-dark’; @use ‘theme/theme-root’; @use ‘theme/theme-utilities’; ....
this is the results…many errors
plugin:vite:css Expected string. ╷ 15 │ @use url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
│ ^
╵
src\assets\scss\theme.scss 15:6 root stylesheet
at Object.wrapException (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:2286:43)
at SpanScanner.error$3$length$position (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:84501:15)
at SpanScanner.error$2$position (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:84507:19)
at ScssParser0.string$0 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:112874:12)
at ScssParser0._stylesheet0$_urlString$0 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:122114:20)
at ScssParser0.atRule$2$root (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:119357:23)
at ScssParser0._stylesheet0$_statement$1$root (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:118968:22)
at StylesheetParser_parse__closure0.call$0 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:122173:17)
at ScssParser0.statements$1 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:114642:30)
at StylesheetParser_parse_closure0.call$0 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:122159:23)
at ScssParser0.wrapSpanFormatException$1$1 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:113317:25)
at ScssParser0.wrapSpanFormatException$1 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:113369:19)
at ScssParser0.parse$0 (\REACT\ProgettoWindow\node_modules\sass\sass.dart.js:118952:19)
....
any idea ?
hello any update ?
We have updated the theme and submitted it for approval. Please wait until it is approved.
When do you estimate to release the next update?
We are not sure
can you upgrade react 19
We will upgrade react 19 on next update
Really Nice Template, with all the things needed. clean code and architecture and easy-to-follow. thank you
Thanks for your comment
Hello, I just downloaded the files. Could you please let me know where I can find the installation, configuration, and customization reference guides?
Plesse follow the documentation of this template
Dear WRAP CODERS Team,
I hope this message finds you well. I recently purchased the “Window – React Admin Dashboard Template” from Codecanyon. You can find the template at this link: https://codecanyon.net/item/window-react-admin-dashboard-template/52373058.
I am reaching out to kindly ask if it would be possible for you to provide me with an HTML, CSS, and JavaScript version of this template. I believe this would be extremely helpful for my specific project requirements.
I greatly appreciate your time and consideration and look forward to your response.
Thank you very much in advance.
Best regards,
Rodrigo Cruz
Sorry, there hasn’t been any HTML version of this theme.
Hi Wrapcoders,
How were you able to get this Product Approved after it was Rejected?
You had posted this on Envato Forums - https://forums.envato.com/t/please-help-to-find-reason-for-hard-reject-my-react-admin-dashboard/488733/2
I had my script Rejected and I would like to understand the process.
New author can’t get apporval on themeforest, you can try codecanyon marketplace
Okay but yours was rejected, how did it get approved?
After the themeforest rejection, we try to get approval on codecanyon marketplace and we got approval.
Do you have a lite version to check the code quality? OR can you share few pages to check the code?
Thanks for you comment. Sorry! there haven’t any light version.
Please check your inbox
Thanks
You are welcome
Hi, when are you planning to update POS option in this template
We will try to add POS option ASAP. Thanks
hi can you tell me all the technologies and their versions used in the template. We are interested in purchasing but you have not mentioned the technologies and versions
React_v_18, Typescript_v_5.1.6, React-bootstrap_v_5, Vite_v_4.4.9, and many more.
Which version of React Native was your project developed in? Thanks
Thanks for your comment. “Window” built with React 18, not react navite
IS it possible to have an input of number and incrementing and decrementing buttons? and some rules for the input?
Yes, its possible to create a component with number incrementing and decrementing functionality. You just need to create a component with increment and decrement function.
Yeah, i got that, I thought that you have it somewhere in the components already
Thanks
How do I run the template with an env file ? Can you provide an example
Sorry, the template currently not compostable with env file. This is a react vite project, so you need to run or build the project with vite. Thanks