Getting Started Page, Invite Button Fix, and Modal Collapse Actions#106
Merged
Conversation
- Add clickable table of contents with scroll tracking - Add side-by-side layout for steps with figures - Add "Creating a Workspace" tutorial with dashboard and modal demos - Add "Joining a Workspace" tutorial with dashboard and modal demos - Add "Inviting Others" tutorial with sidebar and modal demos - Add reusable DemoDashboard, DemoCreateWorkspaceModal, DemoJoinWorkspaceModal components - Refactor StepItem component for side-by-side layout - Rename Help tab to "Getting Started" - Fix copy button styling in invite modals
- Remove inline TOC from HelpComponent - Add help-toc submenu in NavBar sidebar under Getting Started - Add GlobalBus event for help-toc-active tracking - TOC follows scroll position via GlobalBus events - Add tree-line styling matching project tree - Remove Help title from page header
Split DemoSidebar into DemoSidebarHome and DemoSidebarWorkspace to accurately visualize the sidebar in different page contexts. Simplified DemoDashboard to show only the essential Create/Join buttons without the hero section. Added prerequisite step to Inviting Others explaining users need to be in a workspace first.
- Split create/join workspace steps to show dashboard button first, then fill in modal details - Add soft-if-dark to inputs and buttons in real and demo modals - Fix Inviting Others step 1 title to clarify prerequisite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Getting Started Page
Invite People UI Fix
Modals