-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DataFlow backfill - disabled but most of the functionality is there (#…
…1261) * Turning everything back on * Moving steps stuff into a manual machine state in a store * Getting actions buttons wired up Calling intl for translations * Moving more stuff into content Moving label into store to reduce duplication Adding a running handler into parent * checking first step * Updating typing a lot Switching to uses as single status property Getting capture disable wired up * typing tweaks handling errors a bit better updating enum * Storing off step definition * Updating key to keep consistent * Adding support for a context to store data... but this feels wrong * adding quick support to store off things in a keyed / machine way * cleaning up handled as we are not using this * Forcing to pass an index when updating a step * quick hack and typing update * Checking locked to skip showing the load bar Closing when "back" button is clicked on first step No longer making steps options just defaulting to empty Just setting show to false is enough for closing dialog Checking the shallow `onFirstStep` to reduce renders Moving context out to the main store Only running initialize once per hydration * Adding handled to get no response when an insert is done to reduce network Fetching live spec based on spec id * Storing stuff to re-enable the capture Wiring up most of the steps (without waiting for no data) * marking valid so the next step works * Starting to wire up the last step * Updating ChipList to: Support passing in 'sx' so we can override styling when needed Scrolling the element down a little bit when all items are shown * Making code a bit safer * Typing for chiplist changes * styling the options better so the collections don't overlap the option below * Reset the state when leaving the flow * Probably best to just store the publication status as a whole Making consts for important keys * Adding a "review selections" step as an idea Starting work on handling errors better Trying to get publication populated correctly * Refactoring to reduce need of functions * Resetting when closing as doing it in store is not working * Moving hydrator within modal so it is always reset when opening and closing * Breaking out the review table * Adding more plural support * Updating content as requested * styling tweaks * Putting routes nested Moving the show prompt flag over to the form state store Linking to the capture and materialization details Have LinkWrapper handle newWindow links Allowing path overrides on the details navigator * Sharing the link to details Making code more null/empty * A bit better error handling and messaging Removing some filler content Adding support for valid and error to be handled by the store * clearing our errors when success * Using related collections list Allowing related collections to open in a new window Changing query to just find materializations with Source Capture Updating content to use the right terms Removing log token from the state * Making sure we only count the enabled bindings in the list * cleaning up hook that is not used * Fixing the warning to display correctly Moving the hook fetch into the component to reduce extra renders * Making the save and publish logging and warning shared Moving the LogDialog into a component folder * Moved to a component fold * Updating handling Showing proper error icon in stepper * Ended up not needing the hook Starting to figure out how to process skipping steps * Updating messaging * Not show logs right away Moving files around a bit to reduce nesting Move the loading indicator into the selector * Adding a uuid so make things a bit more traceable * Adding a LR event to try to make these sessions easier to find * Cleaning up comments Adding event to store to make it consistent * Cleaning up comments * Adding some handling for draft errors * Wiring up to exit the flow when complete Adding in a real time to prevent build from breaking Removing draft errors from alert * Updating details message * Disabling all the new stuff so this can be merged * Removing `detail` from the forms. * Removing code that is not needed * PR: comments * PR: commenting out function that isn't used * PR: commenting out to disable this * Making code a bit simpler Typing the ref Including the current top height when scrolling * Getting the chips aligned * PR: putting original count back in * Updating content to be more clear Switching out format components * PR: typo and small content change * PR: content typo
- Loading branch information
1 parent
fe4cd04
commit 7bbb7d6
Showing
89 changed files
with
1,928 additions
and
761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.