sidebarjs icon indicating copy to clipboard operation
sidebarjs copied to clipboard

Create mobile sidebar/sidenav experiance in pure javascript

Results 10 sidebarjs issues
Sort by recently updated
recently updated
newest added

Flickering Issue when moving up and down a scrollable document while the sidebar is open See: https://github.com/SidebarJS/angular-sidebarjs/issues/7 This is generated when updating the sidebarjs.scss file and compile the CSS. Added...

Hi. Nice performant plugin. The only thing is missing for me – the ability to toggle visibility in responsive mode on large screens. Would be cool to have behaviour much...

effort3: hard (weeks)
type: refactor

It would be nice if we could scroll the content of the nav Now, we can scroll but if we move a bit left/right, it will move the sidebar ![scrollnow](https://user-images.githubusercontent.com/17594526/40737059-efcd170c-643f-11e8-8574-3336b1435a16.gif)...

type: feature
effort1: easy (hours)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Thanks for your contribution, I really like this component. It would be even better if you could set width for a property, like this: new SidebarElement({ width:300 });

Move media query via js enable improvements like: - [x] custom breakpoint -> (commit: https://github.com/SidebarJS/sidebarjs/commit/2e7d5ae4b0bb031f7ee988d2abb59f1e03072ff8) - [ ] toggle sidebar when has responsive flag (ticket: #15) - [ ] prevent...