3
0

Update calendar configurator UX/UI

This commit is contained in:
Jože Fortun
2024-06-04 13:19:58 +02:00
parent 2ef3e50686
commit 07d49f0625
10 changed files with 288 additions and 296 deletions

View File

@@ -20,7 +20,7 @@ export type FeedInput = Partial<Feed> | Feed | LegacyFeed
const defOptions = {
moduleID: NoID,
color: '#FFFFFF',
color: '#0B344E',
prefilter: '',
}
@@ -28,7 +28,7 @@ const defOptions = {
* Feed class represents an event feed for the given calendar
*/
export default class Feed {
public resource = ''
public resource = 'compose:record'
public startField = ''
public endField = ''
public titleField = ''

View File

@@ -11,7 +11,7 @@ export type FeedInput = Partial<Feed> | Feed
const defOptions = {
moduleID: NoID,
color: '#2f85cb',
color: '#0B344E',
prefilter: '',
}