Commit Graph

205 Commits

Author SHA1 Message Date
b59ed8c8c1 CE-604 Fix some grammar error (but leave in all the extra commas, Tim) 2023-10-20 10:40:16 -05:00
b903e6bef9 CE-604 Adding chartSubheaderData; updating styles 2023-10-20 10:32:00 -05:00
970c9f262c CE-604 Add support for layoutType TABS 2023-10-20 10:30:51 -05:00
9313988f9b CE-604 Add HeaderIcon component; minor style updates for supporting tabs 2023-10-20 10:30:31 -05:00
123d1742e7 CE-604 Update global tab-styles 2023-10-20 10:29:46 -05:00
47fca52437 CE-604 Add topRightInsideCardIcon as a right-component and chartSubheaderData in StackedBarChart and PieChart; Add support for tabs; 2023-10-20 10:27:33 -05:00
44b92690ab CE-604 Initial checkin 2023-10-20 10:21:10 -05:00
64fe2305ad CE-604 Add error box below BooleanFieldSwitch 2023-10-20 10:15:09 -05:00
91d38a1d15 CE-604 Show null values as a switch that isn't leaning towards yes or no; add bgcolor gray when field is disabled 2023-10-20 10:14:37 -05:00
60a8baff35 Style updates per paul-designs (turn off general card elevation in favor of card borders; remove margin around left-nav;) 2023-10-18 10:42:04 -05:00
81b46408b4 Turning hot-dog menu button (to show menu when in mobile) back on;
Hiding recently viewed on smallest screens
Updating style on recently viewed to match new paul design
2023-10-18 10:40:41 -05:00
f41b71d3c7 Support combination of non-query table (so goto only) plus variants. 2023-09-29 17:10:06 -05:00
37fa578a59 CE-567 show more lines of commit messages 2023-08-15 19:44:13 -05:00
efc423e819 CE-607 Support fields from an exposed-join on a view screen. 2023-08-08 15:54:57 -05:00
ee7d224ba2 CE-551 Fix, only do formik ErrorMessage when inForm 2023-07-25 16:15:45 -05:00
555e50689a CE-551 Fix initialValue for possible values to do validation right 2023-07-25 15:41:26 -05:00
4984ddbf73 CE-551 Implement default values from fieldMetaData for record create; scroll to error; add errors to possible-value (DynamicSelect); 2023-07-25 14:14:27 -05:00
cd7e6b8db1 Move getOperatorOptions into exported function 2023-07-25 08:35:18 -05:00
70581f6641 fix runtime error checking filter validity, in case criteria.values is null 2023-07-25 08:34:36 -05:00
7637d8cd62 Auto-focus the text input 2023-07-21 09:47:50 -05:00
95144608e5 Strip trailing slashes from routes / breadcrumbs / titles 2023-07-19 11:16:59 -05:00
ba79ccb2eb Merge branch 'feature/datetime-query-expressions' into integration/sprint-29 2023-07-17 16:26:18 -05:00
693c5c71ca Merge branch 'feature/breadcrumb-labels' into integration/sprint-29
# Conflicts:
#	src/App.tsx
#	src/QContext.tsx
2023-07-17 16:02:15 -05:00
18b16ab134 Adding tooltips w/ evaluated real-time values; fixing bugs, getting ready for release 2023-07-17 08:48:54 -05:00
28c48cc2ef Checkpoint - functional between, expressions working as values, etc 2023-07-14 09:36:33 -05:00
8458ff6b2a Checkpoint - starting to add between on dates & date-times 2023-07-13 09:18:45 -05:00
50ad1760d5 Initial qfmd work to support datetime query expressions from frontend 2023-07-06 18:56:20 -05:00
b3a21d6e22 Merge branch 'integration/sprint-28' into feature/CTLE-503-optimization-weather-api-data 2023-07-03 15:11:58 -05:00
36ea9c26db ADding goto record button/dialog 2023-07-03 11:14:28 -05:00
ea35e4bde1 CTLE-436: fixed duplicate import 2023-06-30 16:14:43 -05:00
d627629af8 CTLE-436: updates to latest frontend core 2023-06-30 15:09:57 -05:00
37647e25b8 Merge branch 'integration/sprint-28' into feature/CTLE-214-dot-menu 2023-06-28 15:46:50 -05:00
ba4118d682 Minor css for scripts 2023-06-27 12:33:38 -05:00
1b90b3bbbf use file type from file schema in ace components 2023-06-27 08:47:32 -05:00
48a44f2605 Updating to support multi-file scripts 2023-06-27 08:13:51 -05:00
4243c5dbd7 CTLE-214: initial checkin of 'dot menu' 2023-06-26 09:17:50 -05:00
c1b2638bc5 Fix criteria being added from grid column menu, where it has an array with undefined value... 2023-06-24 19:13:29 -05:00
09efdfd49e make export button enabled by default (for some reason, state is sticking and it's never getting enabled) 2023-06-24 18:53:29 -05:00
2ce3820fc5 Merge branch 'dev' into feature/breadcrumb-labels 2023-06-23 16:52:06 -05:00
5ce5f84752 Add call to convertFilterPossibleValuesToIds now that buildQFilterFromGridFilter doesn't do that... 2023-06-22 18:43:36 -05:00
87e82c26ba Merge branch 'integration/sprint-28' into feature/CTLE-214-dot-menu 2023-06-22 10:17:11 -05:00
0c32f25d79 CTL-214: initial checkin 2023-06-22 10:04:14 -05:00
1e6bfe7e6f CSS adjustments for multi-value filter 2023-06-21 16:14:14 -05:00
15b295f62d CSS for these chips in filter panel bulk-paste 2023-06-21 15:55:02 -05:00
7650d32ea5 CSS for height of autocomplete in custom filter panel 2023-06-21 12:15:12 -05:00
45063ac416 Add Duplicate! 2023-06-21 12:14:39 -05:00
22caabb952 ADd 'api.runProcess(' 2023-06-21 12:10:19 -05:00
5016d76b15 Fix dropdown flickering 2023-06-21 11:53:37 -05:00
dac2588ae2 Merge pull request #22 from Kingsrook/feature/CTLE-509-support-sending-custom-data-fields-to-deposco
Add posting 'other values' (e.g., for filtering) w/ possible values
2023-06-20 10:19:40 -05:00
5b6167ddb8 Merge branch 'feature/sprint-27' into feature/custom-filter-panel 2023-06-20 10:17:56 -05:00