|
Ran
|
Jobs
0
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
github
refactor: move chart from plugin to nextjs-app (#1849) * feat: add chart localization support in multiple languages * feat: add plugin proxy configuration to Next.js app * refactor: improve plugin query for dashboard and plugin panel * refactor: move chart components and add ComponentPluginRender * fix: update translation namespace for YAxisPositionEditor component * fix: adjust column configuration in DashboardGrid for responsive layout * refactor: remove baseQueryRoute and replace baseQuery function calls in e2e tests * Revert "feat: add plugin proxy configuration to Next.js app" This reverts commit 1e9c2dc1e. * refactor: clean up global styles by removing unused CSS and updating imports * refactor: remove chart components, API endpoints, and localization files in plugins * fix: cell format in dashboard and plugin panel services * fix: update query parameter in dashboard routing for consistency * refactor: optimize useBaseQueryData with useMemo for performance improvements * fix: can notsee the drop-down menu * feat: auto active panel when plugin creation * feat: enhance DashboardGrid responsiveness with breakpoint handling * refactor: add PluginChartModule and clean up unused query endpoints * refactor: remove unused IBaseQuery imports and clean up service dependencies * refactor: remove unused pluginUserId and avatarPath from chart configuration * refactor: using useMemo for pageParams and parentBridgeMethods * refactor: update parameter names for plugin routes to maintain consistency * test: add end-to-end tests for Plugin and Dashboard chart functionalities