-
-
Notifications
You must be signed in to change notification settings - Fork 67
feat: new composer #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: new composer #623
Conversation
can cause min width
it can be ellipsized
we have to manually get the first child (toggle button)
if it's more than 1000 the string is too long to be useful: 1000/1000 let's just keep the remaining part only, it gets the point across as it goes down
The main thing that has been bugging me is the textview. Textview implements scrollable for optimizations. If you move it into a viewport then you lose stuff like scrolling following the cursor. But, we need to have stuff like the label, the replying-to status, the attachment box and the poll box which we can't do easily using its features... |
I need a fix in GTK 19
Judging by the errors, we are going to have to bump some dependencies, I'll make a last patch release when the current release is ready for the stable distros but that's it. I'm not going to hold back the new composer any longer and all the stuff used are needed. |
fix: #553
It's a start, we'll first have to finish the UI before implementing functions. I've done the bottom widget breakpoints so far.