Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
7dc28ab
chore: adds theme color to list items
netpoe Oct 18, 2023
782376f
feat: [fileName].tsx URL path and page
netpoe Oct 19, 2023
05c9ad7
fix(DropboxChat): waits for actual form state
netpoe Oct 19, 2023
e9f0249
fix(Typography): headline6 flat prop
netpoe Feb 19, 2024
a112f27
feat: medusajs with demo storefront
netpoe Feb 19, 2024
0f51f38
feat: ethereum currency
netpoe Feb 27, 2024
ee64ba4
chore: sets product.metadata in ProductPreview
netpoe Mar 5, 2024
535c22d
feat(database): user_info, user_address, user_company
netpoe Mar 5, 2024
8ed84b9
feat(chat): messagebird completions API WIP
netpoe Mar 5, 2024
2ea590f
feat: openai assistant endpoint WIP
netpoe Mar 10, 2024
b273c2a
feat: inserts full name into user_info
netpoe Mar 11, 2024
597a5b0
fix: openai update ts errors
netpoe Mar 12, 2024
b268291
feat: yipiti theme
netpoe Mar 12, 2024
d133b31
feat(assistant): keeps a single user session
netpoe Mar 12, 2024
a885491
chore: renames to user_session
netpoe Mar 12, 2024
70b5e4a
feat: stores user_info from browser session
netpoe Mar 12, 2024
369f34b
chore: removes avatars
netpoe Mar 12, 2024
a73a1f2
chore: removes medusaJS files
netpoe Apr 8, 2024
d0b5fda
feat: Lease721 theming
netpoe Apr 8, 2024
bb07eb4
feat(WalletSelector): EVMWalletSelectorContextController
netpoe Apr 8, 2024
5b85e2c
chore: pulls @aufacicenta/fileagent-db package
netpoe Apr 8, 2024
d1ea4e7
fix: resets yarn.lock
netpoe Apr 8, 2024
c59cbc6
chore: removes promptwars/near deps
netpoe Apr 8, 2024
201553b
chore: makes SUPABASE envs private
netpoe Apr 8, 2024
00f75b3
chore: removes FileContextController
netpoe Apr 8, 2024
1d6345d
feat: mobile layout enhancements
netpoe Apr 8, 2024
0b89213
feat: changes intro text
netpoe Apr 8, 2024
ece5d90
feat: LatestLeaseItems WIP
netpoe Apr 9, 2024
f6b2069
chore(Chat): textarea button as icon
netpoe Apr 9, 2024
e84d626
feat: InitialMessageOptions
netpoe Apr 10, 2024
6ad087d
feat: get_latest_listings function tool call
netpoe Apr 10, 2024
edb980e
feat: updates 'clear messages' action
netpoe Apr 10, 2024
ba8b538
fix: removes the need of NEXT_PUBLIC_URL
netpoe Apr 10, 2024
d62170d
chore: extends vercel functions duration to 60
netpoe Apr 10, 2024
90d3585
chore: returns assistant API response
netpoe Apr 10, 2024
d396f31
chore: remove save thread button
netpoe Apr 10, 2024
0be30a8
chore: extends assistant function duration
netpoe Apr 10, 2024
db36222
chore: lease-721 color updates
netpoe Apr 16, 2024
67cb587
feat: OOH Marketplace database WIP
netpoe Apr 17, 2024
5d17304
chore: updates to NextJS 14+
netpoe Apr 17, 2024
7a309b0
feat: NavBar & Footer
netpoe Apr 17, 2024
535f67d
feat(ui): Home. Installs fonts
netpoe Apr 17, 2024
7d14a74
feat(LatestCollection): grid item WIP
netpoe Apr 17, 2024
478f790
feat: img-to-erc721 metadata complete
netpoe Apr 17, 2024
a34bbd8
feat: renames to LarsKristoHellheads
netpoe Apr 17, 2024
7a59de2
feat: hardhat init
netpoe Apr 17, 2024
519e885
feat: create_token_uri_from_metadata_object
netpoe Apr 17, 2024
912e73c
feat: LarsKristoHellheadsContextController WIP
netpoe Apr 17, 2024
e893151
feat(DetailsModal): renders ownerOf from tokenID
netpoe Apr 23, 2024
320781c
feat: setTokenForSale WIP
netpoe Apr 24, 2024
c7fe002
feat: buyToken
netpoe Apr 24, 2024
0687866
test: buyToken fail cases
netpoe Apr 24, 2024
9a51077
feat: token price, royalty & purchase
netpoe Apr 25, 2024
963ad2c
feat: GridItem & buyToken states
netpoe Apr 26, 2024
7168630
fix: getTokenPrice on GridItem
netpoe Apr 29, 2024
f14b65a
chore: mobile layout adjustments
netpoe Apr 29, 2024
21a1c5d
feat: sets token for sale
netpoe Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export NANONETS_API_KEY="..."
export OPENAI_API_KEY="..."

# SUPABASE, used to store file content after it's read once: https://supabase.com/
export NEXT_PUBLIC_SUPABASE_URL="..."
export NEXT_PUBLIC_SUPABASE_ANON_KEY="..."
export SUPABASE_URL="..."
export SUPABASE_ANON_KEY="..."

