Commit graph

34794 commits

Author SHA1 Message Date
tidy-dev a98d46c002 Release 3.2.9 2023-08-17 13:15:07 -04:00
tidy-dev 1c7c1d1328 Merge pull request #17238 from vaindil/vaindil/plan-fix
Make user plan optional
2023-08-17 13:12:58 -04:00
Sergio Padrino 865a19463f Please linter 2023-08-16 08:33:43 +02:00
tidy-dev 62889adb70 Enable checkout out commit form history
Also other release notes from beta that was partially released
2023-08-15 20:38:06 -04:00
tidy-dev 432795fb37 Release 3.2.8 2023-08-15 20:31:40 -04:00
tidy-dev 3398166f9c Add delete branch dialog note 2023-08-11 06:45:22 -04:00
tidy-dev b025a8d5e8 Merge branch 'development' into releases/3.2.8-beta4 2023-08-11 06:44:38 -04:00
tidy-dev 84fd14f036
Merge pull request #17210 from desktop/annnounce-delete-branch-dialogs
Add alertdialog and description to delete branch dialogs
2023-08-11 10:44:10 +00:00
Sergio Padrino 3c874ee6b2 Bump changelog and version to 3.2.8-beta4 2023-08-11 12:30:19 +02:00
tidy-dev 02cc83bbdd Add alertdialog and description to delete branch dialogs 2023-08-11 06:21:43 -04:00
Sergio Padrino 21a47f5ea3
Merge pull request #17207 from koenpunt/koenpunt-patch-1
Remove invalid method call
2023-08-11 09:01:19 +02:00
Koen Punt 014014fe57
remove property event handler call 2023-08-11 01:18:37 +02:00
Koen Punt dda1a9e281
call correct method on component props 2023-08-11 01:14:28 +02:00
tidy-dev 4c240d3190
Merge pull request #17203 from desktop/releases/3.2.8-beta3
Release 3.2.8-beta3
2023-08-10 17:38:19 +00:00
tidy-dev 7167db439c
Merge pull request #17204 from desktop/stash-button-description
Add aria described by to stash restore button
2023-08-10 17:36:21 +00:00
tidy-dev dc7df094e7 Add aria described by to restore button 2023-08-10 10:59:07 -04:00
tidy-dev 01b9547448 Release 3.2.9-beta3 2023-08-10 08:36:53 -04:00
tidy-dev 017974614b
Merge pull request #17097 from filiptronicek/ft/zed-preview-editor
[Added] Add Zed Preview as an external editor option
2023-08-10 12:31:53 +00:00
Sergio Padrino c2c69b2fe6
Merge pull request #17197 from desktop/overwrite-stash-a11y-fix
Announce stash-related dialogs
2023-08-10 14:29:37 +02:00
tidy-dev b2e1716e69
Merge branch 'development' into ft/zed-preview-editor 2023-08-10 12:07:07 +00:00
Jose Cortinas d0e08d15bf
Merge pull request #17172 from desktop/jc-tab-focus-fix
Add ARIA roles and labelledby to branch dropdown tabs
2023-08-09 13:55:39 -05:00
Sergio Padrino 270b7abc1e Use alertdialog role for discard stash confirmation dialog 2023-08-09 12:45:22 +02:00
Sergio Padrino fbf1ef5768 Use alertdialog role for overwrite stash confirmation dialog 2023-08-09 08:37:07 +02:00
Sergio Padrino 81be8487f3
Merge pull request #17192 from desktop/file-status-tooltip
Show file status tooltip on keyboard navigation
2023-08-09 08:31:32 +02:00
tidy-dev 280594e9cd
Merge pull request #17182 from vaindil/vaindil/repo-rules-tweaks
Check user's plan and repo privacy for repo rules
2023-08-08 20:09:18 +00:00
Sergio Padrino b3e896882d Use an object as invalidation props 2023-08-08 10:09:45 +02:00
Sergio Padrino fb8e3e3c01 Use better naming and documentation 2023-08-08 10:07:42 +02:00
Sergio Padrino fdcb5a013d Bring onRowKeyboardFocus to SectionList 2023-08-08 09:54:51 +02:00
Sergio Padrino d1b878e5c3 Document and cleanup List props 2023-08-08 09:54:29 +02:00
Sergio Padrino e8a99dc541 Only show file status tooltips on keyboard navigation 2023-08-08 09:50:49 +02:00
Sergio Padrino ae2d1baeee Use heuristics to detect when rows obtained focus due to keyboard interactions 2023-08-08 09:49:10 +02:00
Sergio Padrino 490a9c00ea Invalidate changes list on focused row change 2023-08-08 09:48:31 +02:00
Sergio Padrino 8b4010c87f Show tooltip on focus on change list rows too 2023-08-08 09:12:44 +02:00
Sergio Padrino 1838c72dac Rename event handler parameter 2023-08-08 08:54:01 +02:00
Jose Cortinas 1d2be6fd47 Use a wrapper method to clean up logic 2023-08-07 13:09:17 -05:00
Sergio Padrino 0c549c8e3d Make commit file list items show tooltip for file status icon on focus 2023-08-07 18:22:03 +02:00
Sergio Padrino c00dacdd6d Expose row focus/blur events 2023-08-07 18:21:36 +02:00
Sergio Padrino 5c3d6baa95 Allow forcing tooltip when ancestor is focused 2023-08-07 18:21:23 +02:00
vaindil 9fd3fca1b3 use isRepositoryWithGitHubRepository helper 2023-08-07 10:11:44 -04:00
vaindil 40017cac39 consolidate repo rules checks, add free plan check 2023-08-04 18:30:43 -04:00
vaindil 9f112cb035 get plan info from existing API call 2023-08-04 18:25:02 -04:00
tidy-dev 2e5f7947e1
Merge pull request #17178 from vaindil/vaindil/repo-rules-tweaks
Repo rules tweaks
2023-08-04 17:42:23 +00:00
Jose Cortinas 4d9db3d528 Move to using a container div for tab panels 2023-08-04 12:07:18 -05:00
Sergio Padrino bc69ee8a6f
Merge pull request #17120 from confused-Techie/development 2023-08-04 17:46:04 +02:00
Sergio Padrino daf5f60e2e
Update app/src/lib/editors/win32.ts 2023-08-04 08:33:18 +02:00
confused-Techie 83eead36ae displayNamePrefix => displayNamePrefixes 2023-08-03 16:32:05 -07:00
confused-Techie 659ad53ec1 Merge remote-tracking branch 'upstream/development' into development 2023-08-03 16:30:23 -07:00
Jose Cortinas b5dac14306 Run prettier 2023-08-03 17:21:23 -05:00
Jose Cortinas d40f35944a Add ARIA roles and labelledby to dropdown tabs 2023-08-03 16:45:44 -05:00
Sergio Padrino cbf503dd2f
Update app/src/lib/editors/win32.ts 2023-08-03 16:08:38 +02:00