1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 17:18:33 +00:00
bramw_baserow/web-frontend
2024-04-08 12:30:06 +00:00
..
.storybook Storybook 2023-11-10 13:20:57 +00:00
config 📚4️⃣ Rich text: expanded input mode 2024-03-05 13:55:20 +00:00
docker Prepared for 1.23.2 release 2024-03-14 10:11:12 +00:00
locales Resolve "Introduce “greater than or equal” (>=) and “less than or equal” (<=) filter types" 2024-04-05 15:43:08 +00:00
modules Resolve "Email notifications should have links to redirect the user directly to the specific comment, field, etc." 2024-04-08 12:30:06 +00:00
stories Refactor checkbox component 2024-01-30 08:33:45 +00:00
test Merge branch '1988-introduce-greater-than-or-equal-and-less-than-or-equal-filter-types' into 'develop' 2024-04-05 15:43:08 +00:00
.eslintignore
.eslintrc.js
.prettierignore Replace icons 2023-09-28 13:39:41 +00:00
.prettierrc
.stylelintignore
.stylelintrc
.yarnrc
babel.config.js
coverage.config.js
Dockerfile Pin node version to 18.19 to prevent ordering diff between backend and frontend 2024-03-28 11:30:18 +01:00
intellij-idea.webpack.config.js
jest.config.js
jest.setup.js
jsconfig.json
Makefile 🔍 2️⃣ - UI for advanced filtering 2023-10-19 11:09:25 +00:00
nuxt.config.js
package.json 003 📚: Support for mentions in long text field 2024-04-05 15:25:38 +00:00
README.md Storybook 2023-11-10 13:20:57 +00:00
yarn.lock 003 📚: Support for mentions in long text field 2024-04-05 15:25:38 +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