1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-24 16:36:46 +00:00
bramw_baserow/web-frontend/modules/database/components/row
2024-11-13 11:33:14 +00:00
..
ForeignRowEditModal.vue AI field 2024-04-02 19:50:44 +00:00
RowCreateModal.vue Automatically prefill reverse relationship when creating new related row 2024-08-21 15:37:01 +00:00
RowEditFieldArray.vue Resolve "[Feature] Add URL formula keyword" 2022-09-20 08:51:55 +00:00
RowEditFieldAutonumber.vue 1️⃣ Autonumber: Add field type 2023-12-13 08:48:58 +00:00
RowEditFieldBlank.vue Resolve "Fix tables/link row field trashing breaking dependency logic" 2021-11-25 17:33:28 +00:00
RowEditFieldBoolean.vue fix checkbox 2023-11-30 14:24:08 +00:00
RowEditFieldButton.vue Buttons refactor 2024-04-15 11:29:17 +00:00
RowEditFieldDate.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldDateReadOnly.vue Resolve "Last modified field" 2021-08-11 07:39:58 +00:00
RowEditFieldDuration.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldDurationReadOnly.vue 2️⃣ Support for duration in formula: add backend/frontend support 2024-01-18 12:31:59 +00:00
RowEditFieldEmail.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldFile.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldFileReadOnly.vue Resolve "Lookup field compatibility with the file field" 2023-10-11 10:35:54 +00:00
RowEditFieldFormula.vue Resolve "Lookup field compatibility with the file field" 2023-10-11 10:35:54 +00:00
RowEditFieldLastModifiedBy.vue Resolve "Last modified by field" 2023-11-22 17:16:22 +00:00
RowEditFieldLinkRow.vue Automatically prefill reverse relationship when creating new related row 2024-08-21 15:37:01 +00:00
RowEditFieldLinkURL.vue Resolve "Button formula function should show as an actual button" 2024-01-03 08:58:31 +00:00
RowEditFieldLongText.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldMultipleCollaborators.vue Refactor dropdown component 2024-10-14 08:47:26 +00:00
RowEditFieldMultipleSelect.vue Refactor dropdown component 2024-10-14 08:47:26 +00:00
RowEditFieldMultipleSelectReadOnly.vue Resolve "Support multiple select in the formula field" 2023-12-11 09:33:58 +00:00
RowEditFieldNumber.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldPassword.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldPhoneNumber.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldRating.vue Resolve "Add ratings field" 2021-12-28 12:37:58 +00:00
RowEditFieldRichText.vue More small styling fixes 2024-07-09 17:56:23 +02:00
RowEditFieldSingleSelect.vue Refactor dropdown component 2024-10-14 08:47:26 +00:00
RowEditFieldSingleSelectReadOnly.vue Resolve "Mentions v2: mentions users in comments" 2023-07-06 12:06:04 +00:00
RowEditFieldText.vue FormGroup FormInput FormTextarea refactoring 2024-07-05 09:35:08 +00:00
RowEditFieldURL.vue Fix clickable link in the URL field in the row edit modal 2024-07-16 11:58:11 +00:00
RowEditFieldUUID.vue Resolve "UUID Field Type or Formula" 2023-11-06 09:18:00 +00:00
RowEditModal.vue Resolve "Automatically hide newly created fields on views that are shared publicly" 2024-05-24 13:13:39 +00:00
RowEditModalField.vue Data sync final branch 2024-09-24 15:06:35 +00:00
RowEditModalFieldsList.vue AI field 2024-04-02 19:50:44 +00:00
RowEditModalHiddenFieldsSection.vue Replace icons 2023-09-28 13:39:41 +00:00
RowEditModalSidebar.vue refactor tabs 2024-05-06 08:07:25 +00:00
RowEditSingleFileReadOnly.vue Resolve "Lookup field compatibility with the file field" 2023-10-11 10:35:54 +00:00
RowHistoryEntry.vue Bump stylelint 2024-04-25 10:30:21 +00:00
RowHistoryFieldBoolean.vue Resolve "Real-time support for row change history" 2023-10-16 08:01:49 +00:00
RowHistoryFieldDate.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldDuration.vue Resolve "Higher than and lower than frontend filters are not working with formulas" 2024-01-24 09:46:42 +00:00
RowHistoryFieldFile.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldLinkRow.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldMultipleCollaborators.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldMultipleSelect.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldNumber.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldPassword.vue Password field type 2024-02-28 19:06:11 +00:00
RowHistoryFieldRichText.vue 003 📚: Support for mentions in long text field 2024-04-05 15:25:38 +00:00
RowHistoryFieldSingleSelect.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistoryFieldText.vue Resolve "Final design for row change history" 2023-09-27 10:50:57 +00:00
RowHistorySidebar.vue 003 📚: Support for mentions in long text field 2024-04-05 15:25:38 +00:00
SelectRowContent.vue Resolve "Use full text search when searching for related rows" 2024-11-13 11:33:14 +00:00
SelectRowModal.vue Automatically prefill reverse relationship when creating new related row 2024-08-21 15:37:01 +00:00