Commit 28f967a
committed
Move graph view to individual pages and add user Graph tab
Changes made:
- Remove 'My Pages Graph' from homepage as requested
- Graph view now appears underneath each individual page (including edit mode)
- Add new 'Graph' tab to user profiles showing all interconnected pages
- Create UserGraphTab component for full user page connection graph
- UserGraphTab shows only actual link connections (no related pages)
- All user pages treated equally in the graph (no center node concept)
- Add fullscreen mode for better graph exploration
- Remove unused UserPagesGraphView component
- Update UserProfileTabs to include Graph tab in proper order
The graph view is now positioned where requested:
- Under each individual page (both view and edit modes)
- As a dedicated tab on user profiles for exploring all connections1 parent 60b8dc7 commit 28f967a
File tree
4 files changed
+400
-143
lines changed- app/components
- features
- pages
- utils
4 files changed
+400
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | 248 | | |
253 | 249 | | |
254 | 250 | | |
| |||
This file was deleted.
0 commit comments