plots2
plots2 copied to clipboard
Follow and New Post buttons are stacked on each other when there's a lot of text
On the user's profile page, the New Post and Follow buttons are stacked on top of each other when there's a lot of text. It would be nice if the buttons could go below the text when there's an overflow.
You can see this demonstrated in https://publiclab.org/profile/mathildaudufo
Relevant code is in: https://github.com/publiclab/plots2/blob/cc104ae472ddbb18aa94cc7f0ade0fa455c23cff/app/views/tag/_topicCard.html.erb#L44-L56
Hi @TildaDares, Can I work on this issue? I have my name tagged in this list in #10153, so am I eligible to solve this?
Hi @Varshini-k-02, go ahead. Thanks!
Hi @TildaDares. Actually I need help with erb file. I'm having trouble in making changes in the actual file while I can make changes when I inspect the card in the browser. Basically how can I make changes in the actual erb file? Please help out with some resources. I'm new to Ruby on rails.
@Varshini-k-02 If you want to a new class, you can just add in the style tag here: https://github.com/publiclab/plots2/blob/cc104ae472ddbb18aa94cc7f0ade0fa455c23cff/app/views/tag/_topicCard.html.erb#L63-L73
If you want to change the styling of the container div, you'll find it here: https://github.com/publiclab/plots2/blob/cc104ae472ddbb18aa94cc7f0ade0fa455c23cff/app/views/tag/_topicCard.html.erb#L38-L57
Classes are added to elements like normal HTML elements.
I hope that helps.
Can I work on it? @TildaDares :)
Sure @Ash-KODES, go ahead!
Hi @Ash-KODES, any updates on this? Feel free to ask for help if you need it.
Hi, @TildaDares Can I work on it? Complete newbie(Outreachy applicant)
Hi @divyangana009, I’m waiting on @Ash-KODES reply but in the meantime you can leave a comment in #10153 and we’ll ping you when there’s an issue available. Thanks!
@divyangana009 please go ahead:) actually I am little busy...apologies
@TildaDares ok! Thanks ma'am
@Ash-KODES Thanks
Hi @TildaDares, Can I work on this issue?
Hi @TildaDares Can I work on it? (outreachy applicant and first issue)
Hi @SAKSHI993, go ahead. Thanks!
Hello @TildaDares , It seems no one is working on this, I would love to solve this issue?
Hi @VictoriaAjala, please go ahead. Thanks!!
Hello @TildaDares I'm having issues setting up this project on my PC.
I keep getting the errors in the images below anytime I run Run rake db:setup



I use Manjaro linux.
Hi @VictoriaAjala, mysql2 can be very problematic. Instead of using that, you can use sqlite3. On step 7 of the installation manual, do the second bullet point instead of the first.
Delete config/database.yml.mysql.example if you've already created it.
Hi @TildaDares, can I work on this issue?
Hi @gunesnt, @VictoriaAjala is currently working on this. If you're interested, you could work on https://github.com/publiclab/plots2/issues/11101.
Thank you @TildaDares I'd setup sqlite3 instead.
Hi @gunesnt, @VictoriaAjala is currently working on this. If you're interested, you could work on #11101.
thank you, I am looking at issue #11101.

I get unable to connect to github whenever I run: rails webpacker:install && rails webpacker:install:react && rails generate react:install
@VictoriaAjala It might be an issue with the network connection.
Can you try it again after some time and see how it goes?
Closed in #11260