Skip to content
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

Increase memo and payee character limit #104

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

dospuntos
Copy link
Contributor

Fixes issue #103 . The database fields are set to VARCHAR(63), but AFAIK, SQLite does not enforce this, and any length is possible.

I've set the limit to 63 characters, mostly because very long strings will look strange and/or break the layout. Maybe there's a good way to handle long strings, like adding a tool tip on hover or something like that?

@humdingerb
Copy link
Member

A quick and easy fix. :)
I think 63 characters should be enough to get in the necessary info. And it's short enough to see everything when you maximize the window if you're not on 90s screen resolution...
Thanks!

@humdingerb humdingerb merged commit 3eb4c1e into HaikuArchives:master Jul 25, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants