Skip to content

Commit

Permalink
Merge pull request #25 from deriv-com/shafin/GRWT-4929/feat-duration-…
Browse files Browse the repository at this point in the history
…input-config

Shafin/grwt 4929/feat duration input config
  • Loading branch information
shafin-deriv authored Feb 9, 2025
2 parents a6a8ba7 + ef7a6f4 commit 93ce743
Show file tree
Hide file tree
Showing 122 changed files with 6,297 additions and 3,812 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ The application uses Server-Sent Events (SSE) for real-time data streaming, prov
- Contract price streaming
- Position updates

#### Desktop Components

The following components are implemented for desktop support:

- `desktop-number-input-field`: Desktop-optimized number input
- `desktop-trade-field-card`: Desktop-optimized trade field

These components are part of our enhanced desktop support implementation.

#### Why SSE over WebSocket?

1. **Simpler Protocol**: SSE is built on HTTP and is simpler to implement and maintain
Expand Down Expand Up @@ -120,7 +129,7 @@ src/
├── services/ # API and service layer
│ └── api/
│ ├── rest/ # REST API services
│ └── sse/ # SSE services
│ └── sse/ # SSE services for real-time data
├── stores/ # Zustand stores
└── types/ # TypeScript type definitions
```
Expand Down
Loading

0 comments on commit 93ce743

Please sign in to comment.