Conversation
# Conflicts: # cli/cmd/actionbase/main.go
# Conflicts: # cli/internal/runner/actionbase_runner.go
- Use UserListItem in Followers/Followings (~50 lines reduced) - Apply Icon components in Feed/Post (~27 lines reduced) - Total: 77 lines reduced (135 deletions, 58 insertions) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CLI improvements will be handled separately. Preset yaml will be managed elsewhere. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add verifyTableExists() to check database/table existence - Pre-check before get/count/scan calls - Return empty data if table doesn't exist (cold start) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add visual badges highlighting Actionbase's precomputation feature - Write: 'Precomputing for fast reads' with 'count & index' subtitle - COUNT: 'No aggregation' - SCAN: 'Already indexed' - Add Lucide icons (Zap for write, Rocket for read) - Display API response latency in log panel - Change font to Inter - Increase popup font size for better readability - Fix cold start with graceful empty data fallback Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Move "Stuck? Restart the server" notice from driver.js popup to terminal bottom right for persistent visibility. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Place help notice below terminal and API panels for persistent visibility across all steps including completion state. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add speech bubble above phone on completion with action list - Add same actions to step 7 popup (like, follow, check feed) - Include icons for each action item - Restore original "We built this guide..." text Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change bubble title to "Now try it yourself" - Fix list spacing in step 7 popup to match bubble Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace gradient badges with clean icon + text structure - Use consistent styling for all feature hints - Same layout as completion actions (no background, border-bottom) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Step 5: Tables list with icons - Step 6: Follow feature steps with icons - Step 12: Likes intro with icon - Step 15: Count/List capabilities with icons - Step 16: Feed features with icons Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
Applied all requirements with Claude Code. Merging now and will continue to improve from here. |
…lbar CSS - Create icons.ts with 12 reusable SVG icon constants - Update stepsConfig.ts to use SVG_ICONS references (17+ replacements) - Update Layout.tsx to use ICONS constants in completion bubble - Add .hide-scrollbar utility class to common.css - Remove duplicate scrollbar-hiding CSS from app.css, feed.css, followings.css, search.css - Remove commented-out code from layout.css Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
em3s
approved these changes
Jan 22, 2026
4 tasks
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.
Summary
This enhances the UI/UX of the hands-on guide with improved visual consistency, better feature highlighting, and smoother user experience.
Related: #3
Changes
Visual Improvements
Feature Highlighting
UX Improvements
Content Updates
Technical
How to Test