Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Discussion on EasyDev — Web3 React BS5 Admin & Dashboard Template + Figma

Cart 2,502 sales
Well Documented

Aspirity does not currently provide support for this item.

427 comments found.

please add datajango to your git repo

581aba16-1b05-4335-88dd-f37572b85d3a – 7 Jul 2018 REGULAR LICENSE

Hello!

Unfortunately, we can’t add you to git repo because we don’t have it on github. But we’re planning to do that and then we’ll notify our customers.

Best regards, Aspirity.

Hello, how can I run the React template? Do you could send a step-by-step? I have some problems with some modules when I execute “npm run test” (jest) and “npm run start” (chalk).

Please, if you could send me a step-by-tep will help me more.

Hello!

Instructions for installation and launch can be found in the documentation: http://previews.aspirity.com/easydev/documentation/installation

Best regards, Aspirity.

Hi there We’re missing 1 font in the sketch file, can you send us the link or the “material” font

Hello! We’ve used a font bundle for Sketch plugin Icon Font. It’s here: https://github.com/keremciu/font-bundles

You may set up this plugin and upload the font-bundle into it. Is the problem solved?

Regards, Aspirity.

Hi, i have some 2 simple questions: Is template written in typescript? How many deploy script is has?

Thanks

Hello!

This template completly written in js. And it has no deploy scripts, only webpack build.

Best regards, Aspirity.

A very nice template. Do you give boilerplate in it? :)

Hello!

This template based on create-react-app. Now it doesn’t have seed/skeleton project but we’re planning to include it next week.

Best regards, Aspirity.

First, thanks for the theme. It’s a pleasure to work with.

Can I suggest some feature requests?

For the Registration and Login pages, can you design some good looking alert components that matches the style of the rest of the page? It would be useful to indicate errors like username already taken, wrong password, etc.

Also, would it be possible to add some more pages to the account? It would be useful to have .a page for when user has successfully verified their email.

And taking the first concept further, would it be possible to also design some site-wide alerts that are useful and looks good elsewhere too?

1. The template has button with loading animation (Expand) http://previews.aspirity.com/easydev/ui/buttons#. You can change this component as you want and use it in forms.

2. We’ll create that page within the next couple of weeks.

3. We will consider this proposal and add this with new page. Also you can add this logic with notification from http://previews.aspirity.com/easydev/ui/notifications in your project yourself.

Best regards, Aspirity.

Oh, turns out everything I need is already there! Thank you!!

Thank you for choosing us!

Could you please confirm if the landing page for this theme shown at http://previews.aspirity.com/easydev/ is also included and uses the same stylesheets? This would make it easier to use this landing page in a Single Page App where the stylesheet is shared.

Theme looks amazing. If above is true, I’ll be your next customer. Thank you.

Hi!

Good news! Now you can use the EasyDev landing page in your app. It is a part of the app and it uses the same stylesheet. We just have included it into the purchase pack. You can get it from the downloads in your account.

Best regards, Aspirity.

Fantastic service. I have purchased the theme on the assumption this would be there and I’m very happy. Thank you.

Thank you for choosing us! If you’ve liked our service, please, rate us with the stars.

Regards, Aspirity.

Hi! I just spinned up at fresh installation, Im getting: React does not recognize the `computedMatch` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `computedmatch` instead. If you accidentally passed it from a parent component, remove it from the DOM element

Out of the box, seems like theres a small problem with React Router?

Hi! To resolve this problem you should:

1. Create const wrappedRoutes

2. Move the Routes which use topbar and sidebar to wrappedRoutes

3. Replace these Routes in Main with <Route path=’/’ component={wrappedRoutes}/>

See the example bellow:

const Router = () => (
  <MainWrapper>
    <main>
      <Switch>
        <Route exact path='/' component={LogIn}/>
        <Route path='/404' component={NotFound404}/>
        {/* Add route below */}
        <Route path='/' component={wrappedRoutes}/>
      </Switch>
    </main>
  </MainWrapper>
);

// move all routes with sidebar and topbar in wrappedRoutes
const wrappedRoutes = () => (
  <div>
    <Topbar/>
    <Sidebar/>
    <div classname="container__wrap">
      <Route path='/dashboard_default' component={DefaultDashboard}/>
      <Route path='/dashboard_e_commerce' component={Commerce}/>
      <Route path='/dashboard_fitness' component={FitnessDashboard}/>
      <Route path='/dashboard_crypto' component={Crypto}/>
    </div>
  </div>
);

We’ll fix this issue in the next update.

If our advice is helpful, please, rate us on Themeforest.

Best regards, Aspirity.

Live Preview not working

Hi! It’s working correctly. What is your time zone?

Regards, Aspirity.

Where do I find te sketch file?

Oh, it looks like we’ve forgotten about it in the last update.

Please download the item again, we’ve just updated it and added the Sketch file. Sorry for the inconvenience.

Regards, Aspirity.

Congratulations!

Amazing Work, Good Luck With Sale :grin:

The live preview does not work. Is it possible to provide screen shots?

Oh, so strange. Could you provide us an information with your timezone, browser’s versions, and operation system?

Well, you are right. After I changed my timezone from GMT +3 to GMT -8 it starts working. By the way I am using latest version of Safari and Chrome on OS X 10.13.5.

We’re glad to hear it. Regards!

nice job. congrats :grin:

Congratulations! Good Luck With Sale :grin:

Nice Work, Good Luck With Sale :grin:

Great work! Best of sales to you :)

I do not understand. The site is not opening. How do you like it so much?

Nice Work,

Congratulations! Good Luck With Sale :grin:

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey