Commit f7bb6370 authored by Adam Parák's avatar Adam Parák 💬
Browse files

Merge branch 'main' of https://gitlab.fi.muni.cz/inject/frontend into i18n

parents aeef1ef1 bfd4131d
Loading
Loading
Loading
Loading
Compare c359c0e1 to 5c491946
Original line number Diff line number Diff line
Subproject commit c359c0e1adf356048a6da9d9052c4460861d8be2
Subproject commit 5c491946c1bda68a6e9b0936c427b59a66f3b778
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/codegen",
  "version": "3.1.0",
  "version": "3.5.0",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "main": "index.js",
  "license": "MIT",
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/editor",
  "version": "3.0.0",
  "version": "3.5.0",
  "description": "Editor module to Inject Exercise Platform",
  "main": "index.js",
  "license": "MIT",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ export interface OptionWithNoGroup {
  label: string
  value: string | number
}
const dropdownStyles = css`
export const dropdownStyles = css`
  .bp5-menu {
    max-height: 450px;
    overflow-y: auto;
+1 −1
Original line number Diff line number Diff line
{
  "name": "@inject/frontend",
  "version": "3.1.0",
  "version": "3.5.0",
  "description": "Main wrapper for rendering INJECT Frontend",
  "main": "index.js",
  "license": "MIT",
Loading