1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-09 23:27:51 +00:00
Commit graph

26 commits

Author SHA1 Message Date
Davide Silvestri
83cbe6ced2 2️⃣ Support for duration in formula: add backend/frontend support 2024-01-18 12:31:59 +00:00
Bram Wiepjes
c1d9354965 Introduced space bar keyboard shortcut to open row edit modal in grid view 2023-10-23 11:25:37 +00:00
Bram Wiepjes
a2479fd26d Fix tab key when editing cell 2023-09-14 20:23:43 +00:00
Bram Wiepjes
4d1dab9815 Respect can keydown method when multiple select via keyboard shortcut 2023-09-14 12:22:53 +00:00
Davide Silvestri
19db54aa30 Resolve "Fix backspace stop responding due to double mixins" 2023-02-09 17:08:02 +00:00
Bram Wiepjes
921c43e264 Resolve "Introduce a keyboard shortcut to create a new row grid view" 2023-01-04 11:38:00 +00:00
Bram Wiepjes
41a10c3b72 Fix mousedown and click events of the modal and context 2022-10-31 18:35:57 +00:00
Davide Silvestri
702ff21135 Text type formulas use GridViewFieldLongText to show text 2022-05-26 11:49:13 +00:00
Jrmi
867304c0fa Resolve "keyCode property of key events is deprecated and shouldn't be used" 2022-05-11 13:36:21 +00:00
Sascha Jullmann
fb17bf009c Resolve "Allow [F2] keyboard shortcut to edit cell content without clearing" 2021-07-27 06:37:37 +00:00
Bram Wiepjes
53ffd8f9c0 Resolve "Form view" 2021-07-11 18:02:37 +00:00
Bram Wiepjes
2e56808b0e Resolve "Database templates" 2021-04-08 14:30:26 +00:00
Keith Axline
82b3248d69 Resolve "Large integers result in an error" 2020-12-22 09:30:09 +00:00
Bram Wiepjes
6e16d7ec01 Resolve "Filter rows" 2020-09-27 14:41:03 +00:00
Bram Wiepjes
2677dd17aa Resolve "Pressing enter in the long text field in the edit model blurs the input" 2020-09-02 19:57:25 +00:00
Bram Wiepjes
87d4d733f9 Resolve "Add a date/ datetime field" 2020-06-04 09:51:48 +00:00
Bram Wiepjes
6e80cbc7a9 Resolve "Introduce copy/paste functionality" 2020-05-25 15:50:47 +00:00
Bram Wiepjes
329227f890 Resolve "Implement a long text field" 2020-05-23 13:52:15 +00:00
Bram Wiepjes
f3266effb2 Resolve "Allow the arrow keys to select other fields" 2020-05-20 07:31:24 +00:00
Bram Wiepjes
f96689afe9 prevent row context menu when right clicking on a field that is being edited 2020-05-11 21:35:11 +02:00
Bram Wiepjes
1202e2b9c2 Resolve "Edit a row in a popup" 2020-05-11 17:27:35 +00:00
Bram Wiepjes
cc04839770 Resolve "Improve validation of the number field" 2020-05-05 11:22:49 +00:00
Bram Wiepjes
2ff6ed9aa4 select next field when the tab key is pressed 2020-05-03 21:07:29 +02:00
Bram Wiepjes
b27f453050 Resolve "Upgrade python and js dependencies." 2020-03-31 14:15:27 +00:00
Bram Wiepjes
be2c5c4d4f Resolve "Web frontend refactor" 2020-03-27 13:19:43 +00:00
Bram Wiepjes
59181e4351 Resolve "Manage rows and grid data" 2020-03-24 19:22:34 +00:00