pocketnetteam / pocketnet.gui

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
84 stars 39 forks source link

Cannot scroll anymore since 0.5.8 #358

Closed DutchPete closed 2 years ago

DutchPete commented 2 years ago

Hey guys, changing the UI and UX is great, but if it prevents me from srcolling it is not so great. When I try to scroll the only thing that changes is the font size.

I am on MacOS, Mojave 10.14.6.

shpingalet007 commented 2 years ago

Hi, @DutchPete. I see.

DutchPete commented 2 years ago

@Shpingalet007 yes, I use ⌘+Plus/Minus.

shpingalet007 commented 2 years ago

@DutchPete, hotfix is on course. Our team will test the solution and pull it as soon as possible.

By the way, you already can test it on my fork. Would be appreciated for your feedback.

DutchPete commented 2 years ago

@Shpingalet007 please excuse my ignorance, but how do I test your fork? I clicked on the link you gave me, then downloaded the zip file from the green Code button. When I unzipped it, there is a list of files and folders: which one(s) should I use and how?

shpingalet007 commented 2 years ago

@DutchPete, to check it, you need to have Node.JS >= 14 platform installed. Then in terminal you need to run next commands.

cd FOLDER_WITH_PROJECT
npm install
npm run minimize:bastyon
npm run start

Anyway, I think this hotfix could be applied tomorrow or on the next days.

DutchPete commented 2 years ago

Iused to have node.js installed but found it a PITA with Homebrew updates so uninstalled it. I just downloaded the latest release and the issue is gone - many thanks to you and the team 👍

shpingalet007 commented 2 years ago

Okay, marking this as solved for now.

Fixed with https://github.com/pocketnetteam/pocketnet.gui/pull/360

DutchPete commented 2 years ago

Yes, this is solved.