Coder Social home page Coder Social logo

jstree-bootstrap-theme's People

Contributors

brunobatista avatar brunowego avatar tihomiro avatar vedraan avatar

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

jstree-bootstrap-theme's Issues

Bootstrap 4 / FontAwesome 5 Support

Are there any plans on supporting Bootstrap 4 and FontAwesome 5?

How difficult would it be to take the existing Bootstrap 3 theme and update it for BS4 and FA5?

jsTree v3

Hi-

This is great, but I have been unable to get it to work with jsTree v3.0.x. Does it work with v3.x? Could you please provide an example that uses v3?

Many thanks,
Greg

2 small issues

file name for 40px icons is 30px
Color white is a problem when trying to edit the name of node (at first it seems fine but when your mouse on the node and you start writing the text is white... invisible.

.jstree-proton.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered line 352
.jstree-proton .jstree-hovered { line 305

No folder icon

Hi,

Thanks for sharing this great project! It is exactly what I was looking for. However, the folder URL for a large screen (using responsive) is not selecting the right portion of the sprite (see screenshot). When I resize down it's fine.

capture

I narrowed it down to this code, but am unclear which icon I should grab and with what padding.

.jstree-proton .jstree-folder { background: url("32px.png") -261px -5px no-repeat; }

I'm hoping you may be able to resolve it more quickly/easily than I can. Can you have a look?
Let me know, thanks!

Greg

Grunt/lessc error on fresh checkout

I don't seem to be able to run the less or grunt command without getting an error. Even on a freshly checked out version of the repo. When I run either one of them (lessc or grunt) I get an error of:

Grunt
src/themes/main.less: [L42:C1] Operation on an invalid type

Lessc
SyntaxError: Operation on an invalid type in /src/themes/proton/main.less on line 100, column 2:
99 .jstree-@{theme-name} {
100 .jstree-theme(22px, "@{image-path}32px", 32px);
101 &.jstree-rtl .jstree-node {

I'm apologize if this is a simple problem. I'm not familiar enough with less to diagnose it and I google wasn't much help.

update for 3.2.1

Hi
I recently upgraded from jstree v3.1.1 to v3.2.1. I was using search plugin with 'show_only_matches' to true. With v3.1.1 it was not displaying the non matching nodes and displaying matching nodes with different css style. But after upgrade to v3.2.1 it is showing all the nodes and matching nodes in different css style.

Note: I am using the latest 'proton' theme avaliable in the repository.

For E.g. if I have following tree str:
A\B\C\USA
A\B\C\Germany
A\B\D\USA2
A\D\India

and user searches for string 'US' the matching nodes were displayed:
A\B\USA //with different css styling
A\B\D\USA2 //with different css styling

But now the tree is displaying as:
A\B\C\USA //with different css styling
A\B\C\Germany
A\B\D\USA2 //with different css styling
A\D

This issue seems like the issue of css files we have. Any plan to update the css files?

Bug when using search plugin

I noticed that is missing a code to hide nodes when is used the search plugin.
Without this code, the search plugin show more nodes than was filtered

.jstree-hidden,
.jstree-node.jstree-hidden {
display: none;
}

Font Awesome support

This theme for jstree is absolutely great. Many thanks. I do have 1 feature request. Can we replace the icons with Font Awesome versions? In particular:

  • The loading icon
  • The folder open icon
  • The folder closed icon

Many thanks and keep up the great work!

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.