appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.66k stars 3.75k forks source link

Remove Active item dependency on the URL (`isActive` prop) #37619

Open ankitakinger opened 1 day ago

ankitakinger commented 1 day ago

Each ListItem inside the ListView component has a prop isActive. Today, this is dependent on the URL to get the current activeActionBaseId. Since, not all IDEs use the same URL we need to remove this dependency and find another way to get the active item for the list.