stacker.news/api/typeDefs
ekzyis 5b2e835722 Separate client and server imports by files
* wallets now consist of an index.js, a client.js and a server.js file
* client.js is imported on the client and contains the client portion
* server.js is imported on the server and contains the server porition
* both reexport index.js so everything in index.js can be shared by client and server

* every wallet contains a client.js file since they are all imported on the client to show the cards

* client.js of every wallet is reexported as an array in wallets/client.js
* server.js of every wallet is reexported as an array in wallets/server.js

FIXME: for some reason, worker does not properly import the default export of wallets/server.js
2024-07-16 15:46:44 +02:00
..
admin.js Revert "Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"" 2023-07-23 10:08:43 -05:00
blockHeight.js Add block height to price carousel (#484) 2023-09-12 10:56:02 -05:00
chainFee.js chain fee should be a float 2023-12-20 19:12:43 -06:00
growth.js Custom date selector for more pages (#567) 2023-11-08 18:15:36 -06:00
image.js Image uploads (#576) 2023-11-06 14:53:33 -06:00
index.js backend payment optimism (#1195) 2024-07-01 12:02:29 -05:00
invite.js upgrade to prisma 4 2023-07-26 19:18:42 -05:00
item.js improve pessimistic paid actions by letting the server perform actions and settle invoice on `HELD` (#1253) 2024-07-04 12:30:42 -05:00
itemForward.js multiple forwards on a post (#403) 2023-08-23 17:44:17 -05:00
lnurl.js remove slashtags temporarily 2023-08-16 19:49:00 -05:00
message.js Revert "Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"" 2023-07-23 10:08:43 -05:00
notifications.js Referral Rewards (#1262) 2024-07-10 19:23:05 -05:00
paidAction.js improve pessimistic paid actions by letting the server perform actions and settle invoice on `HELD` (#1253) 2024-07-04 12:30:42 -05:00
price.js Revert "Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"" 2023-07-23 10:08:43 -05:00
referrals.js Referral Rewards (#1262) 2024-07-10 19:23:05 -05:00
rewards.js improve pessimistic paid actions by letting the server perform actions and settle invoice on `HELD` (#1253) 2024-07-04 12:30:42 -05:00
sub.js improve pessimistic paid actions by letting the server perform actions and settle invoice on `HELD` (#1253) 2024-07-04 12:30:42 -05:00
upload.js Image uploads (#576) 2023-11-06 14:53:33 -06:00
user.js Item mention notifications (#1208) 2024-06-03 12:12:42 -05:00
wallet.js Separate client and server imports by files 2024-07-16 15:46:44 +02:00