Commit 72363b3
authored
improvement(ui): standardize overflow text (#7175)
* improvement(ui): standardize overflow text
* fix(ui): remeasure overflow text changes
* fix(ui): refresh overflow after font loads
* fix(ui): stabilize overflow font test
* fix(ui): preserve overflow text interactions
* fix(test): update overflow component mocks
* fix(ui): keep overflow tooltips in sync
* fix(ui): preserve overflow server boundary
* test(ui): cover strict mode overflow replay
* fix(ui): restore overflow observers on effect replay
* fix(ui): harden overflow measurement defaults1 parent 474c105 commit 72363b3
67 files changed
Lines changed: 983 additions & 350 deletions
File tree
- .claude/rules
- .cursor/rules
- apps/sim
- app
- f/[token]
- workspace/[workspaceId]
- components
- conversation-list-item
- resource/components
- resource-header
- resource-options
- files
- home/components
- message-content/components/agent-group
- mothership-view/components
- resource-content
- resource-registry
- knowledge/[id]
- [documentId]
- components
- add-connector-modal
- connectors-section
- logs
- components/dashboard
- settings
- components
- activity-log
- admin
- billing
- browser/components/passwords-view
- byok
- member-list
- settings-resource-row
- team-management/components/transfer-ownership-dialog
- secrets/[credentialId]/components/secret-usage-panel
- tables
- [tableId]/components
- enrichments-sidebar
- select-field
- workflow-sidebar
- w
- [workflowId]/components
- chat/components/output-select
- panel/components
- deploy/components/deploy-modal/components/general/components
- editor/components/sub-block/components/tag-dropdown
- toolbar
- components/sidebar
- components
- search-modal/components/command-items
- settings-sidebar
- sidebar-section
- workflow-list/components
- folder-item
- workflow-item
- workspace-header
- components/pending-invitations
- components
- permissions
- settings
- ee
- access-control/components
- audit-logs/components
- data-retention/components
- workspace-forking/components
- fork-excluded-workflows
- fork-file-tree
- fork-resource-picker
- fork-sync
- packages
- emcn/src/components
- combobox
- overflow-text
- tab-strip
- tooltip
- workflow-renderer/src
- lib
- workflow-block
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 3 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
664 | 666 | | |
665 | 667 | | |
666 | 668 | | |
667 | | - | |
| 669 | + | |
668 | 670 | | |
669 | 671 | | |
670 | 672 | | |
| |||
702 | 704 | | |
703 | 705 | | |
704 | 706 | | |
| 707 | + | |
705 | 708 | | |
706 | | - | |
| 709 | + | |
707 | 710 | | |
708 | 711 | | |
709 | 712 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
1968 | 1969 | | |
1969 | 1970 | | |
1970 | 1971 | | |
| 1972 | + | |
1971 | 1973 | | |
1972 | | - | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
1973 | 1979 | | |
1974 | 1980 | | |
1975 | 1981 | | |
| |||
1987 | 1993 | | |
1988 | 1994 | | |
1989 | 1995 | | |
| 1996 | + | |
1990 | 1997 | | |
1991 | | - | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
1992 | 2003 | | |
1993 | 2004 | | |
1994 | 2005 | | |
| |||
0 commit comments