taronaleksanian
taronaleksanian
@EngrAJ8888 @jeweltee I've added trip activity you can check it here https://github.com/andrew-bierman/PackRat/pull/917 The rest tasks will be done soon, thanks
@andrew-bierman @EngrAJ8888 @jeweltee Hi, I have a question on this Add a dropdown menu same with viewing Packs (the option should include "Mark as Complete") Moreover, upon marking a trip...
@EngrAJ8888 I think your option also works and we can implement it faster. So let's implement it, we can improve it and add the ability to add comments viewers too,...
@andrew-bierman some details on this With drizzle having first class zod support, we can likely remove the validation package and use our validations directly from the server with minimal changes....
@andrew-bierman made our backend and frontend applications use validation schemas from validations workspace, added axios for our trpc client too and used response interseptors to show validation errors from API.
@Isthisanmol can you please check if you see the same issue you have fixed by this PR [here](https://github.com/andrew-bierman/PackRat/pull/760). Your solution is a good option, but it seems we update the...
@andrew-bierman Can you please provide more details or some resources on this, do we need to use this instead of toast components on native?
Working on Implement floating navbar like tamagui site utilizes
:Working on Dashboard
Moved dashboard screen logic into custom hooks. https://github.com/andrew-bierman/PackRat/pull/540