SteemWorld News ~ Dark Theme, Transfer Search, Mention Preview, Missed Blocks Ratio & More...

in #steemworld6 years ago (edited)

Most of the features that I announced recently were successfully implemented on SteemWorld and I am now in the process of finishing the new dark theme. It was a bit more to do than I excepted earlier to create a 'theme base' that I can use for building additional themes from now on, but I have learned a few new things on my recent CSS3 journey and for me it is always a pleasure to discover new ways in the modern world of coding.


New to SteemWorld?
-> Welcome to SteemWorld.org!

Dark Theme

This is how the new dark theme looks like:


A few changes might still come in the next days. The theme can be chosen in settings or directly by using the URL parameter 'theme':

https://steemworld.org/@steemchiller?theme=dark

CSS3 Variables (for developers)

Instead of defining the same layout properties again and again like:

.element1,
.element2 {
    color: #fff;
}

.anotherElementWithSameTextColor {
    background: #111;
    color: #fff;
}


In CSS3 one can define variables for elements that are using the same colors like:

:root {
    --text-color-default: #fff;
}

.element1,
.element2 {
    color: var(--text-color-default);
}

.anotherElementWithSameTextColor {
    background: #111;
    color: var(--text-color-default);
}


When working with Developer Tools in the browser for testing new CSS definitions one can then change all relevant properties in a central point with ease:

This makes it much easier to make changes to or building new themes based on an existing one. Since I can even change the variables at runtime in JavaScript, it would be possible to easily create a theme builder for SteemWorld in future...

Witnesses 'Produced / Missed Blocks' Ratio

I have added a counter for the produced blocks on my server and the results can now be seen for each witness in 'Tools -> Witnesses'. The number of total missed/produced blocks can be watched by moving the mouse over the percentage:


And the winner is...

@roelandp with only 24 missed and 774,269 produced blocks.
Congratulations!

There are not many witnesses with zero missed and more than 500 produced blocks and the one with the best ratio is @reggaemuffin. He has nearly 5,000 blocks produced.
Congratulations!

Transfer Search

This feature enables us to find transfers, power-ups and power-downs that have taken place on the Steem Blockchain. It comes with a few filters and the possibility to sort the results by different fields in ascending or descending order.

Here an example for finding the largest transfers from this year and exporting it to CSV:

Delegation History / New Filters

The Delegation History now contains some new filters for the date range and the possibility to sort the results by different fields in ascending or descending order.

As in the Transfer Search one can now show the largest delegations easily by setting the order to 'Amount, Descending'.

Mention Preview

A click on the account name in the Mention Preview will bring us directly to the related comment/post.

Busy.org Now Supported

I am happy to announce that users of the awesome busy.org platform can now choose their favorite Steem front-end in the settings. All links to posts and comments will then automatically point to the chosen domain:

Coming Next / Planned Features

  • Coming Curation Rewards
  • Theme Improvements (especially for the dark theme)
  • Voting comments directly on SteemWorld
  • Voting Stats & CSI
  • ...

Pro Tip

A double click in an input field for a username automatically enters the name of your account into it. If the field already contains your name, it will get emptied again:

Just an idea...

While I was playing around with the new theme I came to the idea of displaying the account image in the inner circle of the VP-Element. I would need to move the percentage to a different location or make it much smaller, so that it does not overlap too much with the picture. I'm not sure, if I should do this. What do you think?

Thank you for supporting my work!

Much love and peace to all of you ~

Sort:  

Your account count on steemworld seems not working. Can you check that?
Minnowbooster has more accounts using minnowbooster than there are all accounts combined? nope.

I guess my count is correct because it comes directly from the steem nodes. Might be a bug on the minnowbooster page...

Ok thx.

Lieber Chiller,

vielen Dank für die tollen Erweiterungen!

Zum Thema Bild im Vote-Power-Kreis:
Also, ich würde dort mein Foto auch nicht einfügen.
Ich finde es so, wie es zurzeit ist, völlig ok.

Lieben Gruß, @double-u

Lieber @steemchiller, dein neues Upgrade hast du uns wieder mal sehr fein hingechillert. Ich wundere mich, dass du so gut wie keine Whaleunterstützung erfährst, obgleich deine Arbeit mit Abstand das brauchbarste Instrument für die Arbeit auf den Steem liefert.

Als Trostpreis habe ich vorhin meine Votepower in deinem Vorstellungspost verballert. Ich hoffe, alle die dafür heute nicht von mir gevotet werden, können das verstehen und knallen dich ebenfalls im Kommentarbereich mit ihren Votes voll.

Ein Bild vom Avatar brauche ich nicht. Wenn du statt dessen irgendwo im Steem Info noch den aktuellen, mittleren Bitcoinkurs abbilden tätest, wäre mein Informationsbedürfnis rundum gechillt. Steem on, alter Chiller. Du machst das ganz hervorragend.

