mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
c5870452e3
* remove custom field lowercasing * don't allow custom field form to submit duplicate field * remove unused * update custom field tests * also keep upper case when editing * show key in UI * also kep upper case when creating a new field * fix test * allow old forced case keys to stay as is * allow space * add extension to import * supply initial key to CustomFieldForm * refactor: improve element contrast * refactor: style and composition * consistent use of `customFieldLabelToKey` * fix CopyTag * remove log --------- Co-authored-by: arc-alex <ac@omnivox.dk> Co-authored-by: Carlos Valente <carlosvalente@pm.me>
7 lines
366 B
TypeScript
7 lines
366 B
TypeScript
export const githubUrl = 'https://www.github.com/cpvalente/ontime';
|
|
export const apiRepoLatest = 'https://api.github.com/repos/cpvalente/ontime/releases/latest';
|
|
export const websiteUrl = 'https://www.getontime.no';
|
|
|
|
export const documentationUrl = 'https://docs.getontime.no';
|
|
export const customFieldsDocsUrl = 'https://docs.getontime.no/features/custom-fields/';
|