mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-27 17:57:07 +08:00
* chore: support drag row * chore: support drag column * chore: modified board virtual list * chore: support drag board column * chore: support drag card * chore: support fix grid header * chore: support fix board header * chore: disabled drag and drop on readonly * chore: adjust padding start and end on document * chore: support new row * chore: support create view * chore: hide or show the property * chore: lint * chore: add card at the top * chore: support text cell editing * chore: support swicth property type and checkbox editing * chore: support number cell editing * chore: support select cell editing * chore: support date cell editing * chore: support relation and checklist * chore: support calculation * chore: support filters and sorts * chore: support edit row modal * chore: support files&media * chore: pull origin main * chore: modified border width * chore: fixed some issues * chore: modified active cell style * chore: add switch language to AI Translate * chore: modified upload color * chore: support board group * chore: support board * chore: update database filter and board column components * chore: update download * chore: update components and pages, optimize UI and functionality * chore: update component and update key bind * chore: update filters * chore: add copy button to date cell * chore: board * chore: replace some old token to new one * chore: add hidden item menu * chore: show the checkbox on card * chore: adjust resize row * chore: update sorts * chore: fix issues of database on document * chore: fix checkbox data * chore: modified test
11 lines
414 B
JavaScript
11 lines
414 B
JavaScript
module.exports = {
|
|
'md': 'var(--shadow)',
|
|
'popover': 'var(--custom-shadow-sm)',
|
|
'menu': 'var(--custom-shadow-sm)',
|
|
'card': '0px 2px 8px 2px rgba(31, 35, 41, 0.02), 0px 2px 4px 0px rgba(31, 35, 41, 0.02), 0px 1px 2px -2px rgba(31, 35, 41, 0.02)',
|
|
'toolbar': 'var(--custom-shadow-sm)',
|
|
'dialog': 'var(--custom-shadow-md)',
|
|
'toast': 'var(--custom-shadow-md)',
|
|
'tooltip': 'var(--custom-shadow-md)',
|
|
};
|