epicmaxco / vuestic-admin

Vuestic Admin is an open-source, ready-to-use admin template suite designed for rapid development, easy maintenance, and high accessibility. Built on Vuestic UI, Vue 3, Vite, Pinia, and Tailwind CSS. Maintained by Epicmax (@epicmaxco).
https://admin.vuestic.dev
MIT License
10.53k stars 1.71k forks source link

Feature Suggestions #24

Closed MrClan closed 5 years ago

MrClan commented 7 years ago
  1. Internationalization (i18n)
  2. Theme switch (dark/light)
  3. Forms like typeforms [https://www.typeform.com/]
  4. UI Blocker (during form submissions)
  5. Route-change animations (like what nuxt does)
  6. Keyboard navigation
smartapant commented 7 years ago

@MrClan thanks, that's quite interesting!

MrClan commented 7 years ago

On a totally unrelated context, in main.js, on line 14, you may want to change this:

Vue.use(VeeValidate)

to

Vue.use(VeeValidate, { fieldsBagName: 'formFields' })

This will remove the following warning in the console:

[Vue warn]: The computed property "fields" is already defined as a prop.

alexanderrudnik commented 7 years ago

@MrClan thank you for advice. We tried this solution before but it didn't work.

MrClan commented 7 years ago

@alexanderrudnik Strange. I tried it in my current setup, and it definitely makes that warning go away.

nathanbrizzee commented 7 years ago

I'd love to see a date/calendar control themed to match the other control themes. Also a way to change the theme color scheme would be nice. Something like what vue-paper-dashboard does.

raymondmuller commented 7 years ago

i18n: https://github.com/epicmaxco/vuestic-admin/pull/33

AngeloAnolin commented 6 years ago

I'd like to make a suggestion where we include an example where HTTP calls are made (via axios) and how it is going to be defined in the store. That way, people perusing this template would have an understanding of where to put a centralized location for all their api calls.

smartapant commented 6 years ago

@AngeloAnolin that sounds nice, we really need to make something like that. Thanks!

smartapant commented 6 years ago

@nathanbrizzee we're working on datepickers right now

jkbbwr commented 6 years ago

Stripe support? :) Great job on everything by the way.

SzaboGabesz commented 6 years ago

Hey! Could you guys design a tree component? That'd be awesome! Thanks

smartapant commented 6 years ago

@jkbbwr thanks! we're thinking about some pages with 'pricing plans' layout and credit cards widgets but will be delivering it not soon.

@SzaboGabesz I will ask @xx13 to design it :)

smartapant commented 6 years ago

@nathanbrizzee Datepickers' designs are ready, check out #117 @SzaboGabesz Trees' deisgns are ready, check out #120

lauri108 commented 6 years ago

@smartapant support for vue2-highcharts in addition to vue-chartjs? IMHO it would increase Vuestic's adoption rate, as many visualisation devs swear in the name of Highcharts.

asvae commented 5 years ago

Suggestions go to separate issues.