Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FP-990 & FP-1255: Update <IntroMessage> to Use Dismissible <SectionMessage> #616

Merged

Commits on Sep 27, 2021

  1. FP-990: Fix bug of info Message missing X button

    @swillrich5 found and fixed this bug.
    
    I replicate the fix so I can test my FP-990 solution.
    wesleyboar committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    962115f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e4bec View commit details
    Browse the repository at this point in the history
  3. FP-990: <Message type=scope>, not <SectionMessage>

    I couldn't figure out how to use `<Sectionmessage>` to achieve FP-990.
    wesleyboar committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ef525f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff2a61e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17cb731 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    405a0c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    5d7f652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd1cbd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    374f49e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c5923 View commit details
    Browse the repository at this point in the history
  3. Quick: Fix IntroMessage Spacing

    (simple cause during migration to vite)
    wesleyboar committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    67df4c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c180f22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75924aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dbf2c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    175f619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3078ed3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. FP-990: New Colors for Info Messages

    I know I break no other styles because only Message...css used these.
    wesleyboar committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    bc23e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b55ebf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    6a73188 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    8b015b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6795f View commit details
    Browse the repository at this point in the history
  3. fix(fp-990): undefine props w/out new unused vars

    Set props undefined, instead of removing and creating two unsued vars.
    wesleyboar committed May 3, 2022
    Configuration menu
    Copy the full SHA
    904765d View commit details
    Browse the repository at this point in the history
  4. fix(fp-990): prettier fix

    wesleyboar committed May 3, 2022
    Configuration menu
    Copy the full SHA
    44a3489 View commit details
    Browse the repository at this point in the history