Giter VIP home page Giter VIP logo

socii's Introduction

Peter Ferguson @_peterferguson

  • ๐Ÿ”ญ Iโ€™m currently working on bootstrapping Forum
  • ๐Ÿ’ฌ Ask me about Geometry of String Theory or of Deep Learning. I had accepted PhDs in both before diving into web3 ๐Ÿ‘€
  • โšก Fun fact: I was ranked #3 powerlifter ๐Ÿ‹๏ธ in 74kg weight class in Ireland 2018 ... just missed out on the national bench press record ๐Ÿ˜ตโ€๐Ÿ’ซ

Peter's github stats

Top Langs

socii's People

Contributors

jamesmccomish avatar peterferguson avatar

Stargazers

 avatar

Forkers

webclinic017

socii's Issues

Fixing screenshot bugs on hero

The hero has been updated on the feature/upgarded_homescreen branch. Some styling issues need to be sorted:

<div className="flex flex-row pb-3">
{screenInfo.map((item, i )=>(
<button
key={i}
onClick={()=>setSelectedTab(item.Tab)}
>
<div className="p-2">
<div className={selectedTab==item.Tab? "ring-2 gradient-flow opacity-50 ring-purple-500 p-2 rounded-full B" : "ring-2 ring-brand p-2 rounded-full"}>
<div className="flex items-center justify-center flex-shrink sm:h-10 sm:w-10">
<item.Icon
className={tw("w-10 h-10 m-1",
selectedTab==item.Tab ? "text-white":"text-brand")} aria-hidden="true" />
</div>
</div>
</div>
</button>
))}
<LineTo from="B" to="A" fromAnchor="top center" borderWidth={2} borderColor="purple" className="z-0 p-2 opacity-50"/>
</div>
<div className="flex flex-col items-center ">
<div className="pb-3 text-lg font-semibold">
{selectedTabInfo?.Title}
</div>

Create Category Screens

Dependent on:

  • Link category screen to asset page category cards

Nice to have (not MVP):

  • Category tags on asset screen

Individual (non-group) chats

Before starting

We have an implementation on the PWA, but we may be better off actually taking some ideas from the fully-featured rn app by stream and doing a bigger build on this one?

Not sure it is essential for MVP ... if people want to take to other individually on MVP they aren't doing it in socii

Thoughts @jamesmcc-design ?

Display a GroupMembers component on the group screen

For this we may be able to just adapt this using the stream Avatar component and other Group components from here

This requires that we maintain a correspondence between the firebase group and stream group chat. I think this should be done regardless.

Personal Portfolio Activities

This will be the most difficult of the personal portfolio ports.

We need to remove headless ui & replace it with some other (possibly our own) tabbing solution. The cards should be able to port easily however.

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.