fix: style guide compliance batch 1 + date segment type #83
Reference in New Issue
Block a user
Delete Branch "fix-style-guide-batch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three small fixes resolved in one branch:
#65 — Item type badge colors aligned with style guide
--ctp-green)--ctp-mauve)--ctp-blue)purchased(peach) andphantom(overlay1) entriesItemTable.tsx,ItemDetail.tsx#66 — Font stack corrected to system fonts only
InterandRoboto, addedsystem-uiglobal.css#79 — Date segment type implemented
resolveSegment()now handlestype: "date"using Go'stime.FormatValuefield as the layout string (e.g."20060102","0601","2006")generator.go,generator_test.goCloses #65, closes #66, closes #79