lukeshafer / indigestion-cards

https://indigestioncards.com
6 stars 0 forks source link

Add pack type renaming #244

Open lukeshafer opened 3 weeks ago

lukeshafer commented 3 weeks ago

Steps:

  1. Create core function changePackTypeName that changes the packTypeName attribute and also gets all the existing packs and updates their names that match the pack ID
  2. Create an action for the admin site to update the name (good chance to try out astro actions)
  3. Add a field on the admin site to update the name using said action