Skip to content

Commit c50b6b4

Browse files
authored
Merge pull request #120 from Shopify/Feb-2024-Updates-4
Feb 2024 updates 4
2 parents ce83a0b + af4304c commit c50b6b4

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<div class="hero">
88
<div class="hero-lines"></div>
9+
910
<header class="hero-header">
1011
<div class="pagewidth">
1112
<div class="logo--ie">
@@ -23,6 +24,7 @@
2324
</ul>
2425
</div>
2526
</header>
27+
2628
<div class="pagewidth">
2729
<div class="hero-inner">
2830
<h1 class="hero-text">
@@ -44,16 +46,15 @@ <h2>
4446
</div>
4547
<div class="filter-bar--right">
4648
<button class="btn is-active" data-filter="*">All</button>
49+
<button class="btn" data-filter=".ruby">Ruby</button>
4750
<button class="btn" data-filter=".go">Go</button>
4851
<button class="btn" data-filter=".javascript">JavaScript</button>
4952
<button class="btn" data-filter=".typescript">TypeScript</button>
5053
<button class="btn" data-filter=".liquid">Liquid</button>
51-
<button class="btn" data-filter=".swift">Swift</button>
52-
<button class="btn" data-filter=".ruby">Ruby</button>
53-
<button class="btn" data-filter=".kotlin">Kotlin</button>
54+
<button class="btn" data-filter=".python">Python</button>
5455
<button
5556
class="btn"
56-
data-filter=":not(.go, .javascript, .typescript, .liquid, .swift, .ruby, .kotlin)"
57+
data-filter=":not(.go, .javascript, .typescript, .liquid, .ruby, .python)"
5758
>
5859
Other
5960
</button>

javascripts/custom-repos.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ var optInRepos = [
77
'active_utils',
88
'app_profiler',
99
'asset_cloud',
10+
'better-html',
1011
'browser_sniffer',
11-
'connect-googleapps',
12-
'discount-app-components',
1312
'dukpt',
1413
'ejson',
1514
'ejson2env',
1615
'embedded-app-example',
1716
'flash-list',
1817
'go-lua',
1918
'goluago',
20-
'goqueuesim',
2119
'goreferrer',
2220
'grizzly_ber',
2321
'hydrogen',
@@ -33,6 +31,7 @@ var optInRepos = [
3331
'polaris-react',
3432
'polaris-icons',
3533
'polaris',
34+
'polaris-viz',
3635
'pyreferrer',
3736
'rails_parallel',
3837
'rbi',
@@ -45,7 +44,6 @@ var optInRepos = [
4544
'ruby-lsp',
4645
'semian',
4746
'shipit-engine',
48-
'shopify-css-import',
4947
'shopify_api',
5048
'shopify_app',
5149
'shopify_django_app',
@@ -56,12 +54,9 @@ var optInRepos = [
5654
'sync_app_demo',
5755
'sysv_mq',
5856
'tapioca',
59-
'themekit',
6057
'toxiproxy',
6158
'toxiproxy-ruby',
62-
'web-configs',
6359
'turbograft',
64-
'twine',
6560
'voucher',
6661
'vscode-ruby-lsp',
6762
'vscode-shopify-ruby',
@@ -74,7 +69,12 @@ var optInRepos = [
7469
'dawn',
7570
'graphql-batch',
7671
'shopify-ruby-api',
77-
'job-iteration'
72+
'job-iteration',
73+
'atlas_engine',
74+
'product-taxonomy',
75+
'wasmprof',
76+
'cli',
77+
'worldwide'
7878
];
7979

8080
// Add custom repos by full_name. Take the org/user and repo name
@@ -87,7 +87,8 @@ var customRepoLanguage = {
8787
liquid: 'Liquid',
8888
'offsite-gateway-sim': 'Ruby',
8989
'shopify.github.com': 'JavaScript',
90-
rotoscope: 'C'
90+
rotoscope: 'C',
91+
handy: 'Unity'
9192
};
9293

9394
// Custom repo avatars. Dimensions should be 40x40

0 commit comments

Comments
 (0)