Commit fa529a9
authored
feat(brand): replace the icon with the "Emitting" mark (#37)
The old mark was a green-to-blue gradient tile with a 3x3 grid — a palette
that says nothing about solar, and a grid abstract enough to belong to any
dashboard. The new one draws a Tigo optimizer reporting on the RS485 bus:
the potted body with its two DC leads, a six-block telemetry frame across
the face, and amber arcs carrying that frame onto the bus.
Palette is silicon indigo #1D2A63, busbar silver #C6D0E2, and amber
the identity and the site share a token rather than two near-identical
oranges. Amber means one thing everywhere it appears: this part is live.
The leading frame block is the amber one, matching where the opcode byte
sits in a real frame.
Drawn at three sizes instead of scaled, because the frame blocks are 6px
in a 64px field and a single file cannot survive the range:
docs/images/logo.svg full detail, 48px and up
site/src/assets/logo.svg 32px: frame -> two bars, both arcs kept
components/.../web/app.html 32px: same cut, device UI sidebar
site/public/favicon.svg 16px: one bar, inner arc only
tigo_web_server.cpp 16px: byte-identical to the above
The docs site had no logo or favicon configured at all and was serving the
Starlight default; both are now wired up in astro.config.mjs. Its favicon
matches the one the device itself serves, so a docs tab and a live-rig tab
carry the same icon.
Left alone deliberately: the dashboard's --accent green and chart
gradients, and the docs site's green link accent. Those are UI theme, not
the mark, and re-theming them is a separate decision.
Verified: site build passes with link validation, 37/37 site tests green,
favicon resolves under the /esphome-tigomonitor base path, and the
firmware was flashed to the rig and the sidebar mark confirmed on device.
Claude-Session: https://claude.ai/code/session_01RgSnMCa3JQigphGnPbazdw1 parent b8a2ce6 commit fa529a9
7 files changed
Lines changed: 153 additions & 101 deletions
File tree
- components/tigo_server
- web
- docs/images
- site
- public
- src/assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
794 | 796 | | |
795 | 797 | | |
796 | 798 | | |
797 | | - | |
798 | | - | |
799 | | - | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
800 | 802 | | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | 803 | | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
818 | 813 | | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | 814 | | |
824 | 815 | | |
825 | 816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
694 | 696 | | |
695 | 697 | | |
696 | | - | |
697 | | - | |
698 | | - | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
699 | 701 | | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | 702 | | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
717 | 715 | | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | 716 | | |
723 | 717 | | |
724 | 718 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
Loading
Loading
0 commit comments