Git Product home page Git Product logo

vali-admin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vali-admin's Issues

Stop using font based icons and use SVG icons instead

Is your feature request related to a problem? Please describe.

Stop using font icons. They are not so performant and scalable.

Describe the solution you'd like

Use SVG icons instead. They are easy to scale use and are very performant.

Additional context

Read more about advantages of SVG instead of font icons here https://css-tricks.com/icon-fonts-vs-svg/
The next major version v3.0 will be released with SVG icons.

Font icon page

Issue description
Font icon page is not showing up and throwing error. I think you guys have to check that out. My device is Android galaxy s5.

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Help Needed

Thanks for the very nice admin package.

For my requirement, I need the links on top nav/header on the left hand side so I added them as can be seen in screenshot (links Dashboard and Quick Links):

image

To add them, I simply added links under <header class="app-header"> like so:

<header class="app-header">
    <a class="app-header__logo" href="{{route('admin_panel')}}">{{appName()}}</a>
    <a class="app-sidebar__toggle" href="#" data-toggle="sidebar"></a>

    <!-- Navbar Left -->
    <a class="app-nav__item {{active('admin_panel')}}" href="{{route('admin_panel')}}">Dashboard</a>

    <a class="app-nav__item dropdown-toggle" id="dropdownNav"
       data-toggle="dropdown"
       aria-haspopup="true"
       href="#"
       aria-expanded="false">
        Quick Links
    </a>

    <div class="dropdown-menu" aria-labelledby="dropdownNav">
        <a class="dropdown-item" href="#">Action</a>
        <a class="dropdown-item" href="#">Another action</a>
        <a class="dropdown-item" href="#">Something else here</a>
    </div>

All good but problem happens with responsive view:

image

As you can see, it sidebar and top nav is messed up on smaller screen. I am sure I am not adding links on left side of header/nav correctly.

Can you please tell me how do I add links on left side of header so that work fine on both desktop/mobile ?

In other words, we should be able to add links on both left and right side and it should work fine in responsive view/smaller screen when we click on little toggle button and should somehow also show all these links we have added.

Thanks for the help.

bootstrap beta3

Issue description
Hello,
can we use bootstrap beta 3?

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

How to remove animation on IE11

Issue description
vali-admin is pretty,but i want to remove animation for IE11,don't need the animation in IE11.what should i do?thanks!

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

multiple menu

Hello, vali-admin template Great! However, how to add multiple menu css? Please

Maximum width as in Bootstrap

Issue description

Hey. Is it possible to limit the total width with small blood? Like a container in a bootstrap. Very large blocks are obtained. This is very good for a lot of .tile, but for standard units it is unnecessary.

Steps to reproduce (if you knew)

  • View on 4k monitor
  • Enable Developer Tools and change screen size to 4k

Change main color without compiling

Issue description
I don't have npm, node, etc. to compile saas nor css
Is there an easy way to change main color (for everything) in the compiled main.css file from static files (docs folder)

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Thanks

RTL Version

Thanks for this nice theme,
Please, is there an RTL version ?

SideBar Extends when its toggled

Issue description
If you have the sidebar toggled and you reduce the page there comes a time when the sidebar is extended.

Steps to reproduce (if you knew)
Toggled the sidebar and reduce the page or toggled the sidebar and with change resolution to mobile.

Expected behaviour
Sidebar stay toggled

Other Note (feature-request, question, etc...)

Collapse Sidebar For Mobile

Issue description
Every time I visit a page on mobile the sidebar is expanded. Shouldn't it be automatically collapsed for mobile devices/small screen sizes?

Steps to reproduce (if you knew)
Visit any page on a mobile device view on with a small page width.

Expected behaviour
Collapse the sidebar for mobile devices/small screens.

Other Note (feature-request, question, etc...)

Make app-title Fixed

Issue description
Well, it's not really an issue but an improvement. Would it be possible to make the app-title stay fixed when scrolling down?

Steps to reproduce (if you knew)
Go into the charts page for example and scrolldown then you can see the app-title is gone.

Expected behaviour
app-title stay fixed when scroll down.

Other Note (feature-request, question, etc...)

Bootstrap v4 sidebar problem (small devices)

Issue description
When I check vali admin in small device like mobile I see we have some problem on navbar.
Please check images:
close_sidebar
open_sidebar

In Bootstrap V3 work fine.
Also we need close on overlay like bootstrap v3.
close_on_overlay

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

To enable RTL support

Can you explain in a simpler way

Uncomment this line @import '3-component/rtl'; in src/sass/main.scss.
Add dir="rtl" attribute to tag in src/pug/layouts/_layout.pug.
Build the source files using npm run build command.

thanks

Is it possible to keep the BS4 css separeted from the main.css.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Changing color theme

How can I change the color theme from primary color to any of the other colors on the color palette (e.g. purple or green ) like is shown in some of the screenshots?

Data Table Default sorting

Issue description
Trying to set default sorting behaviour to dsc, how is it done?

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Font Awesome Include ? (question)

Hi Pratik,
I have just downloaded your awesome template and even if I have never used pug it seems it's quite easy to use and learn. I have a question about external libs or "compiled/raw" files.
on _head.pug you're using font-awesome ('cause bootstrap needs them) so you're taking them from classic CDN url (https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css).
What should I do if I don't want to rely on that site ? Is it possible for me to include minified files (or whatever i need to add) somewhere so they're compiled/copied in the docs dir during generation ?
I just need a dir where I can copy them in order to keep original content and having them copied during the build process

