Commit Graph

218 Commits

Author SHA1 Message Date
4b0e12ba47 CE-604 Adjust a height in light of other redesign updates 2023-11-03 09:12:28 -05:00
0d763cbfc8 CE-604 Adjust legend dot size, padding, and font 2023-11-02 20:14:56 -05:00
279840e77a CE-604 Increase height of pie & stacked bar chart from 250 to 300 - surprisingly seems better than just a 50px improvement 2023-11-02 20:04:51 -05:00
51b2f5bb5a CE-604 Better wrapping (flex-wrap!) 2023-11-02 19:56:55 -05:00
02fe351084 make sure rows exist in table data before iterating over them 2023-11-02 14:40:29 -05:00
25fa2e82ea Merged main into feature/CE-604-complete-shipment-sla-updates-and-local-tnt-rules 2023-10-27 16:05:08 -05:00
24b4674208 Merged feature/remove-old-auth-header into feature/CE-604-complete-shipment-sla-updates-and-local-tnt-rules 2023-10-27 16:04:50 -05:00
3d7502531d CE-604 Remove redundant numeric value in pie labels 2023-10-27 14:24:59 -05:00
d0a7db28fe CE-604 make subgrows gray; make expansion arrow icon not make rows taller 2023-10-27 14:24:37 -05:00
95244a8aba CE-604 Make tab parents remember current selection; fix changing data passing through multiple levels of parents 2023-10-27 14:24:14 -05:00
45f247785c fixed bug where datetimes were cleared when posting, resulting in empty form fields for next submit 2023-10-26 12:23:30 -05:00
9e6d5c10fb CE-604 Updates to DataTable for fixed-sticky footer and expandable rows; Misc style updates going along with e.g., card border change 2023-10-24 11:36:10 -05:00
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
791b50b893 Redo export buttons as JSX Elements that get passed into Widget.tsx, rather than "Component" objects. something to do with when things are getting bound, was making the export buttons never have data. This was done with labelAdditionalElementsLeft, similar to labelAdditionalComponentsLeft. In theory, maybe, this is better, and we should remove all the additionalComponents left & right... 2023-10-17 19:23:02 -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