mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements.
This commit is contained in:
parent
b155415d7d
commit
b19d0b6f3b
17 changed files with 6211 additions and 26 deletions
|
|
@ -14,6 +14,7 @@ function makeCompany(overrides: Partial<Company>): Company {
|
|||
spentMonthlyCents: 0,
|
||||
requireBoardApprovalForNewAgents: false,
|
||||
brandColor: null,
|
||||
logoUrl: null,
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
...overrides,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue