planby icon indicating copy to clipboard operation
planby copied to clipboard

Results 11 planby issues
Sort by recently updated
recently updated
newest added

Hi and thanks for this library! I'm working on an implementation and seems that without a concrete fixed pixel height the channels/programs do not render properly. Replicated by forking your...

Improvement

Thanks for making this library! I noticed that it will always inject global styles including a web font when rendered. This makes the component look nicer but it affects other...

Improvement

I tried the component in the demo from your site, but i see that the touch events don't work. I have to implement they by myself or there are already...

help wanted

I'm implementing a sortable drag and drop on the timeline, using [dnd-kit](https://docs.dndkit.com/presets/sortable/usesortable) I want to be able to reorded my timeline items in the channel row (not across channels) This...

help wanted

ERROR Cannot assign to read only property 'index' of object '#' TypeError: Cannot assign to read only property 'index' of object '#' at setLayoutScreenCloneElement (webpack://datastore_vod_ui/../node_modules/@nessprim/planby-pro/dist/planby-pro.esm.js?:737:25) at renderPrograms (webpack://datastore_vod_ui/../node_modules/@nessprim/planby-pro/dist/planby-pro.esm.js?:4668:7) at eval...

bug

Planby 1.1.7 Following demo here with custom data: https://codesandbox.io/s/planby-epg-demo-ts-lp66v5 Items appear to be aligned to some kind of grid with no obvious way to change grid resolution. ![image](https://github.com/karolkozer/planby/assets/12738069/5ccb94ad-f377-4841-9944-72d3684013d5)

Improvement

Hi, I noticed in RTL mode the scroll direction is inversted. Looking at the code I see why, since in RTL everything is flipped using transform. A better solution would...

Hi, We would like to have full customisation on how everything looks and feels. We also want to use SSR without depending on emotion. I think creating a headless version...

The @emotion/react package in planby is listed down as a dependency and not peerDepenedency. For this reason I was having warnings in my project because my installed version of the...

help wanted