https://discord.umbraco.com logo
Well, yesterday I decided to have my
# package-development
h
Well, yesterday I decided to have my first real stab at using copilot in VS, I chose Claude Sonnet 4.5 as the agent, and then asked it to create me a custom collection view using cards to display one of my doctypes and show an image from the doctype. It didn't get it right first time, but after several nudges and debug sessions I actually ended up with my custom collection view. It was both fun and frustrating, but it got there eventually. I have no idea how good or accurate it's code actually is, but to my unfamiliar eye it doesn't look too bad 🤣 It even produced a full set of instructions as a readme.md https://cdn.discordapp.com/attachments/882984798719729704/1485176287952638083/image.png?ex=69c23b34&is=69c0e9b4&hm=6e7906b38b9e66561c0ddd1f634f4cd99b36cfe441de9e524906841f9c7b2880&
unfortunately it doesn't work when published to my test server, getting an error about some backoffice component
Copy code
block-grid-block-inline.element.ts:95 Uncaught (in promise) Error: Parent unique and area key must be defined
must have been a glitch as working now 🤣
3 Views