1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-04 00:49:53 +00:00
bramw_baserow/web-frontend
Petr Stribny efc5d8b25c wip
2025-04-16 07:18:42 +02:00
..
.storybook Storybook 2023-11-10 13:20:57 +00:00
config Introduce automation application 2025-03-27 16:07:22 +00:00
docker Prepare for 1.32.5 2025-03-26 13:36:54 +01:00
locales Reduce deadlocks on rows endpoints 2025-04-09 14:43:43 +00:00
modules wip 2025-04-16 07:18:42 +02:00
stories Add SegmentControl rounded and large variant 2025-02-27 07:28:30 +00:00
test Fix "number" validation for handling of decimal numbers with using comma or dot as decimal separator 2025-04-07 08:33:33 +00:00
.eslintignore
.eslintrc.js
.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
Dockerfile Remove vim and nano from deps 2024-06-11 11:58:57 +02:00
intellij-idea.webpack.config.js
jest.config.js Fix SASS import for colors.js module 2024-05-21 08:05:57 +00:00
jest.setup.js
jsconfig.json
Makefile makefile run-dev targets 2024-11-15 13:53:00 +00:00
nuxt.config.js
package.json Add serve static as dependency 2025-04-14 15:43:52 +02:00
README.md Storybook 2023-11-10 13:20:57 +00:00
yarn.lock Add serve static as dependency 2025-04-14 15:43:52 +02: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