-
Notifications
You must be signed in to change notification settings - Fork 346
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
New Bootstrap-UI #354
New Bootstrap-UI #354
Conversation
Updates JQuery Roboto-Font Custom Date-Format via moment.js Coin-Icon-Font via https://labs.allienworks.net/icons/cryptocoins/ Total Account-Value and Value per Coin Different collapsible Sections and Filters Progressbars and visual Min-Coin-Warning Increased max. Update-Interval
General comment, use spaces (not tabs), keep things correctly aligned. |
Do we need all the binary files? It's generaly a bad idea to commit binaries to git w/o annex or something similar. |
I haven't found a hosted version of the cryptocoin-font, but it could be reduced to a single .woff2-file |
Reduced the CryptoCoin-Font to a single .woff2-File Show the amount of earned Coins since first UI-Start (Stored in localstorage)
'Show the amount of earned Coins since first UI-Start (Stored in Not needed, we are going to have complete lending history in this branch: Please correct tabs as it's really hard to review the code this way. |
While I find displaying the opened loans interesting, displaying the cancel loan events is useless as this happens on every bot cycle and doesn't actually bring any information. |
The filtering buttons are ignored when a reload happens. :) |
I like the overall design, however I think many of the features should be discussed. In general I would prefer to have first design change and then separate PRs for features... this will also make it easier to review and approve. |
The creators of this bot are free to use only the non-controversial parts and open issues for discussions :-) |
www/lendingbot.js
Outdated
var totalvalue = 0; | ||
|
||
//Min Coins based on https://github.com/BitBotFactory/poloniexlendingbot/issues/347 | ||
var items = [['BTC','BTS','CLAM','DASH','DOGE','ETH','FCT','LTC','MAID','STR','XMR','XRP'],[0.00019124,10,10,0,100,0,100,0,10,100,0,100]]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitcoin min is actually 0.01, in the issue he was demonstrating the different values of the minimums.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a list of these minimums ?
The design changes look really nice! Hiding a bunch of stuff under accordions makes this design less practical though. I like to be able to view all the stats upon a glance. If I have to tap to open accordions, it takes time and effort. Arguably not much, but enough that it makes the old design more useful at this stage. It gets really annoying when the bot refreshes the page and you lose all the accordion states! :( |
I can change that behavior, thanks for the feedback :-) |
Coindetail-Accordions should now stay open during refresh
btw, I made a JSFiddle for prettyFloat |
some friends and i will work on an alternative frontend soon, but probably on my fork. It really needs an overhaul. I wanna try if vue.js could work and maybe replace bootstrap |
@mchl18 have you seen the option to create alternate themes? |
also wanna try and write a config interface...wip |
@rnevet no i have not. I just fiddled with some css overlay but i think i want a complete overhaul |
thought about a configuration-interface, but the main problem is to keep it up to date |
i have some ideas and will try it on my fork |
great :-) do you need help ? |
I havent had time to set it up, wanna meet with some friends to discuss, if I run into questions i will let you know |
vue.js seems tempting but idk if it can handle the whole parsing and all, havent used it before and really wanna try it. also i wanted to create tiles for the currencies instead of tables to make it more customisable and responsive. also bulma could be a nice alternative to bootstrap since I like flexbox. |
never worked with that, but it should be able to handle that. |
yeah it looks really slim and easy to set up, much better than angular and simpler than react, but also only js at its core |
@tamaskan What's the status on this? There are some other PRs that want to make UI changes too but this is holding that up and will make the merge of this PR harder. Are you pausing this effort for the moment? |
yes, i am still working on this. the bot supports multiple page-templates, so i see no reason why another developer can't create a PR with his Idea. |
great job |
Seems like a while since this has had a contribution. Is this still a work in progress? Can a screenshot be provided? |
Still no updates here.... hrmmmm... what do we do with this PR? |
Is this PR dead? |
I do think it deserves a neat UI. And the initial PR had a very strong idea in that direction. |
i switched to coinlend.org, but everyone is free to use the code and create something beautiful |
Updated JQuery
Included Standard Roboto-Font
Custom Date-Format via http://momentjs.com/
Coin-Icon-Font via https://labs.allienworks.net/icons/cryptocoins/
Added Total Account-Value and Value per Coin
Different collapsible Sections and Filters
Progressbars and visual Min-Coin-Warning
Increased max. Update-Interval to 3600
Types of changes
Checklist: