TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.55k stars 2.06k forks source link

Feature: Admin v2 announcement index screen #4561

Closed KevinMulhern closed 2 weeks ago

KevinMulhern commented 2 weeks ago

Because:

This commit:

KevinMulhern commented 2 weeks ago

Steps for QA:

Create a new announcement:

  1. Log in as a normal admin - kevin@odin.com, password
  2. Visit /admin/announcements
  3. Create a new announcement

View announcement in admin v2:

  1. Visit /admin_v2
  2. Log in using admin@odin.com, password123
  3. Go to announcements
  4. The announcement you created should be in the list
KevinMulhern commented 2 weeks ago

Thanks for the feedback @JoshDevHub! good spot with the dark mode bugs. I've been developing on light mode and overlooked those 🙈. I'll do a follow up to this PR, optimising both the flag and announcements screens for dark mode in one go.