feat: Add table sorting controls (#6678)

* wip

* refactor

* fix: Missing shadow styling
This commit is contained in:
Tom Moor
2024-03-14 20:21:56 -06:00
committed by GitHub
parent 04c4d787ff
commit 1a386c9900
10 changed files with 229 additions and 92 deletions

View File

@@ -329,10 +329,8 @@
"Replace": "Replace",
"Replace all": "Replace all",
"Profile picture": "Profile picture",
"Insert column after": "Insert column after",
"Insert column before": "Insert column before",
"Insert row after": "Insert row after",
"Insert row before": "Insert row before",
"Insert after": "Insert after",
"Insert before": "Insert before",
"Align center": "Align center",
"Align left": "Align left",
"Align right": "Align right",
@@ -347,8 +345,6 @@
"Sorry, an error occurred creating the link": "Sorry, an error occurred creating the link",
"Create a new doc": "Create a new doc",
"Create a new child doc": "Create a new child doc",
"Delete column": "Delete column",
"Delete row": "Delete row",
"Delete table": "Delete table",
"Delete file": "Delete file",
"Download file": "Download file",
@@ -388,6 +384,8 @@
"Strikethrough": "Strikethrough",
"Bold": "Bold",
"Subheading": "Subheading",
"Sort ascending": "Sort ascending",
"Sort descending": "Sort descending",
"Table": "Table",
"Math inline (LaTeX)": "Math inline (LaTeX)",
"Math block (LaTeX)": "Math block (LaTeX)",