frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Web frontend for TradingStrategy.ai

Results 71 frontend issues
Sort by recently updated
recently updated
newest added

TBD whether this is needed. We currently load ChartIQ-based charts client-side on the `pair/index` page. This results in multiple requests to `/candles` and `/xyliquidity` APIs. We could reduce server load...

**To be discussed, so we can specify this more carefully**. Discuss how to create top tokens by volume page and a new website section for "top data" - We currently...

enhancement
priority: P3
EPIC

See the epic: https://github.com/tradingstrategy-ai/frontend/issues/57 Create the following routes to render a top list of trading pairs/tokens with pagination: - `/top/trading-pair/volume/[daily|weekly|monthly|yearly|all-time]` - `/pairs` endpoint, sorted - `/top/trading-pair/liquidity/[daily|weekly|monthly|yearly|all-time]` ` - `/pairs` endpoint,...

priority: P2

At the moment, the quote price for the chart is always USD, the "native" price of the pair is converted to USD. For example: ![image](https://user-images.githubusercontent.com/1258431/162585646-f897b786-bb82-44e6-89e0-e7629735f328.png) We should add an option...

enhancement
priority: P3

Currently, documentation comes from a separate statically generated site using Sphinx documentation tool. To give a more professional appearance, the documentation theming should be better integrated with the website. The...

priority: P2

There is no label "Total X results" anywhere in the UI. Although this is displayed e.g. in Pair (8) it could be good add this just because people expect it...

priority: P3

Currently, Ghost client does not use `fetch` from Svelte. This means that there are no render-side rendering benefits: Ghost API always issues out `fetch` on the client-side on the page...

priority: P3

I noticed this in production and I could repeat on a local. - Refresh the page - Go to search field (1-2 seconds time to do it) - Type in...

There are few trading pair (and in the future token) listings where a user would like to use a search. - Currently we render these listings using a direct backend...

Make background white and add other necessary low hanging CSS enhancements. https://tradingstrategy.ai/blog/world-fastest-token-search

priority: P2