AFFiNE/packages/frontend/core/src
CatsJuice 249f3471c9
feat(component): shortcut style for tooltip (#7721)
![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/2e68337c-91f1-4ea7-8426-7fb33be02081.png)

- New `shortcut` prop for `<Tooltip />`
  - single key
      ```tsx
      <Tooltip shortcut="T" />
      ```
  - multiple
      ```tsx
      <Tooltip shortcut={["⌘",  "K"]} />
      ```
- Round tooltip's arrow
- Use new design system colors
- Replace some usage
  - App sidebar switch
  - Editor mode switch
  - New tab (new)
2024-08-05 02:57:24 +00:00
..
atoms chore: clean up runtime flags and envs (#7454) 2024-07-11 02:05:31 +00:00
blocksuite/presets/ai fix: center peek message role (#7723) 2024-08-05 02:43:58 +00:00
bootstrap feat: bump blocksuite (#7603) 2024-07-25 07:26:40 +00:00
commands feat(core): improve mixpanel (#7652) 2024-07-30 13:22:17 +00:00
components feat(component): shortcut style for tooltip (#7721) 2024-08-05 02:57:24 +00:00
hooks refactor(component): refactor the implementation of Button and IconButton (#7716) 2024-08-05 02:57:23 +00:00
layouts fix: using width atom for syncing app headers position (#7666) 2024-07-31 07:03:30 +00:00
mixpanel feat(core): add globalcontext info to mixpanel track (#7681) 2024-08-01 09:29:31 +00:00
modules feat(component): shortcut style for tooltip (#7721) 2024-08-05 02:57:24 +00:00
pages refactor(component): refactor the implementation of Button and IconButton (#7716) 2024-08-05 02:57:23 +00:00
providers fix: handle gql error correctly (#7507) 2024-07-15 09:24:43 +00:00
shared feat: bump blocksuite (#6078) 2024-03-13 17:04:21 +08:00
types feat(electron): app tabs dnd (#7684) 2024-08-02 02:02:03 +00:00
unexpected-application-state fix(core): implement editor timeout and report error from boundary (#5105) (#5151) 2023-12-01 07:25:08 +00:00
utils feat(core): improve mixpanel (#7652) 2024-07-30 13:22:17 +00:00
router.tsx feat(core): add admin panel page (#7115) 2024-05-31 09:42:23 +00:00
telemetry.tsx feat(core): improve mixpanel (#7652) 2024-07-30 13:22:17 +00:00
testing.ts chore: bump blocksuite (#7235) 2024-06-17 10:55:40 +00:00