Tom Quirk

Results 62 issues of Tom Quirk

## Summary ## Steps to reproduce 1. Go to https://juicebox.money/@mcsa 2. Click on **In Juicebox** on the volume chart 3. Observe. The In JUicebox number is inaccurate ## What is...

type:bug
priority:2

Prep work: - [ ] Update any cv checks to include v3 - [ ] Identify subgraph stuff to change - [x] https://github.com/jbx-protocol/juice-interface/issues/1961 - [ ] Have a way of...

type:enhancement
V2
direction
ux:general

## Proposal Create a `log` module. Requirements: - disabled by default in production - enabled by default in non-production - have a way of enabling it via localstorage (DEBUG_MODE=1 or...

type:maintenance

## Description Juicebox projects are mostly managed by Safes. I want to put forward a case for a tighter integration with Safe. I think this makes sense for the following...

type:enhancement
V2
ux:project owner
direction

List all queued Safe transactions that interact with JB contracts. Read-only. Happening in: `tomquirk/safe-part-1` https://www.figma.com/file/wR20vqVRALvfHpLw4Tj7kO/Safe-design?node-id=0%3A1 Notes ``` const urlOfQueuedTxs = (safeAddress: string, currentNonce: number, limit: number = 10) => `https://safe-transaction.gnosis.io/api/v1/safes/${safeAddress}/multisig-transactions/?nonce__gte=${currentNonce}&trusted=true&limit=${limit}`...

needs more detail
ux:project owner
direction

## Description There's currently a UX gap in the Upcoming FC tab. We need to distinguish between Queued FC (the config that is dubbed to take affect next FC) and...

type:bug
V2
priority:2
ux:project owner

https://discord.com/channels/775859454780244028/1223526724353003530/1223526733131677696

Feature

The latest contract functionality allows us to edit the existing NFT directly, rather than overwriting the existing collection (upsert vs replace). We should use the latest functionality.

Feature

flow breaks on "payouts" screen https://discord.com/channels/775859454780244028/1216513999773106196

Bug