Vielen Dank für deine vielen 100%-igen @afrog! Ich habe jeden einzelnen davon mit Genuss aufgenommen und in meine Sammlung gepackt. Der im Text fließende Frosch da oben rechts ist genial. Wenn meine Einnahmen dafür reichen, werde ich ihm eines Tages eine größere Krone kaufen ;)

Vielleicht hat es mit mangelndem Vertrauen zu tun, aber von Steemit selbst habe ich noch nie einen Vote oder sonstige Unterstützung erhalten. Meine Delegation, die mir vor einem Jahr auf der Startseite als Geschenk beschrieben wurde und mich hier reingelockt hat, wurde ja auch vor Kurzem einfach so entfernt. Das ist nicht wirklich schlimm für mich, denn ich habe daraus etwas gelernt und werde es natürlich mitnehmen.

Der Code von SteemWorld ist nicht offen einsehbar und passt daher vielleicht nicht so richtig ins Geschäftsmodell. Eine Software 'Open Source' zu machen, macht sie allerdings nicht automatisch besser oder sicherer. Reine Utopie... Ich gehe weiter meinen Weg.

Die Idee mit dem Bitcoinkurs gefällt mir. Ich komme später nochmal darauf zurück.

LG, Chiller

Es war mir eine Ehre, lieber @steemchiller. Da fehlt eigentlich nicht mehr viel bis zur eigenen Chiller–Plattform, oder? Noch schnell einen Editor reingeklemmt und schon ist die Steemworld der beste Steem–Condenser, den es gibt. Kein Wunder dass die Whales dich nicht unterstützen wollen. Die haben Angst vor dir! Du gefährdest all die Projekte, in die sie bereits investiert haben. Dass du ss ganz alleine durchziehst, ohne ihre Moneten, ist halt ein extrem unbotmäßiger Affront für Leute, die es gewohnt sind alles und jeden mit Geld zu kontrollieren. Sie mögen keine Rebellen, die sich einfach, mir nichts–dir nichts, ihrem Einfluss entziehen. Du bist ein Software–Revoluzzer und da steh' ich drauf.

Obwohl ich ja eigentlich nicht in diese Richtung gehen wollte, muss ich zugeben, dass ich mich auf das Ziel einer eigenen Plattform zubewege. Vielleicht ist das meine Mission. Die SCT und SteemWorld vereint mit eigenem Editor und filterbaren Feeds wäre ja wirklich ein ganz schöner Bringer, denke ich. Ich bin auf jeden Fall selbst gespannt, wohin die Reise mich noch führen wird.

Dass ich nach mehreren Monaten Wallet-Bugs auf Steemit immer noch Reputation 25 angezeigt bekomme, gibt mir zu denken. Das Problem scheint nicht lösbar zu sein. Es scheint wirklich an der Entwicklung im Frontend-Bereich zu hapern. Vielleicht liegt es auch am Condenser, der einfach alles wegkondensiert. Die reinen Blockchain-Entwicklungen laufen ja wirklich gut und hier leistet Steemit wirklich sehr gute Arbeit.

Lange warten werde ich mit Sicherheit nicht mehr, bis ich voll loslege und mich an ein eigenes Frontend setzen werde.

PS: Du brauchst mir nicht noch einen 100%-igen zu geben. Das waren mehr als genug von dir ;)

So I've been reading the comments and sounds like you may have a battle on your hands. WELL, I SUPPORT YOU MY FRIEND. When I joined here a couple months ago, I REALLY thought this place was a lot different then the outside world. However, it's not really the case. I think at basic levels there are a lot of great about this platform. However the power structure is just another doppelganger of the "corporate world".😔 However, for now I will digress. What you're doing for everybody are wonderful things. I want you to know I'm here to encourage you to continue and to fight the good fight. And as I said I am here to support you, so should you need anything please let me know and if I can help I will. You are followed my dear friend.

Ich habe ihm auch einen extra 100% auf einen Kommentar draufgeballert. Damit sind meine bescheidenen Möglichkeiten auch nahezu erschöpft.
Wie heißt doch der alte Song von Iwan der Reblaus?

Wenn ich mal ein Wal wär, wiede wiede wiede wiede bum ....

"Ich wundere mich, dass du so gut wie keine Whaleunterstützung erfährst, obgleich deine Arbeit mit Abstand das brauchbarste Instrument für die Arbeit auf den Steem liefert."

Wie wahr, wie wahr, steemworld.com ist gar nicht mehr weck zudenken,
das Top Tool am Platz und eine Schande das es gerade von oben so wenig gewürdigt wird,
einfach nur traurig.

Aber dafür hast du lieber @steemchiller deine eingeschworen Fan-Gemeinde!!!

Das Dark-Theme ist Top, für mich um Welten besser erkennbar,
jaja wir werden alle nicht junger GRINS,
noch dazu da mein Office recht dunkel ist,
da ist es mit dem Dark-Theme echt besser lesbar für mich.

