Skip to content

Focus visible style refinements #1577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7f3994b
reduces the thickness of the focus-visible
samejr Dec 18, 2024
7020df3
More subtle Input style
samejr Dec 18, 2024
dc2e063
Updates focus-visible styles for the SimpleSelect
samejr Dec 18, 2024
b87bb11
Tables tab through rows and action cells only
samejr Dec 18, 2024
5dc8d7f
Refined focus visible style
samejr Dec 18, 2024
a1c37d6
Adds the custom focus visible to the TextLink
samejr Dec 18, 2024
687ead4
Moves the onClick handling to the table row rather than the cell
samejr Dec 18, 2024
149ee94
Merge branch 'main' into focus-visible-style-refinments
samejr Dec 19, 2024
758a96d
Makes table row heights consistent
samejr Dec 19, 2024
8fd2948
Adds gap between task search bar and button
samejr Dec 19, 2024
1daafa3
Prevents long tag values from wrapping
samejr Dec 19, 2024
9f577c7
Removes unnecessary rows from table header
samejr Dec 23, 2024
6028ef3
Added gap between search and filters
samejr Dec 23, 2024
f97c60d
Fixes the schedules table pagination staying fixed to the bottom of t…
samejr Dec 23, 2024
3b0e6d4
Removed more unnecessary header table rows to prevent them being sele…
samejr Dec 23, 2024
4ab3f3c
Removed isSelected styles (not working)
samejr Dec 23, 2024
f9caa9f
Added <tr> back to the main Table compontent
samejr Dec 31, 2024
b239474
Table row handles modifier keys
samejr Jan 3, 2025
8a814d4
Adds to={path} to the TableRow only
samejr Jan 3, 2025
f2bdc64
Revert "Adds to={path} to the TableRow only"
samejr Jan 4, 2025
47a560b
Revert "Table row handles modifier keys"
samejr Jan 4, 2025
8ad7443
Table reverted to use linked cells rather than rows
samejr Jan 4, 2025
796e0d3
Set the tab index of a cell and style the table row when tabbed
samejr Jan 4, 2025
17302b8
Tabbed row style applied to the sticky cells
samejr Jan 4, 2025
9edd0e2
Adds isTabbableCell to each table
samejr Jan 4, 2025
5b11f5c
Improves the spcificity of the row highlighting
samejr Jan 4, 2025
2219abc
Reduces the height of the task rows to match the other tables
samejr Jan 4, 2025
ab32e4d
Adds tab styles to fill in row dividers top and bottom
samejr Jan 5, 2025
2d46781
Removed old row onClick and to props
samejr Jan 6, 2025
3998961
Removed duplicate table header row
samejr Jan 6, 2025
e7fd0c7
Creates table style variants so tables look good in the inspector panels
samejr Jan 6, 2025
176541b
Full width tables on the schedules inspector panel
samejr Jan 6, 2025
46b979e
Reduce padding on Alerts page table rows
samejr Jan 6, 2025
3c0639e
Updates the Deploy page inspector table to the new style
samejr Jan 6, 2025
2be75bf
Removes the duplicate Table Row from the table headers in v2
samejr Jan 6, 2025
13c9b98
Adds TableRow to the EventsTable
samejr Jan 21, 2025
7eab9a3
Adds TableRow to more tables
samejr Jan 21, 2025
1243990
Adds TableRow to more tables
samejr Jan 21, 2025
2087072
Adds TableRow to more tables
samejr Jan 21, 2025
df3bc01
Adds TableRow to more tables
samejr Jan 21, 2025
0b0c7df
Fix for showing correct cursor for linked table rows
samejr Jan 21, 2025
cd6c416
Removed variants from some of the table components
samejr Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refined focus visible style
  • Loading branch information
samejr committed Dec 18, 2024
commit 5dc8d7f5d2c33acbc55593f5038bb22dc275752d
2 changes: 1 addition & 1 deletion apps/webapp/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module.exports = {
outline: "1px solid",
outlineOffset: "0px",
outlineColor: textLink,
borderRadius: "2px",
borderRadius: "3px",
},
borderRadius: {
lg: radius,
Expand Down