Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Mar 30, 2022
  3. Sep 16, 2021
  4. Jun 15, 2021
    • Ru Singh's avatar
      Fix for details button misbehaving on mobile (#1114) · c95d3758
      Ru Singh authored
      * chore(make): convenience commands for installation & dev server
      
      * docs: easier development env instructions
      
      * docs: add note about docker volumes
      
      * docs: detail pre-commit configuration
      
      * style: eslint and prettier changes
      
      * Allow for passing custom classes to fade-in
      
      * style: eslint & prettier for the details button component
      
      * style: react lifecycle methods to come first
      
      * docs: add instructions to disable pre-commit
      
      * style: devices components
      
      * Move render methods to the last (together) in the order list
      * Remove unused component import
      * React lifecycle to come first before our own methods
      * General styling and eslint changes
      * Cleaner renderContent method using switch/case (fixes an eslint error as well!)
      * Cleaner renderPill method with proper spacing + removing uncessary else
      
      * style: more eslint/prettier for pages components
      
      * Use newer Fragment syntax
      * Remove unnecessary else statement
      * Use backtick strings for concatenating strings
      * Remove unnecessary space
      * Remove unused imports and variable declarations
      * Bunch render methods together as last in the order list
      
      * fix: details button to drop to the bottom naturally on smaller screens
      
      This _mostly_ fixes one of the issues being tracked on #972, titled "Details button issue on Firefox specifically"
      
      * refactor: reduce usage of our CSS class in favor of tailwind's util classes
      
      * refactor: remove our css classes in favor of Tailwind's util classes
      c95d3758
  5. May 19, 2021
    • Ru Singh's avatar
      chore(docker): improve repeat contributions workflow (#1057) · 7153b366
      Ru Singh authored
      * This change adds two new commands to gracefully stop and remove the Postgres and Clickhouse docker containers. To do so, it also gives them a recognizable name.
      
      * Additionally, the Postgres container is updated to use a named volume for its data. This lower friction for repeat contributions where one would otherwise sign up and activate their accounts again and again each time.
      7153b366
  6. May 17, 2021
  7. Nov 10, 2020
    • Johan Fagerberg's avatar
      Change Docker volume used by Clickhouse to a local directory (#404) · f7885a93
      Johan Fagerberg authored
      Previously it would pollute the users home directory
      f7885a93
    • Johan Fagerberg's avatar
      Update contribution guidelines (#403) · 3ff2c79b
      Johan Fagerberg authored
      * Update contribution guidelines to include dependency installation
      
      Now mentions the required system dependencies, and the step for installing Elixir deps
      Erlang is used by the :gettext dependency, and ecto.create will fail if it is not present
      
      * Make Clickhouse and PostgreSQL containers run in detached mode
      
      This ensures that they run in the background so that they are present during the follow steps
      3ff2c79b
  8. Nov 05, 2020
Loading