dcbr

Results 34 comments of dcbr

I encountered the same issue and found following solution when the font was previously embedded using pdf-lib. See also my comment [here](https://github.com/Hopding/pdf-lib/issues/463#issuecomment-1858366093). ```js // Get embedded font using code from...

Yes this is using the `--nv` flag for the build. But you are indeed correct that the appropriate libraries are correctly bound before running the post script (this is also...

@justcallmelarry They actually are linking to the expense, as long as it was not deleted in the meantime. This is denoted by the small arrows on the right (and a...

@justcallmelarry Yes indeed! However, I didn't want to introduce too many changes here, and just introduce a basic version that can later be extended. But I agree soft-deletion would be...

You mean something like this? (This is in mobile viewer) ![image](https://github.com/spliit-app/spliit/assets/15089458/19459b1b-a6bf-45e3-b0bf-75c1a1afdc76) Initially, I didn't opt to introduce an extra icon as I thought it would become too crowded on mobile,...

This right alignment is already part of the last commit, I just haven't updated the previous screenshots. Anybody knows how to implement the correct database migration? Is it the `src/scripts/migrate.ts`...

Yes, I already did that. The problem is that the generated migration commands just drop the old `paidById` column without transferring it to the new `ExpensePaidBy` table. But I can...

> I see. You need to manually adjust the migration file. This should do (please test!): Thanks @shynst, that worked like a charm! :) The merge conflicts with the main...

@scastiel could you let me know whether this is a feature you want in spliit or not? Because otherwise it's quite the hassle to continue resolving all conflicts introduced by...

I really like these additions to expenses, but I'm wondering how it is displayed on the expense page (together with e.g. the changes from #161)? Is it all positioned below...