This repository was archived by the owner on Aug 4, 2025. It is now read-only.
feat:order creation flow complete - #6
Open
SakshiShah29 wants to merge 14 commits into
Open
Conversation
- Add dark primary background to pair selector for better clickability - Implement overlapping token icons with proper sizing (8x8 for main, 5x5 for dropdown) - Add symbol separator (BTC/USDT format) for better readability - Hide 'agg' tag to reduce visual clutter while keeping 'spot' tags - Increase logo size slightly for better brand visibility - Use custom candlestick icon from /candles.svg for chart type selector - Add small-sized select variants for header controls (chart type, timeframe, orderbook step) - Improve overall header layout with proper spacing and alignment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Change header from "Create Order" to "Create" + order type selector button - Replace category toggle with unified order type dropdown (Orders + Strategies) - Set default order type to Iceberg instead of TWAP - Remove redundant order type selection section to reduce UI complexity - Add small select component variant (size="sm") for compact header controls - Update default date/time values: startDate = now+10min rounded, endDate = +1week - Set improved defaults: stepPct=0.5%, interval=1day (86400000ms) - Maintain consistent styling with primary theme colors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace all teal/green/emerald colors with consistent primary cyan theme - Update focus states, borders, and accent colors across all form components - Remove rainbow color scheme from summary sections (cyan, emerald, purple) - Use neutral slate colors for descriptive text and values - Maintain form functionality while improving visual consistency - Apply changes to: IcebergForm, TWAPForm, RangeForm, GridMarketMaking, MomentumReversal - Ensure all form components follow the same color design language 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update THEME.primary from "#0FF" to "#00B8D4" (bright cyan) for better contrast - Change background.main from "#1C1C1C" to pure black "#000000" - Enhance CSS with comprehensive color variables and theme consistency - Standardize panel styling with consistent backdrop blur and borders - Update PositionsPanel with improved table layout and 60px header height - Refine UI components (input, textarea, tooltip) to use primary theme colors - Ensure all components follow the unified dark theme with cyan accents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Implement DocsLayout with sidebar navigation and responsive design - Add MarkdownRenderer with syntax highlighting (Prism.js) and Mermaid diagram support - Create SearchDropdown with FlexSearch integration for fast content discovery - Build TableOfContents component for automatic heading extraction and navigation - Add SectionPanel for consistent documentation page layout - Implement docs utility functions for file processing and metadata extraction - Add search indexing system with build-time index generation - Create dynamic docs routing with nested page support - Include search index JSON for client-side search functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Create OrderDetailsModal for comprehensive order information display - Add BaseModal component for consistent modal styling and behavior - Implement TreeItem component for hierarchical navigation structures - Include proper modal animations and backdrop blur effects - Ensure components follow primary theme color scheme - Add responsive design and accessibility considerations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update package.json with new dependencies for documentation system - Add TypeScript and build tool configurations for enhanced development - Update Next.js configuration for improved routing and static generation - Migrate from tailwind.config.js to tailwind.config.ts with proper darkMode settings - Update main page routing and component imports - Refine AppInfoPanel and FeedsPanel for better integration - Ensure all configurations support the new documentation and search features 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…orage - Update order base classes with better type definitions and validation - Improve stopLimit order handling with enhanced parameter processing - Refactor API server with better error handling and response formatting - Optimize OHLC storage with improved data structures and query performance - Enhance order registry with comprehensive order lifecycle management - Update status checker with more reliable health monitoring - Add type definitions for better type safety across order system - Improve service integration and data flow between components 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update service startup scripts with better error handling and logging - Enhance WebSocket testing with more comprehensive test cases - Add historical data testing for improved data validation - Update project dependencies and configuration for better development experience - Improve script reliability and debugging capabilities - Add better service lifecycle management in startup scripts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
… content - Restructure 1edge documentation with improved architecture diagrams and explanations - Update order lifecycle documentation with detailed state management - Enhance order types documentation with comprehensive parameter descriptions - Add new storage and orderbook-reconstructor documentation - Improve 1inch integration documentation with updated SDK installation guides - Update API reference documentation with current endpoint specifications - Add comprehensive overview and quickstart guides for better developer onboarding - Remove outdated documentation files and consolidate related content - Improve documentation navigation and cross-references 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix docs page routing component to properly handle dynamic slug parameters - Ensure proper integration with documentation system navigation - Resolve any remaining TypeScript type issues in docs routing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix/multiple
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.