1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-27 09:39:06 +00:00

Commit graph

  • 26fd56d3fb Fix translations Tsering Paljor 2024-12-30 13:29:06 +0400
  • 3f5f69919c Add a default value of 0 when form field is cleared Tsering Paljor 2024-12-30 13:11:37 +0400
  • 91c14dc621 Lint fix frontend Tsering Paljor 2024-12-30 11:45:06 +0400
  • c46b303db3 Add changelog Tsering Paljor 2024-12-30 11:42:25 +0400
  • bf5f29b582 Ensure gap style is applied Tsering Paljor 2024-12-30 11:41:11 +0400
  • dcc15e413c Update RepeatElementForm with form inputs for saving repeat_vertical_gap and repeat_horizontal_gap Tsering Paljor 2024-12-30 11:41:00 +0400
  • 8e7cd02d1b Add translations Tsering Paljor 2024-12-30 11:40:22 +0400
  • 3781be8342 Update RepeatElementType to include repeat_horizontal_gap and repeat_vertical_gap Tsering Paljor 2024-12-30 11:39:39 +0400
  • c6a43d4de4 Add fields to RepeatElement to store vertical and horizontal gap amounts Tsering Paljor 2024-12-30 11:38:07 +0400
  • 0f7015c9ac Merge branch '3068-add-border-radius' into '3068-add-custom-colors' Tsering Paljor 2025-01-21 14:22:43 +0000
  • efc540e69a Use pixes for image radius Tsering Paljor 2025-01-16 14:07:15 +0400
  • 9fe7b7541e Minor wording Jeremie Pardou 2025-01-16 10:28:31 +0100
  • 6455a9fa6b Fix the default values Tsering Paljor 2025-01-15 12:46:43 +0400
  • 61bc897f0d Fix test Tsering Paljor 2025-01-15 12:03:33 +0400
  • 37c0e46084 Lint fix Tsering Paljor 2025-01-15 11:51:16 +0400
  • 854f767644 Add ability to set the image border radius Tsering Paljor 2025-01-15 11:47:55 +0400
  • 7278145044 Refactor Element border-radius to only use one value for all 4 corners. Add border-radius to both the backround as well as the border of the element. Tsering Paljor 2025-01-15 11:47:20 +0400
  • 2c55f41a5e Re-apply Jeremie's fix: Allow to round the background as well Tsering Paljor 2025-01-13 17:42:54 +0400
  • 76c0e24722 Add docstrings and comments Tsering Paljor 2024-12-27 17:43:32 +0400
  • e85d0b3377 Add changelog Tsering Paljor 2024-12-27 17:25:40 +0400
  • 859e11ccf7 Lint fix backend Tsering Paljor 2024-12-27 17:09:17 +0400
  • 9991fc331a Lint fix frontend Tsering Paljor 2024-12-27 17:08:27 +0400
  • 99fb6336f9 Fix tests Tsering Paljor 2024-12-27 17:07:42 +0400
  • c4fba5e28d Lint fix frontend Tsering Paljor 2024-12-27 15:08:35 +0400
  • 89942e0974 Lint fix backend Tsering Paljor 2024-12-27 15:00:42 +0400
  • 1c7ef8259d Create sass variables and ensure they're used for the element styles Tsering Paljor 2024-12-27 14:59:51 +0400
  • fe14abcd17 Add support for border radiuses in styleForm.js mixin Tsering Paljor 2024-12-27 14:59:01 +0400
  • 99a7cbbd5f Use BorderRadiusForm just below the element styles in DefaultStyleForm.vue Tsering Paljor 2024-12-27 14:56:01 +0400
  • d90b658d51 Add new BorderRadiusForm component Tsering Paljor 2024-12-27 14:55:16 +0400
  • a427a87667 Add translations Tsering Paljor 2024-12-27 14:53:38 +0400
  • 4cc83ef3d1 Ensure serializers include border radius values Tsering Paljor 2024-12-27 11:11:00 +0400
  • a2adaeb7c5 Add new fields to Element model to hold border radius values. Tsering Paljor 2024-12-27 10:20:30 +0400
  • c1fc92a65c Re-apply Jeremie's fixes Tsering Paljor 2025-01-13 17:38:26 +0400
  • 0604c2a342 Use a translation for prefix name Tsering Paljor 2025-01-13 16:45:47 +0400
  • 98d63340f1 Lint fix backend Tsering Paljor 2025-01-02 15:59:53 +0400
  • e536505a8c Ensure that pre-defined and custom colors are available in the StyleBoxForm Tsering Paljor 2025-01-02 15:36:29 +0400
  • 8ebac660ea Remove extra whitespace Tsering Paljor 2025-01-02 14:47:00 +0400
  • 3b83682c45 Remove the use of output_field. It wasn't necessary. Tsering Paljor 2025-01-02 14:42:26 +0400
  • d5b2b5d317 Lint fix Tsering Paljor 2024-12-26 16:14:47 +0400
  • 12e7561c80 Add docstring and comments Tsering Paljor 2024-12-26 16:11:28 +0400
  • 079591bf5c Use the primary_color programatically Tsering Paljor 2024-12-26 15:53:08 +0400
  • 4a0bd4a122 Fix stylelint Tsering Paljor 2024-12-26 14:11:00 +0400
  • 9150b7f035 Fix frontend test failing Tsering Paljor 2024-12-26 13:55:05 +0400
  • d644505642 Fix backend test Tsering Paljor 2024-12-26 13:01:01 +0400
  • bcdea96fa3 Add changelog Tsering Paljor 2024-12-26 12:32:12 +0400
  • 32eb96aca8 Lint fix Tsering Paljor 2024-12-26 12:32:06 +0400
  • 9eceaa31f0 Shorten custom color name prefix because backend has 9 character limit Tsering Paljor 2024-12-26 12:28:00 +0400
  • 7c2b9fe88b Ensure custom_colors are included in dropdown Tsering Paljor 2024-12-26 12:27:24 +0400
  • 012c21c2f8 ensure ColorInput size is small Tsering Paljor 2024-12-26 10:07:31 +0400
  • d02583737d Add custom color section in the Theme -> Colors tab Tsering Paljor 2024-12-25 16:29:16 +0400
  • 3033866200 Add scss file for custom color Tsering Paljor 2024-12-25 16:28:39 +0400
  • 7530c213b1 Regenerate migration to ensure custom_colors default to an array Tsering Paljor 2024-12-25 15:28:19 +0400
  • 83d16bce11 Add new ThemeConfigBlockSection section for custom colors Tsering Paljor 2024-12-25 14:30:41 +0400
  • e087bcdd93 Add custom_colors attribute to ColorThemeConfigBlock Tsering Paljor 2024-12-25 14:30:10 +0400
  • 2757beaa44 Fix reset font when font familly isn't the same as in the theme Jeremie Pardou 2025-01-21 13:46:01 +0100
  • 3c87f05eee Remove fontWeights from registry and use a plain object instead. Tsering Paljor 2025-01-17 12:42:12 +0400
  • 122027a184 Add missing font property Jeremie Pardou 2025-01-16 11:47:23 +0100
  • 2deca9ad3c Only show supported font weights Tsering Paljor 2025-01-13 12:06:18 +0400
  • 0461153bb2 Fix kebab case for font values in frontend Tsering Paljor 2025-01-13 11:03:06 +0400
  • 2cde4daa4f Translate the name of the font weights Tsering Paljor 2025-01-02 12:08:00 +0400
  • 48859021bb Use snake_case for getType Tsering Paljor 2025-01-02 11:19:34 +0400
  • bdcc71d27c Regenerate migrations Tsering Paljor 2024-12-24 15:30:55 +0400
  • 842bbb369d Lint fix frontend Tsering Paljor 2024-12-24 15:27:58 +0400
  • 077097a00c Lint fix backend Tsering Paljor 2024-12-24 15:24:34 +0400
  • 3504e152fb Add ability to set font weight of Table Header Tsering Paljor 2024-12-24 15:20:24 +0400
  • 8530344ab8 Add table_header_font_weight to TableThemeConfigBlock Tsering Paljor 2024-12-24 15:11:47 +0400
  • 56872a3ef4 Add label_font_weight and input_font_weight to InputThemeConfigBlock Tsering Paljor 2024-12-24 14:53:47 +0400
  • 8f01379d88 Add ability to set link font weight in frontend Tsering Paljor 2024-12-24 14:52:29 +0400
  • 59e66afde8 Add link_font_weight to LinkThemeConfigBlock Tsering Paljor 2024-12-24 14:48:53 +0400
  • f7e3b83c89 Add ability to configure button_font_weight in frontend Tsering Paljor 2024-12-24 14:36:54 +0400
  • e51816f12d Add button_font_weight to ButtonThemeConfigBlock Tsering Paljor 2024-12-24 14:36:31 +0400
  • cb3a3a3be0 Ensure font-weight style is applied for text Tsering Paljor 2024-12-24 12:33:59 +0400
  • 1b746d17a9 Add Body Font Weight selector to Typography Tsering Paljor 2024-12-24 11:43:36 +0400
  • 1d7f3d7b02 Add Font weight types to frontend and register them Tsering Paljor 2024-12-24 11:42:37 +0400
  • 750ff8ef81 Add black and extra-black to font weight enum Tsering Paljor 2024-12-24 11:41:49 +0400
  • 1d858a084f Add font weight attributes for all text fields in TypographyThemeConfigBlock Tsering Paljor 2024-12-24 11:03:56 +0400
  • 074e0840b8 Merge branch '3358-fields-cannot-be-hidden-directly-after-creation-of-a-timeline-view' into 'develop' Davide Silvestri 2025-01-21 14:03:32 +0000
  • 6e99985da5 Resolve "Fields cannot be hidden directly after creation of a Timeline view" Davide Silvestri 2025-01-21 14:03:31 +0000
  • dafde12933 Merge branch '3358-fields-cannot-be-hidden-directly-after-creation-of-a-timeline-view' into 'develop' Davide Silvestri 2025-01-21 14:02:48 +0000
  • 1862be7c30 fix double import Bram Wiepjes 2025-01-21 14:57:13 +0100
  • cbc1b60372 Merge branch '3068-set-font-weight' into 'develop' Tsering Paljor 2025-01-21 13:56:46 +0000
  • ce96adff75 Add ability to set Font Weights in AB Theme Tsering Paljor 2025-01-21 13:56:46 +0000
  • e04d696150 refactor: Clean up rating element code & fix linting errors Evren Ozkan 2025-01-07 14:12:36 +0100
  • e83b0999f8 feat: add tests for rating element Evren Ozkan 2025-01-06 10:17:12 +0100
  • dd1f136bf4 feat: add rating element and input components Evren Ozkan 2025-01-06 01:41:26 +0100
  • fb111e1d29 feat: add rating field (for collection) type to builder module Evren Ozkan 2025-01-06 01:40:38 +0100
  • 511d634b8a feat: add rating elements support Evren Ozkan 2025-01-06 01:37:07 +0100
  • 6a483c4964 fixed rename Bram Wiepjes 2025-01-21 14:21:31 +0100
  • ec1361d674 Added changelog Bram Wiepjes 2024-12-23 16:04:19 +0100
  • 71d3174898 Rebuild dependencies through update collector Bram Wiepjes 2024-12-23 16:00:53 +0100
  • 7b5a7b10cd Accept bulk operation in rebuild_dependencies handler Bram Wiepjes 2024-12-23 15:30:16 +0100
  • bc24e50ac5 Merge branch '3068-set-font-weight' into 'develop' Tsering Paljor 2025-01-21 13:06:26 +0000
  • 87c72612c9 Fix reset font when font familly isn't the same as in the theme Jeremie Pardou 2025-01-21 13:46:01 +0100
  • c392f08a76 Remove fontWeights from registry and use a plain object instead. Tsering Paljor 2025-01-17 12:42:12 +0400
  • 6d6dd6c75c Ensure that the font weight is set to a supported value when the font changes Tsering Paljor 2025-01-17 12:02:57 +0400
  • 77c37e7f3f Add missing font property Jeremie Pardou 2025-01-16 11:47:23 +0100
  • 02f950d280 Fix sorting function to ensure font weights are ordered correctly Tsering Paljor 2025-01-13 12:18:10 +0400
  • 2b9e4bff77 Only show supported font weights Tsering Paljor 2025-01-13 12:06:18 +0400
  • f35d2674df Fix kebab case for font values in frontend Tsering Paljor 2025-01-13 11:03:06 +0400
  • b07872f862 Use kebab case for constant values Tsering Paljor 2025-01-13 10:39:38 +0400