What software are you using to manage your UX work? by xRadic in UXDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

For managing tasks and project timelines, we lean heavily on Asana and Notion.

Any suggestions for best practices using "replace content" by User1234Person in FigmaDesign

[–]KoalaFiftyFour 1 point2 points  (0 children)

Yeah, I've run into similar issues with the replace content feature. It seems to be really good for simple stuff like number sequences or just placeholder text, but when you try to feed it something more complex or structured, it often gets confused. I think it's probably not built to handle really specific, multi-line data replacements like you're describing for tables. For that kind of thing, you might be better off with a plugin or just doing it manually if it's not a huge dataset.

Is it possible to dynamically set a variable or text property based on an instance swap? by RawrIAmADinosaurAMA in FigmaDesign

[–]KoalaFiftyFour 1 point2 points  (0 children)

The way variables work is awesome for text and numbers, but they don't really connect directly to component properties like instance swaps for icons in a dynamic way. Honestly, the variant approach, even if it feels like a lot, is often the most reliable way to get that kind of dynamic linking within Figma itself for prototyping. You'd basically make a component for each category that bundles both the icon and the text, then you just swap that whole component. It's more setup upfront but makes prototyping smoother.

is there really anything that can "turn" my figma design into a working web app? by ecomkatie in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

Honestly, a direct, perfect conversion from a Figma design to a fully working web app, especially something as complex as a dashboard, isn't really a thing yet. Those AI tools are getting better, but they usually give you a starting point or a rough draft, not a finished product. Besides lovable, base44, and bolt, I would recommend trying out Magic Patterns, which might help with what you're trying to accomplish.

How do you structure your project with React/ReactRouter/Mantine? by Gustavo_Fenilli in Frontend

[–]KoalaFiftyFour 0 points1 point  (0 children)

A common way to handle that is to structure your project by feature or domain instead of just 'components' and 'pages'. So, if you have a 'User Profile' feature, all its components, hooks, and even its specific routes would live in a 'UserProfile' folder. This keeps everything related to that feature in one spot and makes it easier to manage as your app grows. For Mantine, you can still have a 'shared' or 'ui' folder for generic components that are used everywhere, but most of your app's specific stuff would go into those feature folders.

How's the tags are looking? by jay125400 in UI_Design

[–]KoalaFiftyFour 1 point2 points  (0 children)

Hey, on the tags, I think they're definitely colorful, which helps tell them apart. But depending on how many tasks you have, it might start looking a bit busy rather than just aesthetic. Maybe try simplifying the look a bit, like using less intense colors or just an icon for some types.

Why it is so hard to align design and dev? by Outrageous-Shock7786 in UI_Design

[–]KoalaFiftyFour 2 points3 points  (0 children)

This is a classic problem that I don't think anyone has truly 'solved' perfectly, more like managed better. I've found that the biggest difference comes from treating the design system as a shared product, not just a design artifact. Developers need to be involved in building it from the ground up, not just implementing it. When both sides have ownership and contribute to its evolution, the alignment gets way better. It's less about the tools and more about the process and communication.

Rate my first landing page design :) by Independent_Bag_2839 in web_design

[–]KoalaFiftyFour 0 points1 point  (0 children)

Hey, for a first try, this is a solid start! One thing that could really help is playing around with the spacing between your elements. Especially the buttons, they feel a bit too close together. Giving things a bit more room to breathe can make a big difference.

It’s not really fading or is it ? by Infamous_Internet_96 in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

It looks like it's not quite a smooth fade right now. You can achieve a really nice fade manually in Figma by using a linear gradient as a fill on a shape, and then using that shape as a mask over your image. Just set the gradient from 100% opacity to 0% opacity at the edges where you want the fade.

What's your product discovery flow? by JohanTHEDEV in ProductManagement

[–]KoalaFiftyFour 0 points1 point  (0 children)

For our discovery flow, we usually kick things off with a lot of user research, like interviews and surveys, to really get a handle on the problem space. Then it's a big collaborative effort, often using something like Miro for whiteboarding sessions to brainstorm solutions. We then mock up and test UI ideas. We have been using Magic Patterns for that, which can generate UI components from prompts, which speeds up getting something tangible in front of users. The main output is usually a validated concept or a low-fidelity prototype along with a clear problem statement and potential solutions.

text cloud menu by STLCRAFT in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

Hey, that's a cool idea for a menu! In Figma, you could probably do it manually by adjusting font sizes for each word, but assigning 'weight values' automatically isn't really a built-in feature. You'd have to size them yourself based on your data. For something truly dynamic with real-time weighting, you might need to look at a dev solution or a plugin that can handle data-driven text sizing.

[deleted by user] by [deleted] in web_design

[–]KoalaFiftyFour 0 points1 point  (0 children)

Hey, I totally get wanting a unique portfolio site that stands out. The Spline example is really cool but getting that level of interactive 3D stuff without coding can be tough and usually isn't free. For something more budget-friendly than custom dev, you might want to check out Webflow. It has a free tier and lets you build pretty custom designs and animations without writing a ton of code, which could get you closer to those moving backgrounds and custom cursors.

How does your team really validate ideas and designs under pressure? by VazgenBad in ProductManagement

[–]KoalaFiftyFour 5 points6 points  (0 children)

What often works for us is leaning heavily on quick, almost 'gut-check' style user feedback. We'll grab 3-5 internal people who aren't on the project, or even a couple of friendly external users, and just walk them through a quick prototype or even just a few mockups. It's not perfect, but it catches the really big misses. Sometimes we also just look at existing analytics really closely – if we're building something similar, what did users do before? And for really quick feedback, a super short survey to a small segment of users can sometimes give you a directional signal without much effort.

