Makistos
Makistos
Explore posts from servers
KPCKevin Powell - Community
Created by Makistos on 7/26/2024 in #ui-ux
Buttons for browsing images, how to do in mobile?
They are visible if there are more than one image so not ideal but does the job.
6 replies
KPCKevin Powell - Community
Created by Makistos on 7/26/2024 in #ui-ux
Buttons for browsing images, how to do in mobile?
This is my hobby so 0% chance I will pay for help. But I did just make two buttons to do the job.
6 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
So how would I let it flex corrrectly? What I do wonder is why they fields don't work properly. I.e. why don't the left column shrink when everything goes into one column?
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Sorry, I have to leave for a while because the results of the EU elections are in. But so it's all wong? 😦
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Even the header is cut from sides.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Oh, I see. Well, it looks correct when using on desktop. When on mobile or just narrow enough it just simply looks all wrong. The four books in the left hand side don't change to two-row config, instead just don't fit & the text overflows and isn't all visible.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Couple of things I might improve but I want to make it functional first.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Well, that's currently the "final" version. I'm not good at designing UIs... That Figma version is a year old.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Hm, doesn't the link to the site itself work? You would also see how it misbehaves.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Here's the share link: https://www.figma.com/proto/KUe2X9FxrCAbaFdOmoXjPQ/SuomiSF-Front-Page?node-id=105-2&t=0n8N5dRqTxdJePtG-1. If that doesn't work I don't know what to do.
26 replies
KPCKevin Powell - Community
Created by Makistos on 6/8/2024 in #ui-ux
How do I fix my front page to work on mobile?
Is this visible? There are a few small diffrerences since I made this a year ago but it's close: https://www.figma.com/proto/KUe2X9FxrCAbaFdOmoXjPQ/SuomiSF-Front-Page?node-id=105-2
26 replies
KPCKevin Powell - Community
Created by Makistos on 5/31/2024 in #ui-ux
Anyone have any sites I could loan ideas from?
Wow, there's a few there.
4 replies
DTDrizzle Team
Created by Makistos on 6/2/2024 in #help
Lots of type issues after running introspection.
Ok, is introspection a tool supposed to be used or some long-ago abandoned one I should forget about? Not only did it create an obviously invalid schema with not one but two types of errors but after fixing those Studio still can't work with it. Interface shows how it has read the schema, but if I try to do any simple query Studio either crashes or tells me that table does not exist (even though clearly it does in the schema Studio says it read). So should I just forget about auto-generating the schema for my ~50 table database and do it by hand?
2 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
And immediately I run into the same problem someone else here also had (and no-one had a solution) that transformer in createClient has moved somewhere else. Documentation unfortunately is next to useless. I can see exactly the same stuff in my IDE with code completion, i.e. there is absolutely no documentation in the documentation. For instance, tRPC examples tell to use createTRPCNext, but documenso doesn't use it. So what is it for? No idea because documentation only tells there is a function called it. It doesn't explain what it does or what the parameters do. I tried to fix the issue above and just got even harder issues. I assume transformer needs to be moved under links; httpLink (or httpBatchLink - what's the difference? Docs don't tell) but now I apparently need to define a transformer in my initTRPC-object first - I guess this should be in the initTRPC.create() function but I copied that from tRPC's example and there are no parameters used there. So what am I supposed to do here?
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
Ok, that looks useful. I'll have a look. Sorry to Max for hijacking your thread but hope that repository helps you too.
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
Problem is if and when I hit some snag I'd be pretty helpless because I'm not familiar with tRPC or SSR - something that already happened in fact.
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
Ok, so tRPC is not really usable right now if I want to start a new NextJS project.
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
Having read through the questions in this topic I don't think tRPC is a good choice with NextJS unless you are very knowledgeable about both. There seems to be lots of difficult issues that no-one can solve at the moment.
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
I think I got the switch to app router done, basically replace "pages" with app and the file structure is good to go but instead of _app.tsx you need to add the withTRPC wrapper to layout.tsx. There you export trpc.withTRPC(RootLayout).
18 replies
TtRPC
Created by Max on 4/1/2024 in #❓-help
Confused by the many examples and docs of implementing trpc, next.js (app router), and clerk.
Seems like I'm not the only one struggling with this. I'm trying to get SSR to work and even after enabling it I get an unhandled error that I shouldn't be using useState unless it's a Client Component. And this useState is somewhere inside trpc.
18 replies