focalboard/webapp/src
darkLord19 16708e93cd
add user setting for preferred date format (#666)
* add user setting for preferred date format

* set date format value to local storage

* use user preferred date format to display dates

* use object destructuring

* fix tests and lint
2021-07-08 12:17:09 +05:30
..
blocks GH-408 Implement Table Group (#463) 2021-06-07 08:47:22 -06:00
components add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30
fonts/compass-icons Clickable Links (#393) 2021-05-26 16:14:09 +05:30
hooks Separating useSortable and useSortableWithGrip 2021-04-13 15:33:33 +02:00
pages Fix #569: Show websocket connection error banner (#570) 2021-06-13 16:22:45 -07:00
styles Feature/adjust board component scroll (#447) 2021-05-27 16:28:07 +05:30
test Only allowing valid color classes (#665) 2021-07-06 19:53:54 +02:00
viewModel Multi Select Filter + Sort (#539) 2021-06-14 10:44:37 -04:00
widgets add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30
app.tsx [GH-314] Persist and reapply users settings in mac app (#331) 2021-04-27 15:09:26 -07:00
archiver.ts Add Export/import board (#403) 2021-05-13 15:04:49 -06:00
blockIcons.ts Ran npm run fix 2020-10-20 12:52:56 -07:00
cardFilter.ts Multi Select Filter + Sort (#539) 2021-06-14 10:44:37 -04:00
combinedProviders.tsx Updated lanquage selectors and fixed traditional chinese (#598) 2021-06-21 11:51:11 +02:00
constants.ts Only allowing valid color classes (#665) 2021-07-06 19:53:54 +02:00
csvExporter.ts Implement Multi Select Values (#415) 2021-06-03 16:48:16 -04:00
dateFormat.ts add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30
emojiList.ts Ran npm run fix 2020-10-20 12:50:53 -07:00
i18n.tsx Updated lanquage selectors and fixed traditional chinese (#598) 2021-06-21 11:51:11 +02:00
lineReader.ts async LineReader 2021-03-02 16:13:26 -08:00
main.tsx Registering the system them listener only once 2021-03-21 08:51:22 +01:00
mutator.ts Card Template > Creating a property & setting type only stores either property name or type (#553) 2021-06-11 11:22:19 +02:00
nativeApp.ts [GH-314] Persist and reapply users settings in mac app (#331) 2021-04-27 15:09:26 -07:00
octoClient.test.ts Add Export/import board (#403) 2021-05-13 15:04:49 -06:00
octoClient.ts Person Property Type (#406) 2021-06-04 18:53:15 +05:30
octoListener.ts Fix #569: Show websocket connection error banner (#570) 2021-06-13 16:22:45 -07:00
octoUtils.test.ts Unit tests: duplicateBlockTree 2020-12-07 10:20:38 -08:00
octoUtils.tsx add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30
setLanguageContext.tsx Creating setLanguageContext and moving all contexts to one CombinedContext component 2021-04-12 17:47:47 +02:00
theme.ts Fixed issue with dropdown background being height-limited (#594) 2021-06-21 11:56:48 +02:00
tsconfig.json Minor improvements for VSCode: (#675) 2021-07-08 12:08:00 +05:30
undoManager.test.ts Unit tests: OctoClient and CardTree 2020-12-07 14:50:22 -08:00
undomanager.ts Fix ungrouped undo-redo 2020-11-16 10:37:29 -08:00
user.tsx Person Property Type (#406) 2021-06-04 18:53:15 +05:30
userCache.ts Look up comment username from userId 2021-01-19 15:12:54 -08:00
userSettings.ts add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30
utils.test.ts fix double slash on buildURL (#615) 2021-06-22 09:26:00 -06:00
utils.ts add user setting for preferred date format (#666) 2021-07-08 12:17:09 +05:30