5c69ae666c
added ability to search for possible value data using the PVS labels, rather than just the ids, updated the values paster widget thingy to use this change to make pvs requests in a paginated manner
2025-05-27 15:17:57 -05:00
81da1a4627
Merged feature/oauth2-authentication-module into dev
2025-05-19 20:33:35 -05:00
679375ba63
update processClicked to set alert if min/max input records isn't satisfied
2025-03-18 11:44:32 -05:00
f654208769
Update kingsrook/qqq-frontend-core to 1.0.118 (add more params to manageSession call)
2025-03-07 20:33:09 -06:00
3dacab8d60
Add support for oauth2 authentication module.
...
In so doing, extract auth0- and anonymous- -authenticationModule implementations from index.tsx and App.tsx, moving each to it own useXyz hook.
2025-03-07 20:10:06 -06:00
6076c4ddfd
CE-2261: updated to respect field column widths on view and edit forms
2025-02-19 17:05:10 -06:00
1626648dda
CE-1955 Update qfc to 1.0.113; add react-dropzone
2024-12-03 09:10:46 -06:00
85056b121b
CE-1955 - Update qfc to 1.0.112 (add backStep to QJobComplete)
2024-11-27 15:14:46 -06:00
cce73fcb0b
CE-1955 - Update qfc to 1.0.111
2024-11-25 10:48:20 -06:00
b48ef70c5e
Update to qqq-frontend-core 1.0.110
2024-11-04 08:52:55 -06:00
3adb8ab4ba
CE-1727 - Improve (fix?) next/submit handling for validation screen and linear flow.
2024-09-20 12:17:30 -05:00
a99272767b
CE-1727 - Update qfc to 1.0.107 (add process.stepFlow)
2024-09-20 11:05:54 -05:00
0c2dcb1215
Update qqq-frontend-core to 1.0.105
2024-08-23 10:07:18 -05:00
f545649882
CE-1402 Make consistent naming 'behaviors', not 'fieldBehaviors'
2024-06-25 08:40:30 -05:00
4d4610801f
Add "&& npm dedupe --force" to clean-and-install
2024-06-25 07:58:29 -05:00
28bc07cce4
CE-1402 Look for toUpperCase/toLowerCase behaviors on fields, and apply those transforms (plus cursor adjustments) in input fields and filter criteria values
2024-06-24 20:44:15 -05:00
aefb282a0e
CE-938 update qfc to 1.0.102 - adding processCancel
2024-05-28 16:27:03 -05:00
dc131d5189
qqq-frontend-core 1.0.101
2024-05-15 19:44:12 -05:00
086ab775fc
CE-1180 Update qqq-frontend-core to 1.0.100 💯 🎉 - updatedFrontendStepList in process output
2024-05-10 15:46:43 -05:00
8dc8ae0b6d
CE-1068 - Add dynamic form widget; add widgets on processes
2024-04-30 10:17:38 -05:00
362c528514
Merged main into feature/CE-881-create-basic-saved-reports
2024-04-18 09:12:27 -05:00
9b0d135dc1
Merge branch 'main' into feature/CE-1107-add-day-by-day-views-for-the
2024-04-17 20:54:19 -05:00
6282723ff6
CE-1123 Update qfc to 1.0.96; add react-ga4
2024-04-15 12:54:52 -05:00
04932030df
Increase @kingsrook/qqq-frontend-core to 1.0.94
2024-04-14 20:11:23 -05:00
334871988b
CE-1107: added alert widget, fixed axios problems
2024-04-12 14:47:37 -05:00
5e0e4c37bb
CE-1115 Update qfc (rebuilt to include latest dependabot updates)
2024-04-11 10:25:12 -05:00
cdec98afd8
CE-1115 - Updated qfc (widget help content multi-role); add react dnd
2024-04-11 10:09:54 -05:00
84e627467f
CE-936 - Update to receive warnings within the response QRecord and display them (this fixes inserts that warn)
2024-03-19 11:13:58 -05:00
5c442b2024
qqq-frontend-core 1.0.89
2024-03-18 15:06:17 -05:00
67feb95c60
Add abiltiy to edit child records as an association on insert/edit screens.
2024-03-18 12:48:16 -05:00
c36dfb5683
CE-969: added basic support for 'too complex' subfilters
2024-03-12 17:40:56 -05:00
5f3957e897
CE-878 - Add tooltips from helpContent to widget labels & table-widget column headers
2024-02-28 14:59:27 -06:00
3fd9f8d243
CE-876 New dashboard widgets (more or less):
...
- New Composite & Block widget constructs.
- Option for a parent widget's label to be the app home page's label
- Updates to table-widget handling of fixed footer (to expand and stay fixed)
- Option for widgets to have CSV Data that can be exported differently from just the data "in" the widget.
-- This included changing the default value for showExportButton from true to false
2024-02-20 16:39:33 -06:00
adb2b4613d
CE-752 Add help content concept to QQQ (fields and table sections at this time); redesign form fields (borders now)
2023-12-07 12:00:00 -06:00
83da3a3a0a
CE-604 Update qqq-frontend-core to 1.0.83
2023-10-20 10:40:39 -05:00
8a018c34f6
Merge branch 'main' into feature/fix-urlencoding-primary-keys
2023-09-26 08:32:17 -05:00
1f343abbb5
Switch to use jwt_decode library (from auth0) rather than S/O decodeJWT function
2023-09-25 16:27:46 -05:00
37a18bbe0d
Add some urlencoding of primary keys in query, view, and run process; updated qqq-frontend-core to also do more urlencoding
2023-09-25 13:33:20 -05:00
7bf515554d
CE-609 - staged-rollout-ready - keeping the auth header, but also setting sessionUUID cookie; placeholder for quick-rollback; added todo#authHeader comments to mark where follow-up needs to happen after happy with new code
2023-08-15 09:08:44 -05:00
efc423e819
CE-607 Support fields from an exposed-join on a view screen.
2023-08-08 15:54:57 -05:00
2e4f787462
Update qqq-frontend-core to 1.0.79
2023-07-17 08:54:09 -05:00
5686b606d8
CTLE-214 Update qqq-frontend-core to 1.0.78 (app search for dot menu)
2023-07-06 18:55:04 -05:00
b3a21d6e22
Merge branch 'integration/sprint-28' into feature/CTLE-503-optimization-weather-api-data
2023-07-03 15:11:58 -05:00
c38712208d
Update qqq-frontend-core to 1.0.77; add @babel/plugin-proposal-private-property-in-object to silence warning
2023-07-03 11:10:43 -05:00
f20a734c94
Merging!
2023-06-29 10:52:45 -05:00
a6425eef9f
Updated QFC w/ dot-menu merge in
2023-06-28 16:19:26 -05:00
37647e25b8
Merge branch 'integration/sprint-28' into feature/CTLE-214-dot-menu
2023-06-28 15:46:50 -05:00
48a44f2605
Updating to support multi-file scripts
2023-06-27 08:13:51 -05:00
0c32f25d79
CTL-214: initial checkin
2023-06-22 10:04:14 -05:00
48ebcb63c0
Updates for supporting blobs
2023-05-30 10:23:08 -05:00