Uh oh!
There was an error while loading. Please reload this page.
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. |
laxdog
commented
May 25, 2017
Do we need all the binary files? It's generaly a bad idea to commit binaries to git w/o annex or something similar. |
tamaskan
commented
May 25, 2017
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)
rnevet
commented
May 25, 2017
'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. |
rnevet
commented
May 25, 2017
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. |
rnevet
commented
May 25, 2017
rnevet
commented
May 25, 2017
The filtering buttons are ignored when a reload happens. :) |
rnevet
commented
May 25, 2017
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. |
tamaskan
commented
May 25, 2017
The creators of this bot are free to use only the non-controversial parts and open issues for discussions :-) |
| 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.
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.
Is there a list of these minimums ?
kingo55
commented
May 28, 2017
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! :( |
tamaskan
commented
May 28, 2017
I can change that behavior, thanks for the feedback :-) |
Coindetail-Accordions should now stay open during refresh
rnevet
commented
Jun 26, 2017
btw, I made a JSFiddle for prettyFloat |
rnevet
commented
Aug 1, 2017
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 |
rnevet
commented
Aug 1, 2017
@mchl18 have you seen the option to create alternate themes? |
tamaskan
commented
Aug 1, 2017
mchl18
commented
Aug 1, 2017
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 |
tamaskan
commented
Aug 1, 2017
thought about a configuration-interface, but the main problem is to keep it up to date |
mchl18
commented
Aug 1, 2017
i have some ideas and will try it on my fork |
tamaskan
commented
Aug 1, 2017
great :-) do you need help ? |
mchl18
commented
Aug 1, 2017
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. |
tamaskan
commented
Aug 2, 2017
never worked with that, but it should be able to handle that. |
mchl18
commented
Aug 2, 2017
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 |
utdrmac
commented
Aug 27, 2017
@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? |
tamaskan
commented
Aug 27, 2017
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. |
gincarbone
commented
Sep 16, 2017
great job |
bkuhl
commented
Jan 7, 2018
Seems like a while since this has had a contribution. Is this still a work in progress? Can a screenshot be provided? |
bkuhl
commented
Apr 25, 2018
Still no updates here.... hrmmmm... what do we do with this PR? |
utdrmac
commented
Jul 6, 2018
Is this PR dead? |
SPIRY-RO
commented
Oct 29, 2018
I do think it deserves a neat UI. And the initial PR had a very strong idea in that direction. |
tamaskan
commented
Oct 29, 2018
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: