Commit e6734a3
Fix provider icon display with proper Alpine.js directives
- Replace broken template literals with Alpine.js :class and x-text directives
- Add getNoteSyncIcon() helper method to get icon symbol based on status
- Properly bind classes for color and background based on sync status
- Status icons: ✓ (ok, green), ⟳ (syncing, blue), ⚠ (partial, yellow), ✗ (error, red), ○ (idle, gray)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8f98637 commit e6734a3
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 193 | | |
197 | 194 | | |
198 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
411 | 422 | | |
412 | 423 | | |
413 | 424 | | |
| |||
0 commit comments