1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 07:37:30 +00:00
bramw_baserow/web-frontend
2024-04-08 15:41:09 +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 "Allow overwriting generative AI settings on workspace level" 2024-04-08 15:41:09 +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 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 created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
.stylelintignore Resolve "Plugins stack - comms issue" 2021-02-04 15:21:18 +00:00
.stylelintrc Redesign elevation 2023-09-04 20:10:51 +00:00
.yarnrc Resolve "Update Plugin boilterplate and docs to match new docker usage" 2022-07-03 17:28:50 +00:00
babel.config.js Add signup/register frontend translation 2021-08-25 20:51:44 +00:00
coverage.config.js Resolve "Bump frontend deps" 2023-04-28 10:56:33 +00:00
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 Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00
jest.config.js Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +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 🔍 2️⃣ - UI for advanced filtering 2023-10-19 11:09:25 +00: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 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