Skip to content
Snippets Groups Projects
  1. Sep 05, 2023
    • Sébastien Blin's avatar
      mui: fix version to avoid compilation error · feee4cdc
      Sébastien Blin authored
      New version of floating-ui breaks with:
      
      TypeScript error in /app/jams-react-client/node_modules/@floating-ui/utils/src/types.d.ts(3,32):
      Type expected.  TS1110
      
          1 | export type Alignment = 'start' | 'end';
          2 | export type Side = 'top' | 'right' | 'bottom' | 'left';
        > 3 | export type AlignedPlacement = `${Side}-${Alignment}`;
            |                                ^
      
      Fixing mui's version fix CI
      GitLab: #100
      
      Change-Id: Ie517c3c99e2d1759b84d09e35650d1ac6692cd4f
      feee4cdc
  2. Aug 25, 2023
  3. Aug 23, 2023
  4. Aug 22, 2023
  5. Aug 18, 2023
  6. Aug 16, 2023
  7. Aug 15, 2023
  8. Aug 14, 2023
  9. Aug 09, 2023
  10. Aug 08, 2023
    • Léo Banno-Cloutier's avatar
      extras: add setup_jams.sh · 376fe277
      Léo Banno-Cloutier authored
      The script sends 4 requests to the server to automate the initial setup,
      useful during development
      
      Change-Id: I6751e5bc9bf91b97a431674d7d9d75636acd01e3
      376fe277
  11. Aug 01, 2023
  12. Jul 31, 2023
  13. Jul 26, 2023
  14. Jul 24, 2023
  15. Jul 18, 2023
Loading