Decap CMS now has: - Fixed logo on login screen - Tasks collection at TOP of sidebar - Full Firefrost branding (Fire/Frost/Arcane colors) Signed-off-by: claude@firefrostgaming.com
72 lines
1.8 KiB
Markdown
72 lines
1.8 KiB
Markdown
# Task #90: Add Tasks Collection to Decap CMS
|
|
|
|
**Status:** ✅ COMPLETE
|
|
**Priority:** High
|
|
**Completed:** April 3, 2026
|
|
**Completed By:** Chronicler #59
|
|
|
|
---
|
|
|
|
## What Was Done
|
|
|
|
### 1. Fixed Broken Logo
|
|
- **Was:** `logo_url: https://firefrostgaming.com/assets/images/logo.png` (404)
|
|
- **Now:** `logo_url: /assets/images/2026/02/Light-logo.png` (works)
|
|
|
|
### 2. Added Tasks Collection — TOP of Sidebar
|
|
```yaml
|
|
🔥 TASKS
|
|
├── 🚨 BLOCKERS (Launch Critical) → BLOCKERS.md
|
|
└── 📋 BACKLOG (Future Work) → BACKLOG.md
|
|
```
|
|
|
|
Tasks collection appears FIRST in the Decap sidebar, above all other collections.
|
|
|
|
### 3. Full Firefrost Branding
|
|
|
|
| Element | Style |
|
|
|---------|-------|
|
|
| Login screen | Dark gradient background (#0F0F1E → #1a1a2e) |
|
|
| Login button | Fire orange gradient (#FF6B35 → #FF8C42) |
|
|
| Tasks in sidebar | Fire orange highlight with shadow |
|
|
| Primary buttons | Frost teal (#4ECDC4) |
|
|
| Active states | Arcane purple left border (#A855F7) |
|
|
| Sidebar footer | "🔥 Fire + Frost + Foundation ❄️" |
|
|
|
|
### Brand Colors Used
|
|
- **Fire:** #FF6B35
|
|
- **Frost:** #4ECDC4
|
|
- **Arcane:** #A855F7
|
|
- **Dark:** #0F0F1E
|
|
|
|
---
|
|
|
|
## Files Modified
|
|
|
|
**Repository:** `firefrost-gaming/firefrost-website`
|
|
|
|
1. `admin/config.yml`
|
|
- Fixed logo_url path
|
|
- Added Tasks collection at top of collections list
|
|
|
|
2. `admin/index.html`
|
|
- Added full custom CSS branding
|
|
- Login screen styling
|
|
- Sidebar Tasks highlight
|
|
- Button colors
|
|
- Footer tagline
|
|
|
|
---
|
|
|
|
## Result
|
|
|
|
- ✅ Logo displays correctly on login screen
|
|
- ✅ Tasks appears FIRST in sidebar
|
|
- ✅ Fire orange styling makes Tasks impossible to miss
|
|
- ✅ Full Firefrost branding throughout CMS
|
|
- ✅ Meg/Holly can edit BLOCKERS.md and BACKLOG.md easily
|
|
|
|
---
|
|
|
|
**Fire + Frost + Foundation = Where Love Builds Legacy** 💙🔥❄️
|