Feat/reconnect signal r - #4946
Conversation
fix date field settings
Thulasizwe/en/wizard
…cker moved some props to data tab
Addressing entity reference issues
…-tag Thulasizwe/en/dropdown tag
…cker thulasizwe/f/entity-picker
…axios-http-mechanism Cherry-picked axios changes from shesha-io#3302
Migrate default values from components to the form settings (onAfterD…
…r-container Thulasizwe/en/container container
Refactor TextsExample component to use Ant Design Typography for impr…
Page refresh resets status from 'Latest/Ready' to 'Live' shesha-io#2208
…oad), fix Mustache conversation and add loaded data
Migrate default values from components to form settings (onAfterDataL…
…oad), fix add loaded data (unproxy)
Migrate default values from components to form settings (onAfterDataL…
…menu fix: creating separate hooks to avoid data caching
…work into tshepo/dynamic-menu
James/f/datatable
…menu Tshepo/dynamic menu
fix datatable dimensions defaults
Test Endpoint Action for charts
James/f/datalist
Avoid leading spaces Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…ndex.tsx Guard against empty aggregation method to avoid (undefined) in Y-axis Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This reverts commit e866769.
…into update/details-view-template
…plate Update/details view template
control for too long titles + alignment for axis labels when dealing …
…work into feat/reconnect-signalR
|
Important Review skippedToo many files! This PR contains 263 files, which is 113 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (37)
📒 Files selected for processing (263)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Support for optional reconnection in the SignalRProvider. Enable it with enableReconnect={true} and reconnectIntervals.
If true the provider will try to reconnect when the connection is lost and trigger onreconnecting, onreconnected, and onclose.
Default behavior is false for reconnect