Skip to content

Commit 726ad87

Browse files
authored
Merge pull request #56 from recursivezero/bugfix/RZB-2500047
Bugfix/rzb 2500047 - cross word json and setting icon - hide n seek game pages - india map individual state now visible
2 parents afc9123 + d86eaeb commit 726ad87

27 files changed

+2304
-1803
lines changed

abcd.code-workspace

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,25 @@
7373
"javascript": "javascriptreact"
7474
},
7575
"eslint.options": {
76-
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro"]
77-
},
78-
"eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro"],
76+
"extensions": [
77+
".js",
78+
".jsx",
79+
".md",
80+
".mdx",
81+
".ts",
82+
".tsx",
83+
".astro"
84+
]
85+
},
86+
"eslint.validate": [
87+
"mdx",
88+
"markdown",
89+
"javascript",
90+
"javascriptreact",
91+
"typescript",
92+
"typescriptreact",
93+
"astro"
94+
],
7995
"explorer.compactFolders": false,
8096
"explorer.confirmDelete": false,
8197
"explorer.confirmDragAndDrop": false,
@@ -103,7 +119,10 @@
103119
},
104120
"git.autofetch": true,
105121
"git.branchPrefix": "feature/",
106-
"git.branchProtection": ["develop", "main"],
122+
"git.branchProtection": [
123+
"develop",
124+
"main"
125+
],
107126
"git.branchRandomName.enable": true,
108127
"git.confirmSync": false,
109128
"git.enableCommitSigning": false,
@@ -114,7 +133,9 @@
114133
"js/ts.implicitProjectConfig.checkJs": true,
115134
"peacock.affectSideBarBorder": true,
116135
"peacock.color": "#abcd00",
117-
"prettier.documentSelectors": ["**/*.astro"],
136+
"prettier.documentSelectors": [
137+
"**/*.astro"
138+
],
118139
"prettier.printWidth": 120,
119140
"prettier.quoteProps": "consistent",
120141
"prettier.singleQuote": false,
@@ -170,6 +191,9 @@
170191
"workbench.editor.limit.excludeDirty": true,
171192
"files.readonlyInclude": {
172193
".githooks/**": true
194+
},
195+
"[xml]": {
196+
"editor.defaultFormatter": "redhat.vscode-xml"
173197
}
174198
}
175-
}
199+
}

public/json/cross.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"easy": ["CAT", "DOG", "SUN", "MOON", "STAR"],
4+
"medium": ["APPLE", "GRAPE", "ORANGE", "BERRIES"],
5+
"hard": ["WALRUS", "GIRAFFE", "PENGUIN", "DOLPHIN"]
6+
},
7+
{
8+
"easy": ["HAT", "CAR", "BALL", "SHOE", "LAMP"],
9+
"medium": ["CHERRY", "COCONUT", "PLUM", "MELON", "PEACH"],
10+
"hard": ["OCTOPUS", "JACKAL", "WALRUS", "PEACOCK"]
11+
},
12+
{
13+
"easy": ["RED", "BLUE", "GREEN", "YELLOW", "PURPLE"],
14+
"medium": ["BLACK", "WHITE", "BROWN", "ORANGE", "PINK"],
15+
"hard": ["MAGENTA", "CYAN", "VIOLET", "MAROON"]
16+
}
17+
]

src/assets/icons/arrow.svg

Lines changed: 4 additions & 3 deletions
Loading

src/assets/icons/moon.svg

Lines changed: 13 additions & 13 deletions
Loading

src/assets/icons/settings.svg

Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)