- Added fullscreen toggle functionality to the QueryView component. - Introduced new icons for maximizing and minimizing the view. - Updated the QueryView component to handle details display with tab management. - Refactored the store to manage details data and active tabs. - Improved the handling of view data in the studio, including filtering unnecessary fields. - Created new routes for ID and console views, integrating them into the routing structure. - Added dynamic basename calculation based on the current URL path. - Enhanced the query module to utilize context keys for better state management. - Updated the UI components for better user experience and accessibility.
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { AppProvider } from './index'
|
|
export default function App() {
|
|
return (
|
|
<AppProvider />
|
|
)
|
|
} |