enso/app/ide-desktop/lib/dashboard/src/components
somebody1234 35571f64ba
Add tooltips (#9899)
- Dashboard side of #9828
- Add tooltips for elements rendered by the Dashboard

# Important Notes
- The UI for the tooltips can be changed at any time.
2024-05-10 08:17:06 +00:00
..
AriaComponents Add tooltips (#9899) 2024-05-10 08:17:06 +00:00
dashboard Add tooltips (#9899) 2024-05-10 08:17:06 +00:00
Portal Diff editor (#9458) 2024-03-23 18:44:56 +00:00
styled Add tooltips (#9899) 2024-05-10 08:17:06 +00:00
aria.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
Autocomplete.tsx "User groups" settings page (#9081) 2024-05-09 12:04:35 +00:00
ColorPicker.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
ContextMenu.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
ContextMenuEntry.tsx Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
ContextMenus.tsx "User groups" settings page (#9081) 2024-05-09 12:04:35 +00:00
ControlledInput.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
DateInput.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
Dropdown.tsx Fix dropdowns no longer opening after first open (#9668) 2024-04-10 13:28:49 +00:00
EditableSpan.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
FocusableText.tsx "User groups" settings page (#9081) 2024-05-09 12:04:35 +00:00
FontAwesomeIcon.tsx Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
Input.tsx Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
JSONSchemaInput.tsx Minor fixes to UX for Data Link input (#9857) 2024-05-06 07:42:39 +00:00
Link.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
MenuEntry.tsx Fixes for local backend (#9850) 2024-05-06 07:43:11 +00:00
Modal.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
README.md Re-organize lib/dashboard/ (#8587) 2024-01-10 16:22:11 +00:00
Root.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
SelectionBrush.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
Spinner.tsx Move all user-facing text to a central location (#8831) 2024-03-25 08:13:24 +00:00
StatelessSpinner.tsx Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
SubmitButton.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
SvgIcon.tsx Refactor CSS; address some design issues (#9260) 2024-03-13 10:32:05 +00:00
SvgMask.tsx Add tooltips (#9899) 2024-05-10 08:17:06 +00:00
TextLink.tsx Keyboard navigation between components (#9499) 2024-04-05 07:21:02 +00:00
Twemoji.tsx Make (almost) all interfaces readonly (#8800) 2024-02-07 11:26:59 +00:00
UnstyledButton.tsx Add tooltips (#9899) 2024-05-10 08:17:06 +00:00

Components

This folder contains reusable styled components.

Components designed to take up the full page are located in pages/; components that are supposed to be used only once are located in layouts/.

Generic components usable anywhere belong directly in this folder; components only relevant to a specific part of the app belong in a subfolder named after the corresponding section.