1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-09-11 07:17:46 +00:00
bramw_baserow/web-frontend
Afonso Silva 3dc92b1197 Merge branch '2767-add-variant-radio-buttons-to-the-linkfieldform' into 'develop'
Resolve "Add variant radio buttons to the LinkFieldForm"

Closes #2767

See merge request baserow/baserow!2664
2024-09-10 11:48:19 +00:00
..
.storybook Storybook 2023-11-10 13:20:57 +00:00
config Add new workspace homepage 2024-07-25 17:05:43 +00:00
docker Prepare for 1.27.2 release 2024-09-05 10:56:27 +02:00
locales Translations for 1.27.0 2024-09-03 20:28:11 +00:00
modules Merge branch '2767-add-variant-radio-buttons-to-the-linkfieldform' into 'develop' 2024-09-10 11:48:19 +00:00
stories Context rework 2024-08-29 10:03:55 +00:00
test Allow Integer as a valid Option Value for ChoiceElement 2024-09-04 09:01:12 +00:00
.eslintignore Final formula MR 2021-10-05 11:31:44 +00:00
.eslintrc.js Resolve "Add Image Element to Application Builder" 2023-06-21 08:41:45 +00:00
.prettierignore Replace icons 2023-09-28 13:39:41 +00:00
.prettierrc
.stylelintignore
.stylelintrc.js Revert to :not simple notation 2024-05-01 09:50:08 +00:00
.yarnrc
babel.config.js
coverage.config.js Resolve "Bump frontend deps" 2023-04-28 10:56:33 +00:00
Dockerfile Remove vim and nano from deps 2024-06-11 11:58:57 +02:00
intellij-idea.webpack.config.js Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00
jest.config.js Fix SASS import for colors.js module 2024-05-21 08:05:57 +00:00
jest.setup.js Resolve "Bump frontend deps" 2023-04-28 10:56:33 +00:00
jsconfig.json Resolve "Allow to publish an application" 2023-04-27 06:48:58 +00:00
Makefile make fix -> lint-fix alias 2024-05-24 13:08:22 +02:00
nuxt.config.js Change the default instead of forcing the config param as the nuxt command... 2023-07-20 12:24:34 +00:00
package.json Prepare for 1.27.2 release 2024-09-05 10:56:27 +02:00
README.md Storybook 2023-11-10 13:20:57 +00:00
yarn.lock Add new workspace homepage 2024-07-25 17:05:43 +00:00

Storybook image

Storybook is a tool that lets you browse and play with all the baserow reusable UI components.

Start storybook

Run the following command in the web-frontend container yarn run storybook

Storybook is available at http://localhost:6006