Damir Vazgird

Results 12 comments of Damir Vazgird

Same problem here. I pretty much copied the same css files and js files as in the demo. Doesn't work in chrome but works in safari and firefox. The demo...

You maight need to add a filter or sortBy in angular-deckgrid.js See line 58, you'll notice ng-repeats in there. So in the template div, add you filters like you would...

Ok, give me a few days to set one up.

I wasn't able to get filters working with deck-grid the way I imagined it would. it may require writing a filtering function to work with the prototype. I did however...

I created a file named dochead.js inside core. Here's how I have it setup: ``` js var title = 'Title'; var description = { name: 'description', content: 'Description goes here'...

The bootstrap files are in the flatly directory inside modules: https://github.com/mantrajs/meteor-mantra-kickstarter/tree/mantra-modules-experiment-02/client/modules/_flatly

Any update on this issue? I think there's a problem with sharing some pages because meta tags can become burried under too many links and script tags and sites like...

Fly, you fools

Hey, so how did you get browser policy to work with this package? I'm getting this error every time even though I added the fixes you recommended. ``` Refused to...

For merging variants, I was able to use `extendTailwindMerge` to safely merge custom utility classes with the cn utility: https://github.com/shadcn-ui/ui/discussions/6939 --- While I'm here, has anyone figured out a solution...