[//]: # (https://github.com/KrNel/kure) Some welcome changes to the site's look have been made this time around. I wanted to make the site more appealing. The table list formats are compact and efficient, but they don't provide a rich viewing and user experience (UX). That's why images for kurated posts have been added to enhance the viewing pleasure through a grid view of the content. After adding images for kurated posts to a grid view, that became the default view. But having the option to look at data in a more compact way to better see more data at once, was something that should also be provided for the UX. The `View` can be toggled between the default grid mode and a list mode, allowing the user to customize their experience on the site. Each of the KURE pages also have multiple sections. The Home page has Recent Kurations and Community Activity, the Communities page has Newly Created and Recently Active, and the individual community pages have Posts and Members. Eventually there is going to be a need to look through a lot of data, and pagination is one way to go about it. But I preferred to stick with infinite scroll which was already added to the Steem content viewing. So I added tabs change the content selection on each page. That I can add infinite scroll (yet to be done). Any feedback or criticism is welcome and appreciated. I am looking to improve the app and your experience using it. *What do you want to see next?* <center><a href="https://thekure.net/"><img src="https://i.imgur.com/ltGSQBe.png" /></a></center> --- # Repository https://github.com/KrNel/kure # Site https://thekure.net/ --- # Index 1. What is KURE? 2. What's new? 2.1 UI/UX Improvements 2.1.1 Added images to Kurated posts 2.1.2 Added grid view to pages 2.1.3 Added toggle view option to display content 2.1.4 Added tabbed view selection to pages 2.1.5 Added ellipsis overflow for text to fit perfectly 3. Bug and Other Fixes 3.1 Fixed Reply link showing when not logged in 3.2 Fixed PostSummary rep being 25 3.3 Fixed comments from previous post viewed showing as next post's comments 3.4 Fixed bug with reply form disabling upvote and reply actions 3.5 Fixed padding issue messing up the Home page table list view 3.6 Fixed Communities menu item inactive for individual community pages 4. Pull Request / Latest Commits 5. Roadmap 6. Contact --- # 1. What is [KURE](https://thekure.net/)? ### Kindred United to Reward Everyone. #### A Community Platform and Curation Network Remedy for Steem Do you want to find content that other people really value, based on topics that interest you? How? Upvotes don't do it, because so many upvotes come from autovoting, autobots, or curation trails. You don't know if a vote for content is done by a real person, or some automation. The content isn't being evaluated when it's automated. Plus, you can upvote so many things, which can be unrelated. Imagine a curation network where people are interacting through community groups to share and value content, and you can really see what they value globally through various communities that people organize and collaborate together to build. KURE provides a network hub for people to create their own community groups for evaluating content to curate. It will also develop into communities to create posts within. Create your own communities and have others join to contribute. Make up your own criteria. Manage who can add curation links to your community group. Anyone else can follow your community and engage. My goal is to make content easier for everyone to find by all of us sharing the content we like trough communities. Others can find communities they are interested in and see what is being curated within that community to also support it with upvotes, resteems and comments. Maybe you want to share what you value, and get others to see it or support it, but don't want to resteem it, or want more people to see it. On KURE, the community you create and those who are involved in it will popularize content you value and allow others to see it. Another way of thinking about it, is it's kind of like having a custom community feed, based on a community that engages in creating it, rather than just one person. KURE empowers the Steem community to coordinate their curation efforts through building community networks of their own. --- # 2. What's new ## Video Demonstration https://vimeo.com/327743146 --- ## 2.1 UI/UX Improvements --- ## 2.1.1 Added images to Kurated posts Images are now added to the data for a kurated post. If you're adding a post manually through the link in the Manage page, the content retrieval from Steem also grabs the image link from the post at the time the post is being added to a community. It's returned along with the author, category, permlink, and title. <center><img src="https://i.imgur.com/V0Syy91.png" /></center> If browsing Steem content or looking at a Steem post, the add icon will include the image from the post being added to a community and sent. <center><img src="https://i.imgur.com/uyEdC3V.png" /></center> The result is being able to grab images for display on kurated posts. They only show on the grid layout view, as it's not really useful to have a small image in a table list view. But maybe i can change the table list to be more like a a list used to display Steem posts. <center><img src="https://i.imgur.com/YCReggi.jpg" /></center> --- ## 2.1.2 Added grid view to pages Three pages got a UI/UX overhaul to the content views: Home, Communities and individual community pages. Each has a default grid view to show the content of kurated posts added to community groups, or community groups data. The main image from the post when kurated is used int he grid display for each post, along with data like title, author, community and when it was added to the community. ### Home page <center><img src="https://i.imgur.com/blqv5gJ.jpg" /></center> ### Communities page There are no images for the community groups, so the data is displayed without any image. <center><img src="https://i.imgur.com/DnmOsZ1.png" /></center> ### Individual community details pages <center><img src="https://i.imgur.com/yP5ENh6.jpg" /></center> The newly added image has it's primary purpose in the grid layout view. An image is created from the path to the image and cropped if it's too long so as to not make a vertically long grid box. The title link and author link is on the top and left, while hte KURE info for the community the post was added to and when it was added is on the right. <center><img src="https://i.imgur.com/6U7s97A.png" /></center> I plan to add more meta data, like the Likes and Rating from KURE, as well as who submitted the post for kuration. --- ## 2.1.3 Added toggle view option to display content If you prefer to see a more compact view to scan the data of a post or community more easily and quickly, you can click on the `View` icon at the right of the section header to change the view. <center><img src="https://i.imgur.com/rr6DxJe.png" /></center> <center><img src="https://i.imgur.com/iSzeD7G.png" /></center> The toggling is done with function in each page to check the state `showGrid` and change it when a `View` change is selected. <center><img src="https://i.imgur.com/sQYN5Pm.png" /></center> In each page the `ToggleView` component is also imported and then used to display the toggle icons. <center><img src="https://i.imgur.com/yILNwdo.png" /></center> The pages show a different component based on the view selection. <center><img src="https://i.imgur.com/bg9zuWJ.png" /></center> Each pages' grid component then loads the common PostGrid component which displays the various data from the kurated post for view. <center><img src="https://i.imgur.com/6U7s97A.png" /></center> As such, now each page can be viewed as a grid with images to enhance the UX, or as a list which can also enhance the UX by making more data visible: ### Home page <center><img src="https://i.imgur.com/blqv5gJ.jpg" /></center> <center><img src="https://i.imgur.com/fGObgA2.png" /></center> ### Communities page <center><img src="https://i.imgur.com/DnmOsZ1.png" /></center> <center><img src="https://i.imgur.com/MNaDXM3.png" /></center> ### Individual community details pages <center><img src="https://i.imgur.com/yP5ENh6.jpg" /></center> <center><img src="https://i.imgur.com/9X73vjY.jpg" /></center> --- ## 2.1.4 Added tabbed view selection to pages Each KURE page had multiple section to display content. The Home page, for example, had the section Recent Kurations and Community Activity. These sections used to be displayed one on top of the others. To get more data for each section would require pagination. But I already use infinite scroll on the Steem pages. So it's better to stick to that. The sections needed to be in their own view to have infinite scroll work for each. As such, section are now viewable separately as tabs. <center><img src="https://i.imgur.com/EQ7aM0d.png" /></center> <center><img src="https://i.imgur.com/uiaK7Aa.png" /></center> The tab selected will determine which component to load. Each component has it's own `tabs` array to loop through and display the view. When the component updates with a state change for a change int he tab selection, a check is made to see which tab should be shown on the page by adding an `activeTab` class. <center><img src="https://i.imgur.com/dSuKUox.png" /></center> --- ## 2.1.5 Added ellipsis overflow for text to fit perfectly For titles in KRUE pages, and for the description in the PostSummary, the text was being cut off at certain character size limits. I changed that to be dynamic with `text-overflow: ellipsis;` <center><img src="https://i.imgur.com/VW8lMAH.png" /></center> Now the titles and description are shortened based on the parent element that contains them. <center><img src="https://i.imgur.com/EbuxqXO.png" /></center> --- # 3. Bug Fixes --- ## 3.1 Fixed Reply link showing when not logged in This was a simple thing I forgot to add. Checking if someone is authenticated before showing the reply button fixed it. <center><img src="https://i.imgur.com/lBC0yKz.png" /></center> --- ## 3.2 Fixed PostSummary rep being 25 The `PostSummary` component was pulling the `author_reputation` which is a long number, and then sending it to the `AuthorCatgoryTime` component to get processed into a readable format. but I was already converting the rep to human readable format prior to passing it along. As a result, the conversion was being done twice and errored it to 25. --- ## 3.3 Fixed comments from previous post viewed showing as next post's comments Comments from previous posts where being used as comments in other posts sometimes, not always. After looking around for the cause, I found it in the logs for Redux calls. The calling for comment fetching data was supposed to be done after a post was being called, but it was being called before with the old post info, and then already returning the data for the old post comment while the new post data was being fetched. --- ## 3.4 Fixed bug with reply form disabling upvote and reply actions The reply form was showing up under the vote and reply link, but it rendered the former inactive. After moving where the reply form was being loaded outside of the unordered list and changing some css, it was allowing votes and the reply link to close the form like it should. --- ## 3.5 Fixed padding issue messing up the Home page table list view After adding the tabs for sections, the changes made the table view load with padding inside, as it was inside a Segment. After removing the Segment from the parent component, the extra padding was no longer an issue. --- ## 3.6 Fixed Communities menu item inactive for individual community pages Going to individual community pages would not have the Communities menu item as active. A community is part of the communities, should I made the menu item active when viewing individual communities. I removed the `exact` property from the `Menu.Item` creation for the menu item iterations. But then the Home page was always showing as active for all pages. I have separate the home page when looping through menu items and put the `exact` option for it alone. <center><img src="https://i.imgur.com/5Nrj245.png" /></center> --- # 4. Pull Request / Latest Commits # [PR 11](https://github.com/KrNel/kure/pull/11) --- # 5. Roadmap The previous part of the roadmap "Improved UI/UX for the KURE community part of the site" was worked on this time. With that done I am going after the publishing of main Steem content posts. Then I'll return to comments and polish some things there, and improve the loading of the site. Working on: - Posting content to Steem (not just curation post submissions) - Comment edit, delete, sort and other tweaks - Improved UI/UX, landing page, code splitting, PRPL - Posts submitted to communities page - Liking and rating submissions - About page --- # 6. Contact If you want to contact me, you can reach me on Discord at https://discord.gg/ApUp4jJ, or email at `krnel@protonmail.com`. I'm not really on steem.chat, but I think I get emails if you send me a message. - [Discord](https://discord.gg/ApUp4jJ) - Email: `krnel@protonmail.com` - Site: [thekure.net](https://thekure.net/) --- Thank you for your time, attention and support. I appreciate it. Every vote matters, but I'm especially thankful for the support from @utopian-io, @fundition and @v4vapid. Peace.
author | krnel |
---|---|
permlink | kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs |
category | utopian-io |
json_metadata | {"tags":["utopian-io","development","dev","kure","busy"],"users":["protonmail.com","utopian-io","fundition","v4vapid."],"image":["https://i.imgur.com/ltGSQBe.png","https://i.imgur.com/V0Syy91.png","https://i.imgur.com/uyEdC3V.png","https://i.imgur.com/YCReggi.jpg","https://i.imgur.com/blqv5gJ.jpg","https://i.imgur.com/DnmOsZ1.png","https://i.imgur.com/yP5ENh6.jpg","https://i.imgur.com/6U7s97A.png","https://i.imgur.com/rr6DxJe.png","https://i.imgur.com/iSzeD7G.png","https://i.imgur.com/sQYN5Pm.png","https://i.imgur.com/yILNwdo.png","https://i.imgur.com/bg9zuWJ.png","https://i.imgur.com/6U7s97A.png","https://i.imgur.com/blqv5gJ.jpg","https://i.imgur.com/fGObgA2.png","https://i.imgur.com/DnmOsZ1.png","https://i.imgur.com/MNaDXM3.png","https://i.imgur.com/yP5ENh6.jpg","https://i.imgur.com/9X73vjY.jpg","https://i.imgur.com/EQ7aM0d.png","https://i.imgur.com/uiaK7Aa.png","https://i.imgur.com/dSuKUox.png","https://i.imgur.com/VW8lMAH.png","https://i.imgur.com/EbuxqXO.png","https://i.imgur.com/lBC0yKz.png","https://i.imgur.com/5Nrj245.png"],"links":["https://thekure.net/","https://github.com/KrNel/kure","https://thekure.net/","https://thekure.net/","https://github.com/KrNel/kure/pull/11","https://discord.gg/ApUp4jJ","https://discord.gg/ApUp4jJ","https://thekure.net/","/@utopian-io","/@fundition"],"app":"busy/2.5.6","format":"markdown","community":"busy"} |
created | 2019-04-01 23:05:54 |
last_update | 2019-04-07 18:15:39 |
depth | 0 |
children | 5 |
last_payout | 2019-04-08 23:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 76.195 HBD |
curator_payout_value | 24.402 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13,569 |
author_reputation | 1,343,547,270,297,082 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,333,922 |
net_rshares | 137,114,490,251,823 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 6,088,811,463,515 | 24.9% | ||
teamsteem | 0 | 15,381,205,911 | 20% | ||
ashe-oro | 0 | 7,379,374,290 | 4.4% | ||
churdtzu | 0 | 22,084,550,096 | 33% | ||
mauricemikkers | 0 | 1,251,267,615 | 100% | ||
jonnyrevolution | 0 | 1,671,942,370 | 2% | ||
juansgalt | 0 | 2,835,262,050 | 40% | ||
hitmeasap | 0 | 15,162,459,386 | 13% | ||
bryanj4 | 0 | 199,962,038 | 10% | ||
ausbitbank | 0 | 1,603,511,740,657 | 100% | ||
thelindvall | 0 | 38,099,729,870 | 70% | ||
fiona777 | 0 | 327,234,674 | 100% | ||
bowess | 0 | 96,274,225,488 | 50% | ||
team-leibniz | 0 | 98,946,585,878 | 45% | ||
sterlinluxan | 0 | 6,910,945,865 | 20% | ||
warofcraft | 0 | 33,930,629,490 | 20% | ||
alchemage | 0 | 9,449,819,047 | 13% | ||
bledarus | 0 | 166,430,676 | 100% | ||
treaphort | 0 | 239,475,441 | 7.41% | ||
rufans | 0 | 19,884,431,732 | 100% | ||
sc-steemit | 0 | 9,866,535,389 | 5% | ||
burntmd | 0 | 2,404,001,373 | 22% | ||
johnvibes | 0 | 2,105,381,836 | 30% | ||
elamental | 0 | 2,212,717,616 | 12% | ||
catherinebleish | 0 | 3,944,311,717 | 20% | ||
mckeever | 0 | 3,718,256,489 | 15% | ||
emancipatedhuman | 0 | 3,254,220,728 | 10% | ||
krnel | 0 | 1,458,773,957,808 | 100% | ||
dannyshine | 0 | 8,832,513,247 | 14% | ||
esecholo | 0 | 9,142,809,168 | 100% | ||
charlie777pt | 0 | 139,483,736,423 | 100% | ||
carrinm | 0 | 55,024,530,319 | 10% | ||
brightstar | 0 | 1,728,163,909 | 6% | ||
richardcrill | 0 | 8,786,731,922 | 13.2% | ||
tftproject | 0 | 2,382,602,374 | 6% | ||
adamkokesh | 0 | 399,656,139 | 3% | ||
almiller | 0 | 168,331,152 | 100% | ||
kyusho | 0 | 76,584,360 | 5% | ||
jacobts | 0 | 28,400,966,191 | 20% | ||
maloneyj55 | 0 | 369,754,668 | 33% | ||
abh12345 | 0 | 112,353,773,098 | 20% | ||
bitcoinparadise | 0 | 222,278,947 | 50% | ||
wildmanhowling | 0 | 183,650,233 | 100% | ||
freebornangel | 0 | 9,813,887,182 | 11% | ||
imerick | 0 | 3,067,559,865 | 100% | ||
lonilush | 0 | 156,512,651 | 100% | ||
the-naked-geek | 0 | 176,153,350 | 100% | ||
ameliawheat | 0 | 2,659,004,985 | 80% | ||
aksinya | 0 | 51,135,162,809 | 50% | ||
ura-soul | 0 | 27,653,076,468 | 10% | ||
makis84 | 0 | 116,629,650 | 100% | ||
busy.pay | 0 | 3,602,893,116,127 | 17.6% | ||
techslut | 0 | 81,517,209,036 | 20% | ||
dgiors | 0 | 137,542,353,538 | 70% | ||
thoughts-in-time | 0 | 2,135,120,651 | 8% | ||
ebryans | 0 | 1,249,528,124 | 100% | ||
mwolfe13 | 0 | 129,540,367 | 13.2% | ||
minersean | 0 | 7,805,191,059 | 75% | ||
j3dy | 0 | 13,015,270,276 | 100% | ||
yadamaniart | 0 | 16,520,323,301 | 33.69% | ||
seablue | 0 | 22,582,551,291 | 100% | ||
v4vapid | 0 | 12,904,734,964,854 | 81% | ||
nspart | 0 | 140,725,266 | 5% | ||
lindal | 0 | 2,206,676,289 | 100% | ||
sebastianjago | 0 | 61,078,368,385 | 10% | ||
mytechcrunch | 0 | 68,710,678 | 20% | ||
steembot-general | 0 | 305,934,183 | 100% | ||
rafelchato | 0 | 280,996,589 | 100% | ||
erikaflynn | 0 | 13,252,906,992 | 35% | ||
steembot-colonel | 0 | 64,069,515 | 100% | ||
steembot-soldier | 0 | 188,065,240 | 100% | ||
tiowaldecir | 0 | 1,409,095,289 | 100% | ||
resteemer | 0 | 3,913,396,373 | 100% | ||
gmedley | 0 | 5,134,897,314 | 30% | ||
diggndeeper.com | 0 | 1,732,131,256,377 | 100% | ||
c0ff33a | 0 | 96,448,657,665 | 25% | ||
freebornsociety | 0 | 5,064,058,551 | 10% | ||
cryptophunk | 0 | 501,351,529 | 100% | ||
haileyscomet | 0 | 647,722,673 | 20% | ||
tibra | 0 | 278,226,143 | 10% | ||
fortune-master | 0 | 2,078,569,022 | 100% | ||
thepatrick | 0 | 111,489,406 | 2.8% | ||
malay11 | 0 | 1,108,208,934 | 33.69% | ||
whatamidoing | 0 | 2,736,983,873 | 4% | ||
dbzfan4awhile | 0 | 468,194,987 | 33.69% | ||
eliel | 0 | 951,199,543 | 1% | ||
activate.alpha | 0 | 1,910,080,208 | 20% | ||
valued-customer | 0 | 9,662,945,973 | 25% | ||
perceptualflaws | 0 | 82,876,145,176 | 100% | ||
jakipatryk | 0 | 14,301,188,298 | 50% | ||
ericarthurblair | 0 | 4,814,622,795 | 10% | ||
jga | 0 | 4,259,369,831 | 31.13% | ||
eagleye | 0 | 1,407,791,487 | 100% | ||
helo | 0 | 194,272,112,711 | 83.33% | ||
walnut1 | 0 | 44,287,925,168 | 31.13% | ||
coquiunlimited | 0 | 4,075,074,763 | 28.3% | ||
antimedia | 0 | 3,237,264,763 | 22% | ||
jamjamfood | 0 | 58,670,227,589 | 25% | ||
lorenzor | 0 | 1,744,344,708 | 15.56% | ||
pennsif | 0 | 159,228,934,163 | 46% | ||
jayna | 0 | 7,813,463,342 | 10.1% | ||
colinhoward | 0 | 4,061,308,119 | 13% | ||
suesa | 0 | 85,305,191,104 | 25% | ||
tensor | 0 | 51,903,346,417 | 100% | ||
jamiz | 0 | 214,334,832 | 6.73% | ||
swedishdragon | 0 | 107,324,187,673 | 40% | ||
bryandivisions | 0 | 135,249,312 | 11% | ||
nolasco | 0 | 1,335,703,158 | 6.73% | ||
codingdefined | 0 | 111,847,223,627 | 83.33% | ||
tsoldovieri | 0 | 2,288,436,596 | 15.56% | ||
heart-to-heart | 0 | 1,734,378,980 | 8% | ||
vincentnijman | 0 | 675,081,401 | 2% | ||
tykee | 0 | 19,917,365,738 | 31.13% | ||
indahigh | 0 | 202,038,931 | 15% | ||
sciencevienna | 0 | 24,957,054,124 | 100% | ||
onethousandwords | 0 | 1,070,572,845 | 33.69% | ||
jasonbu | 0 | 14,513,230,631 | 38% | ||
himshweta | 0 | 191,025,524 | 10% | ||
weirdheadaches | 0 | 246,214,513 | 1.68% | ||
iamphysical | 0 | 14,392,875,774 | 90% | ||
theleapingkoala | 0 | 2,167,059,389 | 16.84% | ||
felixrodriguez | 0 | 1,061,425,444 | 10.89% | ||
vander | 0 | 18,918,770,566 | 17.5% | ||
zyx066 | 0 | 27,170,831,910 | 100% | ||
tribesteemup | 0 | 12,089,653,671,235 | 40% | ||
azulear | 0 | 448,642,396 | 100% | ||
rehan12 | 0 | 19,909,388,171 | 6.22% | ||
silviu93 | 0 | 7,984,668,107 | 31.13% | ||
floatinglin | 0 | 1,237,295,306 | 100% | ||
thekitchenfairy | 0 | 15,369,847,824 | 25% | ||
jadabug | 0 | 1,643,621,995 | 1% | ||
dakeshi | 0 | 2,178,488,294 | 31.13% | ||
accelerator | 0 | 17,827,382,848 | 1.1% | ||
cooknbake | 0 | 710,915,337 | 6.73% | ||
neoconqueso | 0 | 13,258,005,346 | 100% | ||
eastmael | 0 | 11,974,324,146 | 62.27% | ||
solarsupermama | 0 | 1,858,944,715 | 11% | ||
taskmaster4450 | 0 | 34,495,507,010 | 4% | ||
espoem | 0 | 128,586,698,249 | 66% | ||
alexanderrigov | 0 | 1,128,350,554 | 33.69% | ||
mcfarhat | 0 | 64,897,974,468 | 33.33% | ||
silvergoldbotty | 0 | 1,457,637,313,774 | 71.4% | ||
jlsplatts | 0 | 3,831,834,582 | 10.1% | ||
vibelita | 0 | 153,971,633 | 35% | ||
canadianrenegade | 0 | 5,034,038,524 | 5% | ||
vishalsingh4997 | 0 | 290,534,372 | 31.13% | ||
qurator | 0 | 4,270,542,867,136 | 67.39% | ||
marcoriccardi | 0 | 802,922,563 | 16.84% | ||
kieranpearson | 0 | 1,242,312,398 | 33% | ||
loshcat | 0 | 2,567,595,156 | 100% | ||
puggle | 0 | 106,423,329 | 20.21% | ||
elear | 0 | 9,870,442,435 | 62.27% | ||
zoneboy | 0 | 20,763,025,635 | 100% | ||
carloserp-2000 | 0 | 31,639,645,483 | 100% | ||
soloinfinity | 0 | 353,527,625 | 67.39% | ||
yusifm | 0 | 131,456,171 | 33.69% | ||
carlos84 | 0 | 1,587,829,985 | 31.13% | ||
che-shyr | 0 | 967,281,444 | 50% | ||
utopian-io | 0 | 83,101,622,820,458 | 62.27% | ||
new-world-steem | 0 | 24,895,800,803 | 100% | ||
imisstheoldkanye | 0 | 1,352,236,699 | 1% | ||
jaff8 | 0 | 178,575,144,494 | 83.33% | ||
wwf | 0 | 8,643,720,496 | 20% | ||
libertyepodcast | 0 | 206,420,959 | 20% | ||
prudent-rod1 | 0 | 532,652,067 | 33.69% | ||
earthmother | 0 | 2,370,528,376 | 11% | ||
trucklife-family | 0 | 7,316,364,074 | 10% | ||
lishu | 0 | 1,976,249,937 | 11% | ||
newsrx | 0 | 196,285,882 | 12.47% | ||
belleamie | 0 | 2,168,237,647 | 10% | ||
amestyj | 0 | 1,239,028,328 | 31.13% | ||
sandracarrascal | 0 | 50,448,661 | 31.13% | ||
ajayyy | 0 | 942,967,969 | 15.56% | ||
greenorange | 0 | 544,175,555 | 100% | ||
cahlen | 0 | 7,457,029,992 | 50% | ||
deceth | 0 | 12,000,920,362 | 100% | ||
mcyusuf | 0 | 3,805,403,787 | 31.13% | ||
alexs1320 | 0 | 44,469,071,725 | 25% | ||
gentleshaid | 0 | 55,188,734,262 | 62.27% | ||
firststeps | 0 | 3,049,847,743 | 20% | ||
cpufronz | 0 | 1,017,534,080 | 50% | ||
turkolog | 0 | 104,608,357 | 33.69% | ||
paradigmprospect | 0 | 3,324,921,776 | 15% | ||
krishool | 0 | 150,388,894 | 6% | ||
ivymalifred | 0 | 552,560,293 | 15.56% | ||
eaglespirit | 0 | 9,770,200,866 | 5% | ||
aussieninja | 0 | 9,697,819,385 | 31.13% | ||
douglimarbalzan | 0 | 93,866,973 | 31.13% | ||
ennyta | 0 | 249,568,178 | 15.56% | ||
bitcoinportugal | 0 | 1,439,965,791 | 33.69% | ||
sagescrub | 0 | 2,927,665,186 | 8% | ||
camillius | 0 | 252,101,391 | 33.69% | ||
amosbastian | 0 | 272,773,221,710 | 83.33% | ||
adisrivastav | 0 | 306,454,188 | 33% | ||
build3-casole | 0 | 21,298,050 | 100% | ||
eliaschess333 | 0 | 2,955,664,355 | 15.56% | ||
ydavgonzalez | 0 | 106,103,551 | 1.55% | ||
shawncrypto | 0 | 337,519,525 | 67.39% | ||
asaj | 0 | 17,521,546,179 | 100% | ||
moxieme | 0 | 1,390,324,380 | 20% | ||
davinsh | 0 | 876,117,657 | 16% | ||
anarchojeweler | 0 | 382,662,593 | 16.84% | ||
smjn | 0 | 325,901,672,287 | 50% | ||
fun2learn | 0 | 875,959,840 | 1.8% | ||
itsben | 0 | 1,376,485,793 | 22.23% | ||
harry-heightz | 0 | 24,484,739,227 | 62.27% | ||
gaming.yer | 0 | 111,660,513 | 31.13% | ||
scienceangel | 0 | 62,266,173,862 | 50% | ||
soyrosa | 0 | 111,995,770,964 | 100% | ||
steem-familia | 0 | 111,182,108 | 31.13% | ||
vanarchist | 0 | 2,629,628,157 | 100% | ||
gribouille | 0 | 965,945,748 | 33.69% | ||
mashiliyanage | 0 | 776,983,972 | 27% | ||
sargoon | 0 | 2,069,993,827 | 31.13% | ||
tobias-g | 0 | 137,028,393,704 | 38% | ||
yrmaleza | 0 | 77,898,687 | 15.56% | ||
holger80 | 0 | 518,534,249,497 | 75% | ||
evangelista.yova | 0 | 109,246,276 | 31.13% | ||
miguelangel2801 | 0 | 204,780,924 | 15.56% | ||
didic | 0 | 29,182,139,077 | 25% | ||
jenniferjulieth | 0 | 91,895,538 | 31.13% | ||
tonysayers33 | 0 | 4,080,950,386 | 15% | ||
werewennad | 0 | 5,680,399 | 100% | ||
emiliomoron | 0 | 1,179,151,321 | 15.56% | ||
loryluvszombies | 0 | 84,156,457 | 10.8% | ||
verhp11 | 0 | 139,196,809 | 1% | ||
hempress | 0 | 914,145,446 | 11% | ||
ajfernandez | 0 | 83,255,769 | 31.13% | ||
nataboo | 0 | 1,276,489,597 | 20% | ||
dannyquest | 0 | 421,744,413 | 10% | ||
vegan.niinja | 0 | 6,650,369,526 | 50% | ||
djdean | 0 | 553,508,365 | 100% | ||
eugenekul | 0 | 920,970,305 | 25% | ||
homestead-guru | 0 | 1,723,613,715 | 10% | ||
endopediatria | 0 | 181,945,713 | 6.22% | ||
sovereignalien | 0 | 1,122,777,088 | 40% | ||
steemsmarter | 0 | 4,993,411,354 | 13.2% | ||
fego | 0 | 68,500,899,440 | 83.33% | ||
rusliwaddah | 0 | 70,059,894 | 20% | ||
ingmarvin | 0 | 95,714,319 | 31.13% | ||
smart-shaegxy | 0 | 184,156,047 | 20% | ||
redheadpei | 0 | 477,881,145 | 5% | ||
alix96 | 0 | 91,948,234 | 31.13% | ||
tomastonyperez | 0 | 3,505,701,210 | 15.56% | ||
elvigia | 0 | 3,084,607,442 | 15.56% | ||
jubreal | 0 | 6,065,262,778 | 62.27% | ||
m41277de | 0 | 514,819,843 | 100% | ||
celestialcow | 0 | 5,599,292,695 | 22% | ||
fruitarianism | 0 | 23,117,484,485 | 100% | ||
krystaleye | 0 | 97,003,093 | 20% | ||
sima369 | 0 | 670,891,565 | 22% | ||
ezravandi | 0 | 3,098,570,651 | 1% | ||
hackerzizon | 0 | 348,172,377 | 10% | ||
yu-stem | 0 | 10,913,809,357 | 25% | ||
luiscd8a | 0 | 1,485,823,000 | 80% | ||
bcfriday | 0 | 280,567,410 | 67.39% | ||
kiwisteem | 0 | 361,824,494 | 100% | ||
bobaphet | 0 | 1,287,684,524 | 2% | ||
vegan4theanimals | 0 | 2,034,456,548 | 50% | ||
eniolw | 0 | 7,767,127,180 | 100% | ||
geadriana | 0 | 184,363,984 | 4.66% | ||
elpdl | 0 | 120,816,123 | 31.13% | ||
fibrefox | 0 | 204,275,971 | 33.69% | ||
angelinafx | 0 | 5,132,383,473 | 1.5% | ||
josedelacruz | 0 | 1,480,125,533 | 15.56% | ||
practicalthought | 0 | 76,714,208,713 | 100% | ||
joseangelvs | 0 | 445,358,932 | 31.13% | ||
viannis | 0 | 448,208,788 | 15.56% | ||
rollthedice | 0 | 6,549,914,199 | 62.27% | ||
magatha | 0 | 113,106,737 | 33.69% | ||
steemer-x | 0 | 186,443,821 | 20% | ||
erickyoussif | 0 | 673,422,007 | 31.13% | ||
occpresents | 0 | 835,903,532 | 33.69% | ||
thomaskatan | 0 | 415,173,835 | 28% | ||
heavensweapon | 0 | 311,076,138 | 67.39% | ||
geliquasjourney | 0 | 726,459,416 | 44% | ||
indayclara | 0 | 1,429,521,414 | 33.69% | ||
zedpal | 0 | 71,596,330 | 100% | ||
riverflows | 0 | 1,957,475,207 | 4% | ||
reneparedes | 0 | 298,645,096 | 100% | ||
monetapes | 0 | 138,728,008 | 4% | ||
akdx | 0 | 4,322,850,677 | 15% | ||
qberryfarms | 0 | 769,458,837 | 16.84% | ||
jazzyjeff | 0 | 170,522,285 | 50.54% | ||
andrick | 0 | 103,668,996 | 15.56% | ||
bluedragon1974 | 0 | 96,697,975 | 33.69% | ||
yusvelasquez | 0 | 108,070,708 | 15.56% | ||
annemariemay | 0 | 148,681,660 | 20% | ||
shookriya | 0 | 1,660,672,986 | 14.96% | ||
truthabides | 0 | 241,776,048 | 11% | ||
famigliacurione | 0 | 10,213,544,197 | 100% | ||
krisstofer | 0 | 5,315,131,502 | 100% | ||
beetlevc | 0 | 1,305,479,499 | 2% | ||
goldenturtle | 0 | 135,473,193 | 33.69% | ||
synick | 0 | 109,370,964 | 20% | ||
gguy773 | 0 | 2,166,084,914 | 25% | ||
lifekeys | 0 | 146,303,340 | 33.69% | ||
blockurator | 0 | 1,487,963,143 | 6.73% | ||
rainbowrachel | 0 | 652,332,764 | 10% | ||
netizens | 0 | 74,489,056 | 31.13% | ||
elimao | 0 | 93,789,097 | 31.13% | ||
anaestrada12 | 0 | 5,917,626,976 | 31.13% | ||
vividessor | 0 | 367,689,674 | 20% | ||
mikits | 0 | 251,444,330 | 100% | ||
mariajruizb | 0 | 1,948,108,047 | 33.69% | ||
yorgermadison | 0 | 74,604,446 | 31.13% | ||
alexjunior | 0 | 80,056,789 | 31.13% | ||
aparanoide | 0 | 550,271,353 | 100% | ||
numberjocky | 0 | 361,848,099 | 20% | ||
inspirewithwords | 0 | 109,502,842,417 | 6% | ||
lil-splatts | 0 | 387,240,314 | 6.73% | ||
gormogon | 0 | 15,137,893,563 | 20% | ||
mandalaflower | 0 | 725,571,624 | 33.69% | ||
lopzdaniel | 0 | 1,072,846,478 | 11% | ||
republicrose | 0 | 531,530,253 | 100% | ||
antunez25 | 0 | 93,764,578 | 31.13% | ||
haf67 | 0 | 82,806,345 | 31.13% | ||
joelsegovia | 0 | 1,114,220,911 | 15.56% | ||
chavas | 0 | 102,320,749 | 31.13% | ||
mannacurrency | 0 | 9,786,953,811 | 4% | ||
daniscib | 0 | 268,495,545 | 8% | ||
blewitt | 0 | 3,208,723,723 | 0.67% | ||
sivehead | 0 | 200,645,829 | 1% | ||
gioint | 0 | 100,612,739 | 100% | ||
aishpandey | 0 | 549,551,006 | 100% | ||
nailyourhome | 0 | 775,413,349 | 1.8% | ||
fabrik | 0 | 4,166,552,488 | 100% | ||
rtytf | 0 | 21,168,978,416 | 3% | ||
jesusfl17 | 0 | 370,709,838 | 100% | ||
magdechef | 0 | 114,577,863 | 33.69% | ||
eglinson | 0 | 69,846,147 | 31.13% | ||
uzcateguiazambra | 0 | 98,082,211 | 31.13% | ||
edgecanopy | 0 | 168,775,864 | 60% | ||
yomismosoy | 0 | 165,715,593 | 33.69% | ||
bflanagin | 0 | 5,300,063,465 | 31.13% | ||
luckyspark | 0 | 332,192,568 | 33.69% | ||
ubaldonet | 0 | 3,104,187,095 | 65% | ||
asmeira | 0 | 113,941,399 | 31.13% | ||
garrillo | 0 | 71,737,711 | 31.13% | ||
open3ye | 0 | 1,230,450,281 | 30% | ||
pipboy3000 | 0 | 69,955,206 | 20% | ||
mary11 | 0 | 70,495,739 | 23.34% | ||
barleycorn | 0 | 367,100,352 | 20% | ||
dalz | 0 | 8,343,077,172 | 24.9% | ||
startreat | 0 | 437,935,174 | 11% | ||
anttn | 0 | 35,042,216,699 | 40% | ||
amart29 | 0 | 564,830,371 | 6.22% | ||
jk6276 | 0 | 9,420,256,837 | 31.13% | ||
deepdives | 0 | 236,941,064,721 | 100% | ||
irenethemachine | 0 | 85,974,859 | 10% | ||
pfernandezpetit | 0 | 75,477,089 | 31.13% | ||
mgarrillogonzale | 0 | 86,335,662 | 31.13% | ||
rubenp | 0 | 120,984,326 | 31.13% | ||
jeferc | 0 | 119,686,500 | 31.13% | ||
dunnomix | 0 | 237,566,785 | 67.39% | ||
dssdsds | 0 | 3,639,380,554 | 31.13% | ||
jayplayco | 0 | 112,170,173,866 | 31.13% | ||
erica005 | 0 | 1,305,118,933 | 85% | ||
cryptouno | 0 | 268,805,475 | 3% | ||
vegansofsteemit | 0 | 14,393,730,081 | 50% | ||
fran.frey | 0 | 515,051,077 | 15.56% | ||
mops2e | 0 | 787,318,901 | 52.8% | ||
jrevilla | 0 | 141,990,241 | 31.13% | ||
dikkie | 0 | 113,554,275 | 33.69% | ||
joajina00 | 0 | 25,852,645,781 | 33% | ||
swapsteem | 0 | 10,326,089,208 | 31.13% | ||
stem-espanol | 0 | 19,344,821,316 | 31.13% | ||
aleestra | 0 | 714,604,212 | 31.13% | ||
delegate4upvot | 0 | 854,875,006 | 1.8% | ||
sojol527 | 0 | 148,775,528 | 33.69% | ||
truthbot | 0 | 26,971,591,391 | 100% | ||
kuku-splatts | 0 | 359,692,493 | 6.73% | ||
hirally | 0 | 98,461,572 | 31.13% | ||
emynb | 0 | 72,896,419 | 31.13% | ||
leivafoundation | 0 | 148,861,676 | 33.69% | ||
qwoyn | 0 | 217,403,297 | 4% | ||
steem-ua | 0 | 1,260,083,667,208 | 12.47% | ||
navorn | 0 | 1,674,590,950 | 100% | ||
giulyfarci52 | 0 | 283,579,256 | 15.56% | ||
franciferrer | 0 | 159,051,022 | 10% | ||
alvinvoo | 0 | 240,670,429 | 33.69% | ||
kaczynski | 0 | 164,226,006 | 100% | ||
nmcdougal94 | 0 | 973,138,292 | 25% | ||
soufya | 0 | 70,038,267 | 20% | ||
inpursuit | 0 | 248,408,190 | 3.36% | ||
mjroja | 0 | 152,433,968 | 33.69% | ||
cmroks | 0 | 313,789,286 | 100% | ||
deadcountry | 0 | 1,578,780,852 | 30% | ||
homefree | 0 | 152,724,749 | 14.96% | ||
ordinaryamerican | 0 | 7,974,480,018 | 8% | ||
perspectoid | 0 | 87,467,630 | 67.39% | ||
enda200 | 0 | 29,492,462 | 15% | ||
hdu | 0 | 965,609,279 | 1% | ||
steemexpress | 0 | 1,623,935,405 | 2.84% | ||
optimizer | 0 | 2,340,057,294 | 1.68% | ||
fural | 0 | 177,992,341 | 67.39% | ||
deconstruction | 0 | 38,088,997,376 | 100% | ||
alex-hm | 0 | 1,403,682,788 | 50% | ||
wilmer14molina | 0 | 120,115,840 | 31.13% | ||
eugenialobo | 0 | 116,142,090 | 31.13% | ||
ballesteroj | 0 | 79,076,573 | 31.13% | ||
jcmontilva | 0 | 103,786,150 | 31.13% | ||
rodriguezr | 0 | 85,080,636 | 31.13% | ||
marbely20 | 0 | 96,976,824 | 31.13% | ||
moyam | 0 | 120,058,924 | 31.13% | ||
emilycg | 0 | 83,605,086 | 31.13% | ||
darys | 0 | 104,248,265 | 31.13% | ||
sibaja | 0 | 106,085,566 | 31.13% | ||
balcej | 0 | 120,038,019 | 31.13% | ||
lmanjarres | 0 | 100,427,043 | 31.13% | ||
anaka | 0 | 120,363,605 | 31.13% | ||
benhurg | 0 | 120,060,690 | 31.13% | ||
judisa | 0 | 120,550,522 | 31.13% | ||
juddarivv | 0 | 120,059,805 | 31.13% | ||
mariamo | 0 | 90,896,358 | 31.13% | ||
kimmorales | 0 | 101,795,168 | 31.13% | ||
loraine25 | 0 | 96,818,952 | 31.13% | ||
bluesniper | 0 | 452,798,457 | 0.16% | ||
mrsbozz | 0 | 667,770,981 | 25% | ||
dbread | 0 | 200,976,248 | 33.69% | ||
ascorphat | 0 | 2,110,098,507 | 2.5% | ||
circa | 0 | 174,438,555,957 | 100% | ||
tomblackstone | 0 | 678,216,208 | 25% | ||
rewarding | 0 | 5,822,442,505 | 81.13% | ||
splatz-1 | 0 | 386,969,846 | 6.73% | ||
splatz-2 | 0 | 359,079,132 | 6.73% | ||
jk6276.mons | 0 | 1,861,157,679 | 62.27% | ||
splatz | 0 | 450,235,482 | 6.73% | ||
splatz-3 | 0 | 288,683,447 | 6.73% | ||
pursuant | 0 | 248,769,448 | 3.36% | ||
jaxson2011 | 0 | 2,383,978,966 | 62.27% | ||
moneyandmoney | 0 | 323,804,341 | 100% | ||
cristhianarturo | 0 | 59,477,100 | 100% | ||
freevoluntarist | 0 | 550,679,102 | 100% | ||
pusti | 0 | 482,265,635 | 100% | ||
eternalinferno | 0 | 319,143,219 | 62.27% | ||
kramgelo | 0 | 1,819,215,619 | 100% | ||
bitcoincoimbra | 0 | 613,777,596 | 33.69% | ||
ofintasa | 0 | 482,011,206 | 100% | ||
teshesaid | 0 | 482,020,109 | 100% | ||
isowite | 0 | 481,960,096 | 100% | ||
athinta | 0 | 471,395,864 | 100% | ||
ipote | 0 | 482,033,631 | 100% | ||
edeante | 0 | 471,373,588 | 100% | ||
gudiya2 | 0 | 471,315,230 | 100% | ||
urers | 0 | 481,990,287 | 100% | ||
inteas | 0 | 481,913,137 | 100% | ||
ofringen | 0 | 481,908,887 | 100% | ||
yandern | 0 | 471,303,649 | 100% | ||
ivsof | 0 | 481,887,256 | 100% | ||
edonderen | 0 | 481,943,051 | 100% | ||
ayilior | 0 | 481,991,614 | 100% | ||
hangundu | 0 | 481,992,223 | 100% | ||
kersug | 0 | 482,026,601 | 100% | ||
cutoplecua | 0 | 481,917,063 | 100% | ||
adugleel | 0 | 481,905,745 | 100% | ||
irdoldug | 0 | 471,305,707 | 100% | ||
yathusisi | 0 | 481,935,488 | 100% | ||
incin | 0 | 481,944,653 | 100% | ||
readbook | 0 | 481,950,820 | 100% | ||
onononout | 0 | 481,901,254 | 100% | ||
casilem | 0 | 481,942,360 | 100% | ||
sasondioc | 0 | 481,957,924 | 100% | ||
adatigetu | 0 | 481,979,759 | 100% | ||
yughur | 0 | 471,339,409 | 100% | ||
surof | 0 | 471,347,934 | 100% | ||
utiochala | 0 | 481,983,642 | 100% | ||
iretlu | 0 | 481,996,548 | 100% | ||
gurond | 0 | 482,002,859 | 100% | ||
melisarou | 0 | 471,345,351 | 100% | ||
uliowil | 0 | 481,982,092 | 100% | ||
bactucou | 0 | 481,906,057 | 100% | ||
denea | 0 | 471,319,955 | 100% | ||
essora | 0 | 481,942,066 | 100% | ||
embencol | 0 | 481,953,312 | 100% | ||
sacetac | 0 | 481,925,404 | 100% | ||
utopian.trail | 0 | 24,541,774,197 | 62.27% | ||
bookkeeping | 0 | 28,883,019,641 | 74.53% | ||
curatorhulk | 0 | 1,431,502,937,192 | 8% | ||
dicetime | 0 | 62,321,938,019 | 31.13% | ||
mobiusth7 | 0 | 539,151,968 | 100% | ||
commonline | 0 | 455,341,072 | 100% | ||
ufire | 0 | 435,327,058 | 100% | ||
albertomartin02 | 0 | 79,162,954 | 100% |
- Great article with a video, images and code samples with explanations. - Great comments in the code, the code looks good in general. Seems you had some issues with lint and regex. - Awesome commit messages and incredible separation of concerns. - The only thing I would add is to mention the uniqueness of the feature when it is. Mention the importance or impact of that feature to the project, Steem or the open source community when it deserves it. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/1-2-1-1-1-1-1-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | helo |
---|---|
permlink | re-krnel-kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs-20190402t005548485z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/1-2-1-1-1-1-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-04-02 00:55:48 |
last_update | 2019-04-02 00:55:48 |
depth | 1 |
children | 2 |
last_payout | 2019-04-09 00:55:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 11.185 HBD |
curator_payout_value | 3.573 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 905 |
author_reputation | 121,547,934,535,311 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,339,033 |
net_rshares | 20,110,569,213,315 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 1,392,730,855,112 | 100% | ||
codingdefined | 0 | 30,130,218,303 | 22.68% | ||
themarkymark | 0 | 329,205,997,766 | 28% | ||
espoem | 0 | 29,077,847,424 | 15% | ||
utopian-io | 0 | 18,130,785,795,299 | 12.89% | ||
jaff8 | 0 | 48,113,635,111 | 22.68% | ||
emrebeyler | 0 | 4,345,593,884 | 1% | ||
aydant | 0 | 10,773,790,881 | 50% | ||
amosbastian | 0 | 73,524,116,307 | 22.68% | ||
nenya | 0 | 1,875,339,114 | 95% | ||
reazuliqbal | 0 | 14,648,227,341 | 8% | ||
statsexpert | 0 | 8,551,527,640 | 100% | ||
ulockblock | 0 | 24,363,955,990 | 7.03% | ||
nijn | 0 | 985,025,352 | 95% | ||
quenty | 0 | 2,008,564,467 | 71.25% | ||
curbot | 0 | 2,375,518,314 | 100% | ||
ascorphat | 0 | 2,113,613,102 | 2.5% | ||
nimloth | 0 | 4,534,530,093 | 95% | ||
holydog | 0 | 246,307,031 | 10% | ||
pedronel | 0 | 32,225,764 | 33% | ||
patrikcooper | 0 | 146,529,020 | 100% | ||
paolazan | 0 | 0 | 100% |
> Mention the importance or impact of that feature to the project, Steem or the open source community when it deserves it. I will try to muster up something next time to relate the impact of the development. Thanks for the review.
author | krnel |
---|---|
permlink | re-helo-re-krnel-kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs-20190402t013020295z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-04-02 01:30:21 |
last_update | 2019-04-02 01:30:21 |
depth | 2 |
children | 0 |
last_payout | 2019-04-09 01:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 231 |
author_reputation | 1,343,547,270,297,082 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,340,238 |
net_rshares | 0 |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-krnel-kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs-20190402t005548485z-20190404t132154z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-04-04 13:21:57 |
last_update | 2019-04-04 13:21:57 |
depth | 2 |
children | 0 |
last_payout | 2019-04-11 13:21:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,476,198 |
net_rshares | 0 |
#### Hi @krnel! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs-20190402t010527z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.19"}" |
created | 2019-04-02 01:05:30 |
last_update | 2019-04-02 01:05:30 |
depth | 1 |
children | 0 |
last_payout | 2019-04-09 01:05:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 23,214,230,978,060 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,339,387 |
net_rshares | 0 |
Hey, @krnel! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-kure-community-curation-app-update-ui-ux-improvements-kurated-post-images-grid-list-toggle-views-and-content-selection-tabs-20190402t014557z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-04-02 01:46:00 |
last_update | 2019-04-02 01:46:00 |
depth | 1 |
children | 0 |
last_payout | 2019-04-09 01:46:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 587 |
author_reputation | 152,955,367,999,756 |
root_title | "KURE Community Curation App Update - UI/UX Improvements, Kurated Post Images, Grid/List Toggle Views, and Content Selection Tabs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,340,793 |
net_rshares | 0 |