Code Monkey home page Code Monkey logo

versatile-dashboard-theme'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

versatile-dashboard-theme's Issues

A bug when dragging navigation drawer

How to reproduce it:

  1. Click login to get into the landing page
    2.Click the drawer icon to open navigation drawer
    3.Drag the page to the left to close navigation drawer

The drawer icon will still remain as 'X'.

Gulp Build Fails

When I try to build gulp, I get the following error message:

var stylesheetMap = new Map();
^
ReferenceError: Map is not defined
at restructBlock (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/node_modules/csso/lib/compressor/restructure/4-restructShorthand.js:320:29)
at module.exports (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/node_modules/csso/lib/compressor/restructure/index.js:88:5)
at compressBlock (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/node_modules/csso/lib/compressor/index.js:98:9)
at compress (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/node_modules/csso/lib/compressor/index.js:125:28)
at Object.minify (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/node_modules/csso/lib/index.js:56:9)
at Transform.stream._transform (/home/kshah/Desktop/angular-templates/versatile-dashboard-theme/node_modules/gulp-csso/index.js:23:34)
at Transform._read (_stream_transform.js:179:10)
at Transform._write (_stream_transform.js:167:12)
at doWrite (_stream_writable.js:223:10)
at writeOrBuffer (_stream_writable.js:213:5)

Angular version incompatibilities

On a simple clone of the repository, upon running bower install, I get the following message to the console:

"bower resolution Unsuitable resolution declared for angular: 1.3.14

Unable to find a suitable version for angular, please choose one:
1) angular#~1.2 which resolved to 1.2.28 and is required by angular-snap#1.8.3
2) angular#1.3.17 which resolved to 1.3.17 and is required by angular-animate#1.3.17, angular-mocks#1.3.17
3) angular#^1.3.0 which resolved to 1.4.3 and is required by yapp
4) angular#>= 1.0.8 which resolved to 1.4.3 and is required by ui-router#0.2.15"

To resolve this, I selected option 2. Options 3 and 4 lead to the following unresolved dependency error in the browser console upon attempt to run the project:

"Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile
http://errors.angularjs.org/1.4.3/$injector/unpr?p0=%24%24asyncCallbackProvider%20%3C-%20%24%24asyncCallback%20%3C-%20%24animate%20%3C-%20%24compile "

BUG in Menu

There is some kind of BUG in menu. After the first click to some link, it stops working and no error is shown in console.

I have made a screen record of it -> YouTube

show-stopper after installation

Hi,

Right after installation and running gulp serve, I get the following console error when I open the app in the browser.

Does anyone have an idea what could be causing the problem?

angular.js:68 Uncaught Error: [$injector:unpr] Unknown provider: $$asyncCallbackProvider <- $$asyncCallback <- $animate <- $compile
http://errors.angularjs.org/1.5.5/$injector/unpr?p0=%24%24asyncCallbackProvider%20%3C-%20%24%24asyncCallback%20%3C-%20%24animate%20%3C-%20%24compile(anonymous function) @ angular.js:68(anonymous function) @ angular.js:4458getService @ angular.js:4611(anonymous function) @ angular.js:4463getService @ angular.js:4611injectionArgs @ angular.js:4635invoke @ angular.js:4657origProvider.$get @ angular.js:4538invoke @ angular.js:4665(anonymous function) @ angular.js:4464getService @ angular.js:4611injectionArgs @ angular.js:4635invoke @ angular.js:4657(anonymous function) @ angular.js:4464getService @ angular.js:4611injectionArgs @ angular.js:4635invoke @ angular.js:4657doBootstrap @ angular.js:1747bootstrap @ angular.js:1767angularInit @ angular.js:1652(anonymous function) @ angular.js:30863trigger @ angular.js:3166defaultHandlerWrapper @ angular.js:3456eventHandler @ angular.js:3444

gulp build fails

I just downloaded the theme and wanted to build it but after bower install && npm install it fails when running gulp build like so:

(node:13596) DeprecationWarning: process.EventEmitter is deprecated. Use require('events') instead.
[15:28:55] Starting 'clean'...
[15:28:56] Finished 'clean' after 20 ms
[15:28:56] Starting 'build'...
[15:28:56] Starting 'jshint'...
[15:28:56] Starting 'styles'...
[15:28:56] Starting 'images'...
[15:28:56] Starting 'fonts'...
[15:28:56] Starting 'extras'...
[15:28:56] Finished 'build' after 822 ms
[15:28:57] Finished 'jshint' after 1.15 s
[15:28:57] Finished 'images' after 407 ms
[15:28:58] Finished 'styles' after 1.82 s
[15:28:58] Starting 'html'...
[15:28:58] Finished 'extras' after 1.89 s

events.js:160
      throw er; // Unhandled 'error' event
      ^
Error: styles/main.css: error: couldn't process source due to parse error
Unexpected character '@' (1:0)

Googling for this seems like an ocean of all kinds of issues around node, bootstrap and tools. Any idea what versions or setup should work or how to start resolving this?

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.