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

Disable thread actions for users that have not joined the community #4521

Merged
merged 57 commits into from
Jul 24, 2023

Commits on Jun 28, 2023

  1. Quill initial work

    Marcin Maslanka committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5cc1a6e View commit details
    Browse the repository at this point in the history
  2. Add monospace font on markdown

    Marcin Maslanka committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3f14273 View commit details
    Browse the repository at this point in the history
  3. Add focus styles

    Marcin Maslanka committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1272b22 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Add disabled state

    Marcin Maslanka committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    28b8148 View commit details
    Browse the repository at this point in the history
  2. prevent jump between markdown toggle

    Marcin Maslanka committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d6aa2ef View commit details
    Browse the repository at this point in the history
  3. Adjust quill all over the app

    Marcin Maslanka committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e786f00 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    25c17f3 View commit details
    Browse the repository at this point in the history
  2. Update icons to phosphor

    Marcin Maslanka committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    de47d97 View commit details
    Browse the repository at this point in the history
  3. Add quill to component showcase

    Marcin Maslanka committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5f761c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Remove placeholder default text

    Marcin Maslanka committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    24ee59f View commit details
    Browse the repository at this point in the history
  2. Merge confclits

    Marcin Maslanka committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3abc909 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Add banner component

    Marcin Maslanka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b014112 View commit details
    Browse the repository at this point in the history
  2. Add static banner to view thread page

    Marcin Maslanka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e7f7e91 View commit details
    Browse the repository at this point in the history
  3. Add static banner to create thread page

    Marcin Maslanka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    67a0831 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge remote-tracking branch 'origin/master' into marcin.4380-show-ct…

    …a-banner
    
    # Conflicts:
    #	packages/commonwealth/client/scripts/views/pages/view_thread/ViewThreadPage.tsx
    #	packages/commonwealth/static/fonts/fonts.css
    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b2e4e06 View commit details
    Browse the repository at this point in the history
  2. Add closing banner in new thread form

    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    aaa6579 View commit details
    Browse the repository at this point in the history
  3. Add closing banner in discussion page

    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d2c23b2 View commit details
    Browse the repository at this point in the history
  4. Abstract join community logic into hook

    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a5f850f View commit details
    Browse the repository at this point in the history
  5. use join community hook in new thread form

    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2d52ee3 View commit details
    Browse the repository at this point in the history
  6. use join community hook in view thread page

    Marcin Maslanka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0829eaf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. use hook for check active account

    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ac6cbce View commit details
    Browse the repository at this point in the history
  2. use hook for closing banner logic

    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    43ac05e View commit details
    Browse the repository at this point in the history
  3. abstract AccountSelectorModal

    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    01186a8 View commit details
    Browse the repository at this point in the history
  4. abstract TOS modal

    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d408ba7 View commit details
    Browse the repository at this point in the history
  5. abstract all join community modals modals

    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    edd9501 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e2128 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master' into marcin.4380-show-ct…

    …a-banner
    Marcin Maslanka committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    19da25a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Fix ts errors

    Marcin Maslanka committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d11ca48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee8b4c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Revert merge changes

    Marcin Maslanka committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f471075 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge remote-tracking branch 'origin/master' into marcin.4380-show-ct…

    …a-banner
    Marcin Maslanka committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cd2c09e View commit details
    Browse the repository at this point in the history
  2. Disable editor 4377

    Marcin Maslanka committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4677ff8 View commit details
    Browse the repository at this point in the history
  3. Change naming

    Marcin Maslanka committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ad11f61 View commit details
    Browse the repository at this point in the history
  4. Change naming pt. 2

    Marcin Maslanka committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3745d78 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Change naming pt. 3

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ca044d8 View commit details
    Browse the repository at this point in the history
  2. Unify small upvote button

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2aacb92 View commit details
    Browse the repository at this point in the history
  3. Remove upvote from thread action component

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3e14a5c View commit details
    Browse the repository at this point in the history
  4. Replace comment button

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6fa5419 View commit details
    Browse the repository at this point in the history
  5. Replace share button

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3d3a203 View commit details
    Browse the repository at this point in the history
  6. Replace subscribe btn

    Marcin Maslanka committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ddd36f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge remote-tracking branch 'origin/master' into marcin.4378-disable…

    …-thread-actions
    
    # Conflicts:
    #	packages/commonwealth/client/scripts/views/components/Header/LoginSelector.tsx
    #	packages/commonwealth/client/scripts/views/pages/discussions/CommentTree/index.tsx
    #	packages/commonwealth/client/scripts/views/pages/view_thread/ViewThreadPage.tsx
    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1e671d5 View commit details
    Browse the repository at this point in the history
  2. Replace overflow btn

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    39b0daa View commit details
    Browse the repository at this point in the history
  3. add upvote to thread action component

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5b1d98b View commit details
    Browse the repository at this point in the history
  4. Change div to button

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7406269 View commit details
    Browse the repository at this point in the history
  5. Progress on disabling

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4fb92a View commit details
    Browse the repository at this point in the history
  6. Add tooltip wrapper to thread action

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4c43c2e View commit details
    Browse the repository at this point in the history
  7. Edit tooltip styles to adjust new designs

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8f54461 View commit details
    Browse the repository at this point in the history
  8. Add tooltip to disabled buttons

    Marcin Maslanka committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0a7c314 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Handle reply button

    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    842e229 View commit details
    Browse the repository at this point in the history
  2. Fix create thread buttons

    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b58a217 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into marcin.4378-disable…

    …-thread-actions
    
    # Conflicts:
    #	packages/commonwealth/client/scripts/views/components/ReactionButton/CommentReactionButton.tsx
    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    09d1686 View commit details
    Browse the repository at this point in the history
  4. self CR

    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce05cad View commit details
    Browse the repository at this point in the history
  5. fixed lint errors

    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eb7bcfd View commit details
    Browse the repository at this point in the history
  6. remove comment

    Marcin Maslanka committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8a198db View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge remote-tracking branch 'origin/master' into marcin.4378-disable…

    …-thread-actions
    
    # Conflicts:
    #	packages/commonwealth/client/scripts/views/components/ReactionButton/CommentReactionButton.tsx
    Marcin Maslanka committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6499a97 View commit details
    Browse the repository at this point in the history
  2. conflicts

    Marcin Maslanka committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2a146a7 View commit details
    Browse the repository at this point in the history