Commit graph

35814 commits

Author SHA1 Message Date
Jose Cortinas b616b73ba7 Use a span for the example link 2024-02-22 16:53:23 -06:00
Jose Cortinas 7b3c649edb
Merge branch 'development' into jc-appearance-menu-underline 2024-02-22 16:22:51 -06:00
Jose Cortinas 7955530f59
Merge pull request #18162 from desktop/jc-icons-bigger-update
Update primer octicons and add support for all sizes
2024-02-22 16:12:41 -06:00
tidy-dev 600c26a797
Merge pull request #18202 from desktop/releases/3.3.9
Release 3.3.9
2024-02-22 11:43:57 -05:00
tidy-dev 051b78a021 Release 3.3.9 2024-02-21 10:51:28 -05:00
Jose Cortinas 9d4b73408e Add a type guard for the missing case 2024-02-20 08:54:50 -06:00
Jose Cortinas 7a1cfb778a No need for a type assertion 2024-02-20 08:47:11 -06:00
Jose Cortinas b29d20415a Allow prettier to format generated icons file 2024-02-20 08:07:52 -06:00
tidy-dev a9369307c8
Merge pull request #18182 from desktop/refactor-hunk-handles-to-be-visible
Add Diff Selectable Line Group Check All: Refactor hunk handles to be visible, single, elements to focus
2024-02-16 11:43:58 -05:00
tidy-dev e92ad863bb
Grammarly
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
2024-02-16 11:15:34 -05:00
tidy-dev 81fda4e46d Make first line height not be default hunk-handle height 2024-02-16 11:10:24 -05:00
tidy-dev e676b02fbf If not selectable, don't show hunk handle 2024-02-16 09:57:50 -05:00
tidy-dev 53f75ec61e Make single line hunk handles selectable 2024-02-16 09:57:50 -05:00
tidy-dev 8778eea55e Make check all control visible single element 2024-02-15 15:16:53 -05:00
tidy-dev ed383e17b5 Calculate height of check all control 2024-02-15 15:16:05 -05:00
tidy-dev e962b8c867 Feature flag this check all work to development as much as possible for now 2024-02-15 15:15:02 -05:00
Jose Cortinas c7c85b9981 Update a comment 2024-02-14 14:22:54 -06:00
Jose Cortinas ef056e3fb6 Fix import in generate-icons that broke everything 2024-02-14 14:12:12 -06:00
tidy-dev 65aaff279d Make hunk-handle take up height of parent so it is hoverable 2024-02-14 07:59:35 -05:00
tidy-dev 2c870d70f6 Place the hunk handle 2024-02-14 07:46:08 -05:00
tidy-dev 8d1d413211 Let the hunk-handle take up space 2024-02-14 07:25:31 -05:00
tidy-dev 9dd976884f Remove line number borders aka visible hunk handles 2024-02-14 07:17:33 -05:00
tidy-dev fcc86b7c4e Group all the general .row styles 2024-02-14 07:14:09 -05:00
tidy-dev 0a20e1fa2b
Merge pull request #18157 from desktop/add-selectable-range-info
Add Diff Selectable Line Group Check All: Add selectable range info
2024-02-14 06:56:10 -05:00
Jose Cortinas ee5c39580d Clean up for new types
- Rename "* as OcticonSymbol" to "* as octicons" to denote a module namespace instead of a type.
- Change icon custom type to variant type.
2024-02-13 15:04:27 -06:00
Jose Cortinas 6f18fe661d Update Octicon component for simpler structure 2024-02-13 15:01:54 -06:00
Jose Cortinas 8dd050835e Update generated icon output 2024-02-13 15:00:10 -06:00
Jose Cortinas a728f58804 Update icon generation and types
- Stop storing non-essential information like the name of icons.
- Reorganize type names and definitions to avoid redundant "Type" suffix.
2024-02-13 14:59:43 -06:00
Jose Cortinas 2bbeb45100 Use v for heights and less info for custom icons 2024-02-12 14:01:58 -06:00
Jose Cortinas cdcc1a484f Move Custom type to index 2024-02-12 08:35:47 -06:00
Jose Cortinas 2cb6a2cca2 Update all call sites and custom icon defs 2024-02-09 20:50:41 -06:00
Jose Cortinas 72c10becb8 Update Octicon component for new data struct 2024-02-09 20:50:29 -06:00
Jose Cortinas 9ad169aa64 Regenerate static icons and types 2024-02-09 20:49:27 -06:00
Jose Cortinas 9b7754b090 Rewrite icon generation again
- All paths and size values are included
- Symbol name is included
- More strict type checking is enabled by enumerating all of the symbol names and sizes and defining types.
2024-02-09 20:49:11 -06:00
Jose Cortinas 76426f78d0 Resize all copy buttons to 12px 2024-02-09 14:04:49 -06:00
Jose Cortinas ecdb9d7317 Use checkCircleFill icon for success 2024-02-09 13:54:22 -06:00
Jose Cortinas 82df1d8116 Scale down success check and copy icon 2024-02-08 15:22:34 -06:00
Jose Cortinas 32fb80e514 settings -> gear 2024-02-08 15:21:58 -06:00
Jose Cortinas edd0551c75 Adjust manually created icons to new type 2024-02-08 15:21:39 -06:00
Jose Cortinas 57713a45d5 Support multiple paths in Octicon component render 2024-02-08 15:20:33 -06:00
Jose Cortinas 854ad5e563 Update generated icons and lint rules 2024-02-08 15:19:44 -06:00
Jose Cortinas dc2304efac Update generate script to support multiple paths
The latest releases of the octicons package now have an ast object available, we use that to get the path data for the icons now instead of parsing the path elements.
2024-02-08 15:18:49 -06:00
Jose Cortinas 91862e4d19 Update primer/octicons package 2024-02-08 15:17:36 -06:00
tidy-dev 7707b9ed82 Method to gather row's group selection data 2024-02-08 14:13:57 -05:00
tidy-dev e96e1edde3 Add method to determine selection state of a range 2024-02-08 14:13:57 -05:00
tidy-dev 4b1a922cb2 Add interface to track row group data 2024-02-08 14:04:32 -05:00
Sergio Padrino 8c68856fac
Merge pull request #18135 from medchedli/patch-1
Update Create Repository & Add Existing Repository Buttons text
2024-02-08 16:13:02 +01:00
tidy-dev 5181424ef3
Merge pull request #18148 from desktop/releases/3.3.9-beta2
Release 3.3.9-beta2
2024-02-07 13:34:19 -05:00
tidy-dev d0c62671d5 Release 3.3.9-beta2 2024-02-07 09:50:08 -05:00
tidy-dev 2b17667b38
Merge pull request #18147 from desktop/feature-flag-diff-checkmarks
Feature flag and setup for adding setting of diff checkmarks
2024-02-07 09:36:36 -05:00