Giter Club home page Giter Club logo

fandom's People

Contributors

hladikes avatar poppyseeddev avatar roileo avatar vikiival avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fandom's Issues

Ideas how to make it prettier

Ideas we can add over time (or not).

Things artists can appreciate:

  • custom designs (different designs if they add a smaller collection or only 1 NFT)
    • custom colors for text (maybe different fonts)
    • option to change the background color (maybe even add their picture)
    • option to change the title picture (head of the page)
    • add an option for a profile picture (artist picture) - also have an option without the picture
  • add a space for text (if they want to add some introduction) - maybe also a title (header)
  • icons with links to their social media - Web, Twitter, Discord...
  • add custom links (for example if they want to add a link from the substack article series - ride on art ๐Ÿ˜„)
  • page name - Deepologic.kodadot? or how the main link of each artist will be named?

Spring color

Currently app shows spring anime waifus

Screenshot 2023-03-17 at 10 34 59

I would like to have more springish banner.
What are the hex codes @exezbcz?

FrV9D3mWAAEjEMn

Add pagination to the fandom shop

It would be nice to have pagination in the fandom shop.

Tasks

  1. update uniquery
  2. fetch total count of collection (client.itemCountByCollectionId(id))
  3. make pagination component
  4. paginate by 12 items
  5. update route based on the selected pagination

Sponsored issue: Fandom integration

Integrate To better demonstrate custom store front, I would like to see waifu collections to have highlights on fandom.deno.dev, can add custom domain, fandom.kodadot.xyz I guess

inspiration cfw.market where they highlight 4 collections

Priority Support

  • @stayhardgreen is using Mintycode to fund this issue.
  • If you would like to accept 800 USD bounty for solving this issue join Mintycode.
  • Thank you in advance for helping.

mintycode

Remove deno.lock and add it to gitignore

I am new with Deno, but when I try to run deno (I also added .env file) I get the following error:

Task start deno run -A --watch=static/,routes, dev.ts
Watcher Process started.
The manifest has been generated for 4 routes and 3 islands.
error: The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/[email protected]
Lock file: /Users/aurora/Desktop/Aurora/uniquery/shop/deno.lock

Issues with running Deno

I'm not exactly sure what the source of the issue could be, but when I run deno task start I get:

An error occurred during route handling or page rendering. TypeError: Cannot read properties of null (reading 'useSyncExternalStore')
    at n.useSyncExternalStore (https://esm.sh/stable/[email protected]/X-ZS9wcmVhY3QvY29tcGF0/deno/react.mjs:2:6960)
    at Pe (https://esm.sh/v98/[email protected]/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmUvcHJlYWN0L2NvbXBhdA/deno/swr.mjs:2:3511)
    at https://esm.sh/v98/[email protected]/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmUvcHJlYWN0L2NvbXBhdA/deno/_internal.js:2:8091
    at https://esm.sh/v98/[email protected]/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmUvcHJlYWN0L2NvbXBhdA/deno/_internal.js:2:8335
    at useStargazers (file:///Users/sachalansky/Documents/GitHub/Workshops-2023%F0%9F%8C%88/fandom/utils/data.ts:15:10)
    at Object.StarGazers (file:///Users/sachalansky/Documents/GitHub/Workshops-2023%F0%9F%8C%88/fandom/islands/StarGazers.tsx:7:27)
    at https://esm.sh/v98/[email protected]/X-ZS8q/deno/preact-render-to-string.mjs:12:1590
    at T (https://esm.sh/v98/[email protected]/X-ZS8q/deno/preact-render-to-string.mjs:12:1617)
    at T (https://esm.sh/v98/[email protected]/X-ZS8q/deno/preact-render-to-string.mjs:12:2593)
    at T (https://esm.sh/v98/[email protected]/X-ZS8q/deno/preact-render-to-string.mjs:12:1693)

What I think it could be is that it's related to something broken on the React JSX side.

Screenshot 2023-04-28 at 1 12 57 PM

Missing custom components

We will be offering custom styled marketplaces for selected collections

Properties which could be custom in current stage

  • Background / gradient
  • Color of buttons
  • Font

Navbar

  • Custom logo icon of collection on the upper left
  • Search bar within selected collections
  • could be in colors

Hero

  • Small stats like lowest price, item amounts, owners, volume
  • Description on left
  • Hero picture on right
  • CTA for BUY / LIST / Signup
  • could have separate background banner

Simplified collection banners

  • cover from collections
  • could be 2 or 3 for best experience

Stats

  • Highest sale, From (Floor Price), Items, Owners, Volume

Simplified explorer

  • explorer with simple switch
    • recently listed, lowest priced, highest priced

Simpliefied Activity tab

  • this one could be reused from our history component

FAQ

  • List of faqs
  • Foldable list
  • Headline & explanation

Social Hero Footer

  • Twitter
  • Discord
  • Instagram
  • Website
  • Telegram

Footer

Adding collections from different chains in the same component

I would like to be able to view collections from different chains in my Uniquery app. This would imply that I could do something like:

# in my .env file
ADDRESS=JHfxh28HRxd5fSY97fFpPfFXHmGGFGctNNr9GvnnNeQPVkS
CHAINS=["ksm", "bsx"]

and customize the utils/indexer.ts file to be able to handle the indexers of the different chains.

Please help me figure this out :)

Fandom integration

To better demonstrate custom store front, I would like to see waifu collections to have highlights on fandom.deno.dev, can add custom domain, fandom.kodadot.xyz I guess

inspiration cfw.market where they highlight 4 collections

by @yangwao in kodadot/nft-gallery#5417

To implement it app should be able to set:

  • [] list of collections to be visible on index.tsx
  • [] have separated route for each collection

Change banner

App currently look like this

Screenshot 2023-03-09 at 13 41 24

Maybe it wold be nice to have it more like our shop.

If @exezbcz can help me to drop some visuals I would be super happy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.