78 Commits

Author SHA1 Message Date
francesco
696e20cbde Dependencies updates and cleanup 2020-12-15 11:14:41 +01:00
francesco
102f46d47a Fix for array of timestamps preview and enhanced preview error handling 2020-12-14 23:11:21 +01:00
francesco
033b376fdc Refactor of CMSApp.tsx to separate LoginView.tsx and CMSRouterSwitch.tsx 2020-12-05 16:41:46 +01:00
francesco
0c3abe58f4 Refactor or main menu navigation.
Added grouping and breadcrumbs to additional views and redesign.
Added CMSApp.tsx info to README.md
Refactored firebase imports to make it compatible with Firebase SDK 8
2020-12-04 13:21:24 +01:00
francesco
814fbb3bf5 Moved delete hook to entity schema level 2020-11-30 12:11:34 +01:00
francesco
a4e4b8f4a1 Added url fragment navigation in side view 2020-11-22 02:01:23 +01:00
francesco
7bb37c119f React version 17 update
Big refactor of preview components, now each property preview type is split into its own component
2020-11-21 18:02:23 +01:00
francesco
a189614295 Changed default way of loading Firebase config, now the specified config has priority over the environment. 2020-11-16 11:00:45 +01:00
francesco
df5b927449 Added array filter and clear buttons 2020-11-15 23:45:38 +01:00
francesco
3505111cb2 Added root navigation entries grouping.
Adaptive width for subcollections in side view.
Refactored main drawer.
Version 0.16.2
2020-11-12 13:17:44 +01:00
francesco
e7afd337f2 Refactor of StorageUploadField.tsx 2020-11-12 00:28:58 +01:00
francesco
0ce5dc7a47 Added CollectionCell component that fades out overflowing cell content 2020-11-11 19:23:55 +01:00
francesco
2fa7bc5147 Version 0.16.0
Ui tweaks, markdown preview
2020-11-10 17:44:14 +01:00
francesco
3a2582d71f Reference properties now inferring collection based on path 2020-11-10 15:51:55 +01:00
francesco
f2be36dd93 Refactor of CMSAppProvider 2020-11-10 13:09:58 +01:00
francesco
a26c953cc6 MarkdownField.tsx implementation 2020-11-09 20:04:44 +01:00
francesco
e9ee937ca0 Adding default values to entities on creation and autovalues for timestamps 2020-11-08 02:13:42 +01:00
francesco
df73ef3e7d Added reorder feature for default arrays with drag n drop 2020-11-05 23:36:11 +01:00
francesco
c50b454417 Added entity forms to lateral menu.
Version 0.15.0
2020-11-03 21:54:21 +01:00
francesco
1a21a1b42c Design enhancements and collection table sizes added 2020-10-30 17:11:47 +01:00
francesco
532a3b8b68 Fixed navigation bug for subcollections
Version 0.14.2
2020-10-27 22:01:29 +01:00
francesco
b612c64512 Added missing files 2020-10-25 11:47:50 +01:00
francesco
c5735e639f Added release action and improved README.md 2020-10-25 11:10:48 +01:00
francesco
ca7ec5a0ce Virtualized tables.
Design enhancements.
2020-10-24 14:30:20 +02:00
francesco
763e1a0086 Infinite scroll
Version 0.14.0
2020-10-08 14:50:42 +02:00
francesco
975278c996 Big visual refactor.
Added boolean filters.
Version 0.14.0
2020-10-07 14:31:01 +02:00
francesco
c04d4e1164 Changed default font.
New entity preview as drawer
2020-09-30 21:33:29 +02:00
francesco
20f45c90e3 Enabled saving storage files using download URL instead of Storage reference.
Dates default to empty view when not set, instead of current time.
Version 0.13.0
2020-09-30 21:33:29 +02:00
francesco
089b2543d8 Dependencies update 2020-09-30 21:33:29 +02:00
francesco
9da003b818 Added initial filters to CollectionView 2020-09-30 21:33:29 +02:00
francesco
ca7b5b0159 Minor design tweaks 2020-09-18 15:15:10 +02:00
francesco
d4f640999d Bugfix for arrayfield error message.
Version 0.12.2
2020-08-13 18:20:00 +02:00
francesco
4f53fd4b31 Refactor Array insert mechanism and
Version 0.12.1
2020-08-13 11:43:18 +02:00
francesco
d92c7f4cc1 Added array properties with specific shapes such as [string, number, string]
Version 0.12.0
2020-08-12 13:32:15 +02:00
francesco
5859f43db7 Added multiline string properties.
Version 0.11.3
2020-08-10 21:51:29 +02:00
francesco
0f79849959 Changed map properties default preview.
Version 0.11.2
2020-08-10 21:51:29 +02:00
francesco
1725842a35 Changed logic for updating form values from Firestore updates.
Removed CSS dependency.
Version 0.11.0
2020-07-30 00:21:06 +02:00
francesco
65fb22ed83 Enabled metadata to Storage files upload 2020-07-20 17:12:34 +02:00
francesco
89b44b012d Adding saving hooks.
Version 0.11.0
2020-07-17 20:39:55 +02:00
francesco
8706df2344 Updated examples code to use type checking function
Version 0.10.0
2020-07-15 18:39:19 +02:00
francesco
6d2a13f067 Schema types V3 fix
Added sample preview component
2020-07-14 18:08:23 +02:00
francesco
ce5f0728a7 Added config object to properties, wrapping various existing configurations
Version 0.9.0
2020-07-09 17:36:55 +02:00
francesco
5060990746 Updated docs and collection properties.
Version 0.8.1
2020-07-01 17:14:24 +02:00
francesco
8df4f53e10 Updated collection views.
Changed syntax of properties that are displayed in a view.
Version 0.8.0
2020-07-01 16:37:10 +02:00
francesco
bf9fb128ce Fix for validation error when specified number is 0
Version 0.7.1
2020-06-26 16:47:12 +02:00
francesco
80c0f232c8 Added most important yup validation features for strings, numbers, dates and arrays.
Optimized imports and layouts.
Version 0.7.0
2020-06-25 20:50:34 +02:00
francesco
f7cd113fad Changed popover to tooltips in long descriptions 2020-06-25 13:12:43 +02:00
francesco
b284577a63 Security lock files update 2020-06-25 11:11:31 +02:00
francesco
106aa06992 Added longDescription to fields which are displayed under a popover 2020-06-24 18:10:05 +02:00
francesco
b6bb7bc990 Version update 0.6.0 2020-06-23 18:48:25 +02:00