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

client/webserver: Download log files from UI button. #3129

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dev-warrior777
Copy link
Contributor

resolves Issue #3054

Add a button on the settings dialog [above redeem game code] to download application logs for an auth'd end user to user designated filepath.

WIP: draft for now.

@dev-warrior777
Copy link
Contributor Author

image

	- uploads to browser
	- upload preparation logic errors cause the browser to
	  show bad page load
	- does not work on webview
@dev-warrior777 dev-warrior777 marked this pull request as ready for review December 26, 2024 18:34
@dev-warrior777
Copy link
Contributor Author

I think this is done .. but I want to change the icon displayed above with bootstrap's file-arrow-down.svg.
Do we download all the bootstrap svg icons? or just a subset?

@norwnd
Copy link
Contributor

norwnd commented Dec 27, 2024

but I want to change the icon displayed above with bootstrap's file-arrow-down.svg.
Do we download all the bootstrap svg icons? or just a subset?

would appreciate if you also can download some sort of filled-circle/dot (like the one Binance uses) for this while at it - #2987 (comment)

I haven't found a well-fitting icon among existing ones that would do a great job of marking own orders (eg. right-arrow I use looks fancy at first but gets old very soon and now I feel it's best to have something simple for marking own orders)

	- Using icomoon: ico-arrowright rotated 270deg
@dev-warrior777
Copy link
Contributor Author

would appreciate if you also can download some sort of filled-circle/dot (like the one Binance uses) for this while at it - #2987 (comment)

Maybe you can have a look at the icomoon app There is a couple there in the free selection: perhaps radio-checked ea54

@norwnd
Copy link
Contributor

norwnd commented Dec 27, 2024

Maybe you can have a look at the icomoon app There is a couple there in the free selection: perhaps radio-checked ea54

yeah, probably one of these is a good choice (I'm not sure though how to import those and actually use them):

image

@dev-warrior777
Copy link
Contributor Author

dev-warrior777 commented Dec 28, 2024

probably one of these is a good choice (I'm not sure though how to import those and actually use them):

Get the glyph meta-data from the icon/font provider and update font info in

these font files

image

Can look at this PR that adds a ticket icon for DCR staking.

Look at the code diff

image

@dev-warrior777
Copy link
Contributor Author

image

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.

UI suggestion: add log viewer for dexc.log
2 participants