Giter Site home page Giter Site logo

Comments (3)

no-stack-dub-sack avatar no-stack-dub-sack commented on June 10, 2024
  • toggling user image / skills & interests in Community view on mobile only toggles one way on iPhone: after revealing skills & interests you cannot toggle back to the avatar

@bonham000 have you tried touching the gutters? This does it on Android. Still not ideal, but I figured it out after toying around for a minute and my guess is that most users will as well...

@no-stack-dub-sack I tried I still can't get it to toggle back... Still, this is minor and could be ignored for now.

Resolved

from alumni-network.

no-stack-dub-sack avatar no-stack-dub-sack commented on June 10, 2024
  • there are some failed propTypes warnings in the console in various components

@bonham000 the only one I know of for sure is in community regarding fccCerts and this is because one of our "test users" made their profile private at some point during the dev of this app. Which reminds me, we still need to add a note during initial authentication that profile must also be public or fcc verification will fail.

EDIT: There's also this one, which just can't be helped:

warning.js:36 Warning: Failed prop type: Invalid prop `name` of value `` supplied to `Flag`.
Instead of ``, did you mean:
  - ad
  - ae
  - af

That one is coming from the country/flag drop down, and is there because I added a no selection option (---) which throws off the pre-managed component

EDIT # 2: Oh yeah, one more I knew about, also seems like it cannot be helped. This is about responsiveness in profile page. Semantic React component expects left or right, but we are only passing in right if isMobile is true. cannot use a ternary because we don't want left either way. So I think we'll just have to deal with this one.

  • SUB-EDIT: I tried to overcome this with just a media query on the styled-component that renders this, but for some reason did not work as expected. Can't remember why though, so will likely try this again. If that works, it will just eliminate the need for using the floated prop. Worst comes to worst, we could always just replace the semantic-ui-react Button component with the regular HTML version, but this style of button seems to do better with the React component.
warning.js:36 Warning: Failed prop type: Invalid prop `floated` of value `false` supplied to `Button`, expected one of ["left","right"].

from alumni-network.

bonham000 avatar bonham000 commented on June 10, 2024

I think we can optimistically bring this one to a close.

from alumni-network.

Related Issues (20)

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.