Mateo Morris

Results 44 comments of Mateo Morris

I was able to get this working by replacing the two `require` imports with top-level esm imports

@Beamanator can you make this a general-purpose component instead? Named `EmptyState` or something, containing a `` to accept the content

@Beamanator agree it should have its own component to not have the content duplicated. Feels weird having a content-specific component in the Components folder, but we can refactor later when...

@Dark-Developer93 & go ahead and merge if it looks good

Thanks for pointing this out. That's actually a bit of functionality I'd started implementing but never finished because I found a way to do it with JS: HTML: `{link.label}` JS:...

@theashraf do you mean for primo itself? I'm talking about usage here. Specifically - when a user builds their site, they'll be able to see which pages have changed.

Fixed on server, still happening on desktop

There's [try primo](https://app.primo.af/try) now for new people, but maybe there could still be a placeholder component or something for a user's first site

That sounds awesome. primo uses codemirror, so this would probably be the best place to start: [https://codemirror.net/demo/complete.html](https://codemirror.net/demo/complete.html) [https://www.youtube.com/watch?v=4xD2ViRZnMY](https://www.youtube.com/watch?v=4xD2ViRZnMY)

And a way to render custom markup inside a line item: https://github.com/codemirror/CodeMirror/issues/5961 Seems like we could do some neat stuff with that besides just showing a list of values