# DROPBOX, used for the Dropbox Sign API features: https://developers.hellosign.com/api/reference/signature-request/
export DROPBOX_CLIENT_ID="..."
Expand Down
1 change: 1 addition & 0 deletions app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ module.exports = {
"unicorn/no-array-reduce": "off",
"unicorn/consistent-destructuring": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-abusive-eslint-disable": "off",

// a11y
"jsx-a11y/anchor-is-valid": "off",
Expand Down
2 changes: 2 additions & 0 deletions app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@aufacicenta:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
8 changes: 0 additions & 8 deletions app/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
async headers() {
return [
{
source: "/api/:path*",
headers: [{ key: "Access-Control-Allow-Origin", value: process.env.NEXT_PUBLIC_ORIGIN }],
},
];
},
webpack: (config) => {
const oneOf = config.module.rules.find((rule) => typeof rule.oneOf === "object");

Expand Down
59 changes: 13 additions & 46 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,93 +17,60 @@
"plop": "plop"
},
"dependencies": {
"@dropbox/sign": "^1.1.3",
"@google-cloud/aiplatform": "^3.2.0",
"@near-wallet-selector/coin98-wallet": "^8.5.1",
"@near-wallet-selector/core": "^8.5.1",
"@near-wallet-selector/here-wallet": "^8.5.1",
"@near-wallet-selector/ledger": "^8.5.1",
"@near-wallet-selector/math-wallet": "^8.5.1",
"@near-wallet-selector/meteor-wallet": "^8.5.1",
"@near-wallet-selector/modal-ui": "^8.5.1",
"@near-wallet-selector/my-near-wallet": "^8.5.1",
"@near-wallet-selector/near-wallet": "^8.5.1",
"@near-wallet-selector/nearfi": "^8.5.1",
"@near-wallet-selector/nightly": "^8.5.1",
"@near-wallet-selector/nightly-connect": "^8.5.1",
"@near-wallet-selector/sender": "^8.5.1",
"@near-wallet-selector/wallet-connect": "^8.5.1",
"@popperjs/core": "^2.11.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.33.1",
"@tanstack/react-query": "^5.29.0",
"@types/js-cookie": "^3.0.3",
"@wagmi/core": "^2.6.17",
"@web3modal/siwe": "^4.1.5",
"@web3modal/wagmi": "^4.1.5",
"ag-grid-community": "^27.3.0",
"ag-grid-react": "^27.3.0",
"axios": "^1.5.0",
"bn.js": "^5.2.0",
"chart.js": "^3.8.2",
"chartjs-adapter-moment": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dropzone": "^6.0.0-beta.2",
"filesize": "^10.1.0",
"eslint-config-next": "^14.2.1",
"ethers": "^6.12.0",
"final-form": "^4.20.4",
"final-form-arrays": "^3.0.2",
"highlight.js": "^11.9.0",
"ipfs-http-client": "^60.0.1",
"jimp": "^0.22.8",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"marked": "^9.1.2",
"marked-highlight": "^2.0.6",
"materialize-css": "^1.0.0-rc.2",
"moment": "^2.29.1",
"near-api-js": "^2.1.4",
"next": "12.2.0",
"next": "^14.2.1",
"next-i18next": "^8.2.0",
"openai": "^4.3.1",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.7",
"react-final-form-arrays": "^3.1.3",
"react-final-form-listeners": "^1.0.3",
"react-grid-system": "^7.1.2",
"react-grid-system": "^8.2.0",
"react-popper": "^2.2.5",
"react-transition-group": "^4.4.1",
"replicate": "^0.12.3",
"rxjs": "^7.8.1",
"square": "^30.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"siwe": "^2.1.4",
"uuid": "^9.0.0",
"viem": "^2.9.20",
"wagmi": "^2.5.19",
"winston": "^3.9.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/dropzone": "^5.7.4",
"@types/lodash": "^4.14.177",
"@types/node": "^14.14.35",
"@types/node-cron": "^3.0.8",
"@types/pixelmatch": "^5.2.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.9",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-final-form-listeners": "^1.0.0",
"@types/react-transition-group": "^4.4.3",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.5",
"autoprefixer": "^10.4.16",
"eslint-plugin-unused-imports": "^2.0.0",
"inquirer-directory": "^2.2.0",
"plop": "^2.7.4",
"postcss": "^8.4.31",
"sass": "^1.63.6",
"sass-loader": "^12.3.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typed-scss-modules": "^4.1.1",
"typescript": "^5.2.2"
Expand Down
6 changes: 0 additions & 6 deletions app/postcss.config.js

This file was deleted.

Binary file modified app/public/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/public/icons/icomoon.eot
Binary file not shown.
17 changes: 4 additions & 13 deletions app/public/icons/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/public/icons/icomoon.ttf
Binary file not shown.
Binary file modified app/public/icons/icomoon.woff
Binary file not shown.
4 changes: 2 additions & 2 deletions app/public/locales/en/head.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"head.og.description": "Chat with your files. Intelligent PDF file reader.",
"head.og.title": "AI File Agent"
"head.og.description": "Súper Únderground Artists, Collections & Events",
"head.og.title": "svpervnder"
}
98 changes: 0 additions & 98 deletions app/src/app/chat/dropbox-chat/DropboxChat.module.scss

This file was deleted.

24 changes: 0 additions & 24 deletions app/src/app/chat/dropbox-chat/DropboxChat.module.scss.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/app/chat/dropbox-chat/DropboxChat.test.tsx

This file was deleted.

Loading