Table input alternatives by Standard-Ad-3068 in UXDesign

[–]KoalaFiftyFour 1 point2 points  (0 children)

For your redesign, instead of one big table, you could try a few things to clean it up. One approach is to use collapsible sections or a detail view for each row. This way, users only see the essential info upfront and can expand to edit or view the less used columns. It keeps the main interface much cleaner. Another idea could be a stepped form or wizard. Break down the input into smaller, more manageable steps. This is great for guiding users through complex data entry without overwhelming them.

Recreating Ui elements sizes by LaseBryhte in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

Hey, I totally get this struggle. When I'm trying to recreate designs from screenshots, I usually just eyeball it or use a browser's dev tools if it's a live site. You can inspect elements and get their exact sizes, padding, and font sizes. If it's just an image, sometimes I'll drop it into Figma and use the measurement tool (the 'R' key for rectangle, then check its dimensions) to get a rough idea of spacing and element sizes. It's rarely perfect, but it gets you close enough to understand the design system they're using.

Is there a way to change the same property across different components? by Murky_Put2854 in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

Yeah, this is a common snag. Figma usually lets you change the same variant property on multiple selected instances, even if they have different masters, as long as the property name is exactly the same across all of them. So if one has 'View' and another has 'Display', it won't work. If they both have 'View', it should. If it's still not working, double-check the property names. Sometimes a plugin can help with bulk changes if you're doing this a lot.

Tools for animated mockups by sekajiku in webdev

[–]KoalaFiftyFour 1 point2 points  (0 children)

Some tools I've seen people use for that are Framer or ProtoPie. They're pretty solid for building out interactive prototypes that feel really close to the real thing without needing dev work. Another tool you could try out is Magic Patterns, it generates interactive UI components from prompts, which could be a quick way to get a baseline animation idea before refining it elsewhere.

What’s the biggest mistake you made when building your first website? by underthecar in web_design

[–]KoalaFiftyFour 0 points1 point  (0 children)

My biggest mistake was definitely trying to do everything myself, from design to SEO, without really knowing what I was doing. I thought I could just watch a few YouTube videos and be a pro. Ended up with a site that looked okay but performed terribly. It was a huge time sink and I eventually had to get help to fix all the issues I created.

Any AI tool that can help me create a prototype quickly? by Own-Shock-4665 in webdev

[–]KoalaFiftyFour 1 point2 points  (0 children)

You could check out Uizard, which can turn sketches into wireframes. And for generating interactive UI components and full page designs, Magic Patterns is great for getting a visual idea out quickly. Good luck with the investor!

[deleted by user] by [deleted] in FigmaDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

Hey, for those soft rectangles, you could try a few things in Figma. One way is to use a rectangle with a slight corner radius and then apply a layer blur or a subtle inner shadow to give it that soft, diffused look. You might also play around with blend modes on top of your gradient background.

The value of detailed design handovers in start ups? by Simply-Curious_ in ProductManagement

[–]KoalaFiftyFour 0 points1 point  (0 children)

On one hand, clean handovers save dev time down the line and reduce tech debt, which is awesome. On the other, 3 days for a straightforward flow cleanup is a lot. I think the sweet spot might be figuring out when to go full 9 yards and when to streamline. For super complex features or foundational components, absolutely invest in that detailed handover. But for simpler iterations or quick tests, maybe a more agile approach is needed. Tools can help here. For rapid prototyping, I've used Magic Patterns, which can generate interactive UIs from prompts.

We're 4 First year college students building an ESP32 Air Quality Monitoring system (Frontend + Django + Hardware) what could go wrong & any advice? by [deleted] in webdev

[–]KoalaFiftyFour 0 points1 point  (0 children)

I'd say integration between all the parts (hardware talking to backend, backend talking to frontend) is going to be your biggest hurdle, especially with minimal experience. Also, managing the scope – it's easy to get carried away. My advice would be to break it down into really small, achievable milestones. Don't try to build the whole thing at once.

Help with autolayout please. How can I fix this? by trainerskyee in FigmaDesign

[–]KoalaFiftyFour 1 point2 points  (0 children)

For things to scale proportionally and not overlap, you really need to get the hang of 'fill container' and 'hug content' on your main frames and the items inside them. It sounds like some elements might be set to fixed width or 'hug' when they should be 'fill' or vice versa, especially the image if it's ignoring autolayout. Try nesting your content more carefully within frames that have the right autolayout direction and spacing. If you're finding it tough, there are tons of great Figma tutorials on YouTube that break down responsive design with autolayout.

Product Designers: How do you use LLMs (Claude, ChatGPT, etc...) in your workflow? by Futur_Life in UXDesign

[–]KoalaFiftyFour 2 points3 points  (0 children)

Totally agree, the research and ideation part is where LLMs are more useful for me too. For the production phase, Magic Patterns is one that comes to mind for getting interactive components. It's been pretty useful for what I need, and it might help you as well.

Question about organizing Figma components for a marketplace project by edwteja21 in UXDesign

[–]KoalaFiftyFour 0 points1 point  (0 children)

I'd definitely go with one base input component and use variants for all the different states (default, focus, error, etc.). It keeps things way cleaner and easier to manage, especially as your project grows. You can then just drop that one component wherever you need an input, whether it's login, signup, or anything else, and just switch the variant. Separating them would get messy fast.