Joel Jeremy Marquez

Results 141 comments of Joel Jeremy Marquez

Any suggestions on the colors? Would it be better to apply primary colors to them? But that would make the tags stand out on the table.

> If you're already on the All Accounts screen, clicking the tag doesn't apply the filtering. Should be fixed now :)

> If tags have overlap in their names then you get multiple tags in the filter. Example: make tags for #tag and #tag2 and then click on #tag and both...

> It works for me to put a space at the end of the "contains" search in the filter. That works as long as there is a space after the...

> Yes, I was aiming for the word boundary regex. But isn't this just going to a SQL statement WHERE foo LIKE %tag%? I don't believe we could use regex...

I have implemented a `$regexp` operator in aql and introduced a `matches` op in rules to use the new operator. Hopefully this also paves the way to implement regex in...

> Still not quite working as you would expect: This matched the transaction because the regex matched the #test tag in the notes

Fixed by https://github.com/actualbudget/actual/pull/2733

I think we should merge this for now. We don't really have a shared library between frontend and backend and I don't think we need to create one right now....

This seems to be an issue with iOS (16 or lower) where programmatically focusing an element won't show the keyboard. It only shows when the focus is triggered by a...