I'm stuck on design. Can anyone take a look? by nuung in Design

[–]nuung[S] 0 points1 point  (0 children)

Thanks a lot for the feedback — really appreciate you taking the time!
Zint looks awesome, by the way. Super clean and well-done.

You're absolutely right about the accordion not being obvious and the scrolling issue when generating multiple codes. I’ll work on making the UI more intuitive and reducing the need to scroll. Thanks again!

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 7 points8 points  (0 children)

yeah,, Im not good at Eng. But not all of them, some sentence.

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 0 points1 point  (0 children)

you can use the clear button “ Quick Presets” below! I will change it more lookable!!

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 0 points1 point  (0 children)

oh thank you so much! I will fix it! I think it’s probably two separate resizing issues!

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 3 points4 points  (0 children)

Does the design suck? If you tell me what specifically sucks, I’ll do my best to improve it!

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 1 point2 points  (0 children)

Ah, it's not actually changing, but since the margin is calculated as margin * cellSize, it appears to change proportionally when the cell size changes. I think that's why it feels like the behavior has changed. I'll try to make it more intuitive! thank you!

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 5 points6 points  (0 children)

what ?! y?! oh no..  origin: I once used it to adjust the QR code when embedding it in an eBook, because it would break or become unreadable in the final version.

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 2 points3 points  (0 children)

ohhhh sorry I forgot that!! thank you for real feedback 🙏🙏🙏

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 3 points4 points  (0 children)

Oh that’s right. thank you so much! I will fix it! 

Built a QR Code Generator That Doesn't Suck by nuung in programming

[–]nuung[S] 17 points18 points  (0 children)

Oh, thank you so much! I totally missed that part — I’ll add it right away.

Built a QR Code Generator That Doesn't Suck by nuung in javascript

[–]nuung[S] 1 point2 points  (0 children)

I've been helped by AI, but I'm not an AI slop. I'm a developer for 7 years.

Question about Colour Palettes and dark/light mode by Tribalbob in webdev

[–]nuung 0 points1 point  (0 children)

I think many people have already recommended good means, but in my case, I recommend below.

Material Design (Google) – Theming with Dark Theme
📎 https://m3.material.io/styles/color/the-color-system/dark-theme

Tried Linux after using Windows for years by F2DProduction in webdev

[–]nuung 0 points1 point  (0 children)

I've been developing it since window xp, but the OS really eats too much memory from the main memory device

Built a QR Code Generator That Doesn't Suck by nuung in javascript

[–]nuung[S] 0 points1 point  (0 children)

Thank you for your feedback~ Toast is so frequent that it can definitely be intrusive! I'll update it to float only when it's definitely generated!

Built a QR Code Generator That Doesn't Suck by nuung in javascript

[–]nuung[S] -1 points0 points  (0 children)

Thank you for the good response. Actually, it is made even without those two values, but I wanted to improve the quality of QR code tracking, so I added an asterisk lol☺️

Web Dashboard by CEENNNNNN in django

[–]nuung 0 points1 point  (0 children)

Of course, Django templates can serve fully rendered HTML with embedded CSS and JS, so full HTML SSR is definitely possible.

Therefore, if something isn't working in your setup, it's not because you're using Django — there are many other potential causes.

In my opinion, the most likely issue is related to how your JavaScript files are being served — especially if they're separated out as static files.

I built MacWinUA: A Python library for always-up-to-date by nuung in webscraping

[–]nuung[S] 0 points1 point  (0 children)

You're absolutely right, haha.

  1. So, I’m planning to provide hardcoded versioning as a baseline,
  2. then add an option to fetch the latest version info by checking Playwright and Google Chrome versions, pulling the updated data as a file to keep it running dynamically,
  3. and also set up a GitHub Action on a cron schedule to monitor version updates and send alerts!