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

Misc touchups 6 #461

Merged
merged 8 commits into from
Jul 15, 2024
Merged

Misc touchups 6 #461

merged 8 commits into from
Jul 15, 2024

Commits on Jul 10, 2024

  1. touchup: close filter info if user not editing

    I think if users aren't editing, they'll mainly care about
    pre-built views, and filters add a lot of clutter to the interface
    keyserj committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5a8de09 View commit details
    Browse the repository at this point in the history
  2. chore: turn off sentry logging in development

    too much noise during testing, don't care to get notified
    about errors here.
    keyserj committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a7e6673 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. touchup: add mui theme to tailwind

    for easy usage with custom components, rather than
    having to use mui's useTheme hook and do it all with js.
    keyserj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    136925a View commit details
    Browse the repository at this point in the history
  2. touchup: redirect new topic page to login

    particularly because Start Building button from homepage
    will route here, and you should be logged in to use it.
    keyserj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e89741b View commit details
    Browse the repository at this point in the history
  3. touchup: add absolute path for root ~

    for accessing files/directories outside of src
    keyserj committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5aa0735 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. touchup: conditionlly show/hide resolved comments

    no need for the button if there are no resolved comments
    keyserj committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b23baca View commit details
    Browse the repository at this point in the history
  2. touchup: clean up part details header section

    trying to reduce clutter and make header stand apart from rest of part's
    details.
    keyserj committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    368a14d View commit details
    Browse the repository at this point in the history
  3. touchup: hide add node buttons if readonly mode

    reduces clutter in details pane
    keyserj committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c76a336 View commit details
    Browse the repository at this point in the history