btw: you're doing a really good job with it

Thanks in advance
Ben

Customize

Developers could facilitate the themed css file, sass and pug files are not intuitive to work with

username in menu

how to use wrapText in this field? in most tests I did this generating a horizontal scroll
asd

Bootstrap Modal

Issue description

When I tried to create a bootstrap modal, it didn't work. When this template was with bootstrap 3 it worked like a charm, now it doesn't. Tried to fix it myself, but failed.

I've faced problems with the modal code from bootstrap 4 docs and using the modal code presented in the bootstrap elements page - triggered by jquery .modal('show') -, both presented the same type of errors.

  • The modal opacity is equal to the rest of the page
  • The modal stay underneath the navbar
  • Can't dismiss

Adding a 3rd level dropdown to the sidebar menu

Issue description
Hi there! Is there any way, to change the sidebar menu from 2nd to 3rd dropdown? I tryed with this code, but its not working, because when i click the "Akciós árak eltávolítása" link, it closes all the menu.

<li class="treeview"><a class="app-menu__item" href="#" data-toggle="treeview"><i class="app-menu__icon fa fa-cogs"></i><span class="app-menu__label">További modulok</span><i class="treeview-indicator fa fa-angle-right"></i></a>
          <ul class="treeview-menu">
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/admin-felhasznalok.php">Admin felhasználók</a></li>
            <li class="dropdown-submenu">
            	<a class="app-menu__item" href="#" data-toggle="treeview"><span class="">Akciós árak eltávolítása <span class="caret"></span></span></a>
                <ul class="treeview-menu">
                	<li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/akcio-eltavolit-gyarto-szerint.php">Gyártó szerint</a></li>
					<li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/akcio-eltavolit-kategoria-szerint.php">Kategória szerint</a></li>
                	<li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/akcio-eltavolit-osszes-termek.php">Összes termék</a></li>
                </ul>
            </li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/beerkezett-uzenetek.php">Beérkezett üzenetek</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/fo-menupontok.php">Fő menüpontok</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/egyedi-szoveges-aloldalak.php">Egyedi szöveges aloldalak</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/hibabejelentesek.php">Hibabejelentések</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/hirek.php">Hírek</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/kerdesek.php">Kérdések</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/kepek-a-lablecben.php">Képek a láblécben</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/konfiguracio.php">Konfiguráció</a></li>
            <li><a class="treeview-item" href="<?php echo $host; ?>/<?php echo $admin_folder; ?>/webaruhaz-elonyok.php">Webáruház előnyök</a></li>
          </ul>
        </li>

Overall color matching

Issue description
Your GitHub shows several colors
How to modify it, please!

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Date time picker

Issue description
Am using Ur pane, in this panel date picker is working.but I need date with time,hours with seconds.please help me

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Styles for active child items

Hi.
Theme is really great!
One thing which I would like to have - is some styles for active child items in submenus in side menu.
I can style it, but not as good as other theme :)

Login page Textbox does not working on Safari

Issue description
I am try to access design on safari it not working. Input text box does not write able.

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Cannot get sidenav to default to closed on mobile

First off, amazing work on this theme and thank you very much for making it available.

It works fine on your demo but locally, I cannot get the sidebar nav to default to be closed on small devices. Is there something extra I need to do?

Thanks

Issue on hovering mouse on the sidebar mini

Issue description
I do want to automatically hide sidebar (displaying only icon) when loading the page I have been using on the blank page template. The issue I found was that it actually hided when I set to . Unfortunately, it doesn't display sub menu when I hover mouse on such sub menu. Could you please teach me how to automatically set hiding sidebar (displaying only icon) when loading the page?

Expected behaviour
I wanna see the hidden sub menu with only icons while loading the page and also display sub menu when I hover mouse on the icon.

Thank you very much indeed. I would appreciate for your answering.
Email : [email protected]

DateTime picker

hi pratikborsadiya,

In this image observe date picker is working. But i need date with time and seconds also.

datetime

Fullcalendar error at initialization

Good afternon, How are you today?
I come here with a problem using your beautiful theme, when I include all the required for the fullcalendar to work and initialize it, it shows me an error of **Cannot read property 'each' of null jquery-3.3.1.js:3827 **

image

I just use the guide for trying it out, like this

<div id="EventCalendar"></div>
and initialize it with

$("#EventCalendar").fullCalendar();

It creates the calendar but, doesn't render the data because of that error, and I cant find a solution for it.
I really would like to use it with your theme, Good work btw

I even try lower the jquery version as mentioned in some posts of stackoverflow, but no such luck

It renders the calendar but is missing some complements like the title, and on and on.
image

One navbar (Small device problem)

Issue description
When we check navbar (header) in bootstrap v4, we see two bar for header while most users like one bar.
Please check image to understand my problem:
what is now

what user like

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

Include fonts locally for offline app

Issue description
Is there a way to download fonts and load them locally? My app wont have Internet connection, therefore it wont be able to load (css) the Google Fonts from the CDN

Steps to reproduce (if you knew)

Expected behaviour

Other Note (feature-request, question, etc...)

How should I do to download the fonts and modify the css so I include them locally
Thanks

Sidebar Active

Sidebar menu ativo não fica marcado quando clica nos menus e submenus, sempre volta para o dashboard.

Component versions

Hello,

Actually it's not a problem.
Can you write versions of the components?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.