Darren Burns

Results 113 comments of Darren Burns

Sorry for the delay Tom, I just got back from holiday yesterday! Some thoughts after playing with the example: - If we move the cursor to one of the greyed-out...

I like having the greyed out days at the top and bottom. Not only does it fix the sizing issue, but also the empty cell hovering issue, **and** it'll make...

Looks like great progress :) did you manage to resolve the performance issues you mentioned previously or would you like some help in that area?

Seems to have been fixed in https://github.com/Textualize/textual/pull/4256

Agree with keeping them distinct. I also agree that it's useful to be able to type the date into the input too rather than having to navigate a widget, particularly...

After thinking more about this, I'm falling into the "we should use the DataTable" camp. It'd take care of a lot of things that you would essentially need to reimplement...

I'm not aware of any nice way of substituting the component styles. Maybe we need a mechanism for it 🤔

I can't reproduce this using your MRE. What exactly are you doing when running the MRE that's causing the problem? Could you describe in more detail what you mean when...

@TomJGooding Sure seems like it!

Just as a note - TextArea uses shift for a few of its bindings (shift+arrow keys, ctrl+shift+arrow keys), and they seemed to work fine when testing on Windows.