Skip to content

0.14 init with wip Number input#348

Merged
genusistimelord merged 12 commits into
iced-rs:mainfrom
Redhawk18:number-input-14
Aug 1, 2025
Merged

0.14 init with wip Number input#348
genusistimelord merged 12 commits into
iced-rs:mainfrom
Redhawk18:number-input-14

Conversation

@Redhawk18

Copy link
Copy Markdown
Collaborator

Basic requirements for starting the process of updating the crate.

  • My font crate got rewrote and I included the new way to use it.
  • Deprecated the grid module since Iced has one now
  • No widgets are included by default now. I know we've talked about this before and had the default enable all widgets. However I've seen at least 5 different people in the discord complain that they can't use master, because they don't know that they can just disable the non-updated widgets they don't use. This way hopefully we get more contributors upgrading only the widget or two they need lowering our amount of work.
  • I tried to get number input working, I could power my way all the way through but I don't really understand the changes asked by the compiler so I didn't want to create bugs for someone else to fix. I'd rather just let someone else finish it correctly.

@Redhawk18 Redhawk18 force-pushed the number-input-14 branch 2 times, most recently from 3b8cd48 to 44b4dcf Compare July 31, 2025 21:24
wip number input

removed grid as iced now has their own.

wip number input (#1)

fixed icons to fit iced font rewrite

removed macro old syntax

Co-authored-by: Redhawk18 <redhawk76767676@gmail.com>

Fix missing },

updated numberinput to latest Iced

finishing touches 🎉

lock
@Redhawk18 Redhawk18 force-pushed the number-input-14 branch 2 times, most recently from 08b71c7 to f9e0adc Compare August 1, 2025 18:05
@Redhawk18 Redhawk18 marked this pull request as ready for review August 1, 2025 18:07
@Redhawk18

Copy link
Copy Markdown
Collaborator Author

well I fucked up git, fuck git

@genusistimelord genusistimelord merged commit 4af9cf6 into iced-rs:main Aug 1, 2025
2 checks passed
@Redhawk18 Redhawk18 deleted the number-input-14 branch August 1, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants