You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in my project, I have several modifications on the template to improve it and I thought that I could share my ideas and perhaps be able to improve! So here is:
1. Modification of textarea
I thought textarea was too much like material design. In addition, I did not find it so intuitive (no edge)
Demo: http://klam.shost.ca/test/
Also, I added a feature with a library, allowing to adjust the size of the textarea based on typed text.
Hi, @KonScyence! Thank you very much for your suggestions. We will analyze what you propose here and if everything will be fine we will implement in the next update, usually, we wait for 3-5 requests until we start to implement but anyway we will analyze this because it seems to be good features. Regards, Dragos
Textarea size: it can be automatic vertical resize with some limits (no more than y by height). Also, please consider adding some side gripper just like in issues editor on GitHub!
Table sizing: Yes, more options would be cool!
Mask input is useful for things like telephone numbers.
BlockUI IMHO is very niche and can be added by anyone who like it because it did not require any theming - so not sure it should be a part of theme
Hi, in my project, I have several modifications on the template to improve it and I thought that I could share my ideas and perhaps be able to improve! So here is:
1. Modification of textarea
I thought textarea was too much like material design. In addition, I did not find it so intuitive (no edge)
Demo: http://klam.shost.ca/test/
Also, I added a feature with a library, allowing to adjust the size of the textarea based on typed text.
Added to now-ui-dashboard.js:
Modification in now-ui-dashboard.js:5714:
New library added (autosize.js) from Jack Moore
2. Plugin to improve responsive of the tables
There are many options as can be seen on their demo.
New library added (tablesaw.js) from filamentgroup
3. Adding mask on input
I think this one, could be an asset for all your admin templates ...
New library added (jquery.mask.js) from igorescobar
4. BlockUI
Idea removed, each user can add it if he wishes, it is not necessarily useful for a template.
I don't know if you will find this interesting, but I share it anyway 😁
Regards
The text was updated successfully, but these errors were encountered: