gristlabs_grist-core/app/client/ui2018
Jarosław Sadziński 6f00106d7c (core) Raw renames
Summary:
A new way for renaming tables.

  - There is a new popup to rename section (where you can also rename the table)
  - Renaming/Deleting page doesn't modify/delete the table.
  - Renaming table can rename a page if the names match (and the page contains a section with that table).
  - User can rename table in Raw Data UI in two ways - either on the listing or by using the section name popup
  - As before, there is no way to change tableId - it is derived from a table name.
  - When the section name is empty the table name is shown instead.
  - White space for section name is allowed (to discuss) - so the user can just paste '   '.
  - Empty name for a page is not allowed (but white space is).
  - Some bugs related to deleting tables with attached summary tables (and with undoing this operation) were fixed (but not all of them yet).

Test Plan: Updated tests.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: georgegevoian

Differential Revision: https://phab.getgrist.com/D3360
2022-04-27 22:21:55 +02:00
..
breadcrumbs.ts (core) Hide workspace in breadcrumbs if doc is unsaved 2021-08-05 15:57:03 -07:00
buttons.ts (core) Formula UI redesign 2021-11-05 13:07:30 +01:00
buttonSelect.ts (core) Making cells colors effective also in Card and Card List views 2021-02-09 15:08:44 +01:00
checkbox.ts (core) Adding sort options for columns. 2021-11-03 15:31:39 +01:00
ColorPalette.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
ColorSelect.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
cssVars.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
draggableList.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
editableLabel.ts Correct spelling mistakes 2022-02-19 09:46:49 +00:00
IconList.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
icons.ts (core) Showing links in text cells 2021-10-13 23:22:03 +02:00
links.ts (core) Show default context menu on link 2022-02-18 10:09:36 +01:00
loaders.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
menus.ts (core) Show default context menu on link 2022-02-18 10:09:36 +01:00
modals.ts (core) Raw renames 2022-04-27 22:21:55 +02:00
pages.ts Correct spelling mistakes 2022-02-19 09:46:49 +00:00
search.ts (core) Implementing search on raw data view 2022-04-13 20:44:37 +02:00
select.ts (core) Implement UI for trigger formulas. 2021-06-29 10:24:16 -04:00