Stephan Cilliers
Stephan Cilliers
The mobile sidebar should contain the account switcher component to expose that functionality on mobile
Signer attribution needs to be updated to support indexed on-chain signers. This will require the database schema to be updated to support the latest replicator, this can be done using...
The ability to edit profile data should be implemented. The UI for this already exists in https://github.com/stephancill/opencast/blob/main/src/components/user/user-edit-profile.tsx The appropriate message generation functionality needs to be implemented in this file https://github.com/stephancill/opencast/blob/f4e251fe4de7d1183fa8540f055029f4b5cf0aee/src/lib/farcaster/utils.ts...
To reproduce: upload 2 images in the cast creator input via copy + paste
Currently there is no way for a new user to create a farcaster account on opencast. This can be implemented by making a call to the `Bundler` contract, which registers...
The small screen responsive state of the app doesn't provide access to the search bar. I recommend creating a search page at `/search` and adding it to the sidebar
Save a draft of the current cast in the local storage to prevent it from being lost as soon as the cast editor is closed The draft should be stored...
The topic detail page should show some of the top users in the channel based on the amount of engagement that they get on their casts in this channel This...
The 'Add Account' button in the account switcher component maps directly to sign in with warpcast component. Instead, it should map to a modal which lets the user select a...