Skip to content
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

Template Explorer Fixes #5161

Merged
merged 21 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6219fb1
change title to agreed text
joeizang Sep 4, 2024
0200a73
update text in templates.ts. update tooltips. update hambuger
joeizang Sep 4, 2024
75c9b45
create logic and markup for blank workspace
joeizang Sep 4, 2024
45b9a37
implement blank workspace logic
joeizang Sep 4, 2024
dc2033d
made changes as per @ryestew & @LianaHus
joeizang Sep 10, 2024
d405d9e
Merge branch 'master' into template-explorer-fixes
joeizang Sep 11, 2024
e253a27
fix label for hamburger menu
joeizang Sep 11, 2024
e5379b1
blank workspace counter starts from 1
joeizang Sep 11, 2024
5494b10
Merge branch 'master' into template-explorer-fixes
joeizang Sep 12, 2024
dd1b7e5
change title to agreed text
joeizang Sep 4, 2024
0d8a761
update text in templates.ts. update tooltips. update hambuger
joeizang Sep 4, 2024
97bdb25
create logic and markup for blank workspace
joeizang Sep 4, 2024
0796242
implement blank workspace logic
joeizang Sep 4, 2024
6d13232
made changes as per @ryestew & @LianaHus
joeizang Sep 10, 2024
4fd1cf5
fix label for hamburger menu
joeizang Sep 11, 2024
0a47c67
blank workspace counter starts from 1
joeizang Sep 11, 2024
31689aa
update text to follow a standardized case style
ryestew Sep 12, 2024
70b26d4
Merge branch 'template-explorer-fixes' into template-explorer-fixes-T…
ryestew Sep 12, 2024
a7b3643
fix linting error
ryestew Sep 12, 2024
87274b7
Merge pull request #5179 from ethereum/template-explorer-fixes-TxtPatch
joeizang Sep 12, 2024
76685ce
Merge branch 'master' into template-explorer-fixes
ryestew Sep 12, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
['ERC721', 'secondary'],
['ERC1155', 'primary'],
]}
title='Template explorer'
title='Workspace Templates'
description="Select a template to create a workspace or to add it to current workspace"
>
{
Expand Down
Loading
Loading