Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(webapp): show tradingview chart #1970

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Feb 6, 2024

Also includes a "small" redesign of the webapp :D 🙈

resolves #1950

Checkout my technical analytic skills ;) 70k by 1 Nov sounds about right :)

Screen.Recording.2024-02-06.at.4.31.28.pm.mov

Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🚀

</script>
</div>
</body>
</html>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔧 missing newline

ProgressIndicatorType type = ProgressIndicatorType.circular;

@override
void initState() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this initState does not have to be overridden.

class _TradingViewWidgetHtmlState extends State<TradingViewWidgetHtml> {
final GlobalKey webViewKey = GlobalKey();
InAppWebViewController? webViewController;
double progress = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 It looks like this progress and type fields are not used?

@bonomat bonomat enabled auto-merge February 7, 2024 12:19
@bonomat bonomat added this pull request to the merge queue Feb 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 7, 2024
Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
@bonomat bonomat enabled auto-merge February 7, 2024 14:15
@bonomat bonomat added this pull request to the merge queue Feb 7, 2024
Merged via the queue into get10101:main with commit d75091c Feb 7, 2024
9 checks passed
@bonomat bonomat deleted the feat/trading-view branch February 7, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add trading view to dlc connect
2 participants