DICKES DANKE und DICKES LOB!!!!!
Mach weiter so!
LG Ennosan

ich hätte auch noch ne kleine Idee.
Steemworld Multilingual, das passende PHP Script,
ultra einfach hab ich hier noch rumliegen,
hatte ich immer auf meinen Seiten genutzt,
kann ich dir durchreichen wenn du magst, Kein Problem.

LG Enrico

Sind doch alles Arschficker !!! Müssten den @Steemchiller 100% unterstützen!

I am really liking the dark theme for my SteemWorld:

steemworld.png

Huhu
Das Dark-Theme finde ich super, es ist sehr angenehm.
Die Idee mit dem Account-Bild finde ich auch sehr gut, die Prozentanzeige würde sich eventuel als Skala im Kreisel ganz gut machen - glaube ich ;)

Wie immer gute Arbeit, mein Glückwunsch.

Ich habe ja nicht viel Ahnung vom Webseiten Zeugs aber ein dezenter Spende-Knopf müsste da doch auch noch Platz haben, oder?
Sollst ja schließlich auch finanziell was von deiner Arbeit haben. (meine Meinung)

Vielen Dank für deine netten Worte und die Spende! Ich werde mal darüber nachdenken, aber schaden würde so ein Button ja eigentlich wirklich nicht. Mal schauen.

Extra 100% Upvote.

Extra Upvote für deinen Extra Upvote an @steemschiller ;)

Da hat @condeas aber sowas von recht!!!!

Wie immer bin ich begeistert von deiner Arbeit! Ein herzliches Dankeschön.

Ich habe noch eine Frage:

Die "Waltabelle" https://steemwhales.com/ von @heimindanger ist ja leider nicht mehr aktuell, weil er die Datenversorgung abgeschaltet hat und das Tool nicht mehr pflegt. Ist es vorstellbar, dasd du irgendwann hierfür einen Ersatz schaffst? In der Disziplin "Blockchain lesen und auswerten" bist du ja ein Meister.

Vielen Dank für deine super Unterstützung!

Stimmt, da war ja noch was... Ich werde auf jeden Fall so eine Übersicht mit reinbringen und habe mir auch schon ein paar Gedanken dazu gemacht, wie ich das umsetzen könnte. Das wird allerdings noch ein paar Wochen warten müssen ;)

I like the new dark theme option, and Well I just like the program, it is simple and easy to use and easy on the eyes. I am not sure about having an avatar picture, but some people really like them, so maybe a setting that a person can chose to have an avatar picture show or not. I personally like being able to see in a quick glance what percentage my vote power is down to, having that number obscured, or moved to another area, I am not so sure I would like, but then again I might. So a try it out button first, that can be reset back to normal if a person does not like it.

One wish I would have is that you add these update notices to the bottom tab you have with the disclaimer about cookies.
steemworldnewslettersuggestion.png

Quite often I do not watch the page load, as I am loading multiple pages and tabs when I first fire up. But for some reason I still always scroll to the bottom of fixed length pages just to see if something is new.

I still plug away at advertising your app, It is the most useful tool I have yet to find, and you are also the most approachable app programmer on here, (Granted I don't approach you guys often, just use your work), to be fair to the others I am sure they listen to their customers also.

Any way's thanks for the wonderful app.

Dein Super-Dooper-Tool nutze ich täglich. Es ist eigentlich ständig offen. ;-)
Der Dark Mode ist spitze. Und er ist mal richtig dark.
Du könntest glatt für bittrex auch noch eine GUI schreiben - damit die mal wissen, wie man einen echten Nachtmodus baut!! ;-)

Full Vote und Resteem!

Hey. Thanks for your work on SteemWorld. Just popping in to offer my two cents on your profile picture idea, since you asked. It's clever, I suppose, but it doesn't have much utility in my opinion and I think it makes things too noisy.

You've done an awesome job of keeping this interface so clean. It's honestly a pleasure to use, and I can't say that about a lot of Steem tools.

In my opinion it'd be a shame to busy it up with profile pictures by default. Maybe as an option for people who want that feature?

EDIT: Thank you for the Dark theme. Seriously. So much nicer on the eyes. Now to wait for Busy to implement something similar...

Thank you! Yes, adding an option would indeed be a nice way to solve it without losing anything. I will think about it ;)

Ich würde auch kein Account Bild integrieren, das bringt keine zusätzliche Funktionalität. Den Spenden-Button, wie von @condeas vorgeschlagen, würde ich an deiner Stelle integrieren! Der würde bestimmt oft benutzt werden. Du verdienst jede Unterstützung!!! Ansonsten, tolle Arbeit, wie immer!

Coin Marketplace

STEEM 0.26
TRX 0.11
JST 0.033
BTC 63869.25
ETH 3055.04
USDT 1.00
SBD 3.88