yardz commented on a change in pull request #13225:
URL: https://github.com/apache/superset/pull/13225#discussion_r580181506
##########
File path: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx
##########
@@ -178,7 +115,13 @@ export default function ActivityTable({
/>
<>
{activityData[activeChild]?.length > 0 ? (
- <ActivityContainer>{renderActivity()}</ActivityContainer>
+ <ActivityContainer>
+ <ActivityTableRow
Review comment:
> `TableRow` sounds like a row of a table, but it actually contains the
whole table content for a selected tab. We should probably rename other
`XxxTable` to simply `Recents`, `Dashboards`, `Charts` and `SavedQueries` to be
consistent with section titles, then the single table content can be named as
`RecentsList`, `DashboardList`, etc.
I agree that the names are not good. But I think this is a task for another
PR, the purpose of this was just to solve the problem of the keys and not to
solve "all problems" related to these files.
Example: These files also need test files, the types need to be better
defined, etc.
None of this is the scope of this PR, just as renaming the "ActivityTable"
does not seem to me to be scope for this PR.
@ktmud
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]