Skip to content

Commit 1771316

Browse files
Merge pull request #59 from recursivezero/bugfix/RZB-2500047
Bugfix/rzb 2500047
2 parents 726ad87 + d1c580f commit 1771316

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2874
-2276
lines changed

.cursor/rules/abcd.mdc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: best practicese css5 feaure andpopove
3+
globs: *.css
4+
alwaysApply: false
5+
---
6+
7+
# Your rule content
8+
9+
- use grid whenever posibble
10+
-

.vscode/dictionaries/project-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ frontmatter
1717
getbuffer
1818
GSTIN
1919
heroicons
20+
hidenseek
2021
hookform
2122
imread
2223
imwrite
24+
Jaati
2325
jsonify
2426
kmeans
2527
linalg

.vscode/extensions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"aaron-bond.better-comments",
1414
"Heron.firefox-devtools-theme",
1515
"GitHub.github-vscode-theme",
16-
"xkeshav.css-color-collector"
16+
"xkeshav.css-color-collector",
17+
"pucelle.vscode-css-navigation"
1718
]
18-
}
19+
}

.vscode/settings.json

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"git.autofetch": true,
3-
"workbench.startupEditor": "none",
43
"[typescriptreact]": {
54
"editor.defaultFormatter": "vscode.typescript-language-features"
65
},
@@ -30,38 +29,31 @@
3029
"git.openRepositoryInParentFolders": "always",
3130
"typescript.updateImportsOnFileMove.enabled": "always",
3231
"editor.linkedEditing": true,
33-
"cSpell.userWords": ["nojekyll", "testid"],
32+
"cSpell.userWords": [
33+
"nojekyll",
34+
"testid"
35+
],
3436
"editor.tabSize": 2,
3537
"git.enableSmartCommit": true,
3638
"files.watcherExclude": {
3739
"**/node_modules/*/**": true
3840
},
3941
"files.autoSave": "afterDelay",
40-
"git.branchProtection": ["main", "develop"],
42+
"git.branchProtection": [
43+
"main",
44+
"develop"
45+
],
4146
"[CODEOWNERS]": {
4247
"editor.formatOnSave": false
4348
},
44-
"cSpell.words": ["behaviour", "DUMMYUSER"],
45-
"workbench.colorCustomizations": {
46-
"activityBar.activeBackground": "#e98cf9",
47-
"activityBar.background": "#e98cf9",
48-
"activityBar.foreground": "#15202b",
49-
"activityBar.inactiveForeground": "#15202b99",
50-
"activityBarBadge.background": "#fdf9e1",
51-
"activityBarBadge.foreground": "#15202b",
52-
"commandCenter.border": "#15202b99",
53-
"sash.hoverBorder": "#e98cf9",
54-
"statusBar.background": "#e05bf7",
55-
"statusBar.foreground": "#15202b",
56-
"statusBarItem.hoverBackground": "#d72af5",
57-
"statusBarItem.remoteBackground": "#e05bf7",
58-
"statusBarItem.remoteForeground": "#15202b",
59-
"titleBar.activeBackground": "#e05bf7",
60-
"titleBar.activeForeground": "#15202b",
61-
"titleBar.inactiveBackground": "#e05bf799",
62-
"titleBar.inactiveForeground": "#15202b99"
63-
},
49+
"cSpell.words": [
50+
"behaviour",
51+
"DUMMYUSER"
52+
],
6453
"peacock.color": "#e05bf7",
65-
"css.format.enable": true,
66-
"css.lint.unknownAtRules": "ignore"
67-
}
54+
"css.validate": true,
55+
"css.lint.unknownAtRules": "ignore",
56+
"css.lint.unknownProperties": "ignore",
57+
"css.hover.documentation": true,
58+
"css.hover.references": true,
59+
}

abcd.code-workspace

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"javascript.updateImportsOnFileMove.enabled": "always",
133133
"js/ts.implicitProjectConfig.checkJs": true,
134134
"peacock.affectSideBarBorder": true,
135-
"peacock.color": "#abcd00",
135+
"peacock.color": "#6A3B98",
136136
"prettier.documentSelectors": [
137137
"**/*.astro"
138138
],
@@ -157,25 +157,25 @@
157157
"window.zoomLevel": 0.5,
158158
"workbench.colorTheme": "Tokyo Night Storm",
159159
"workbench.colorCustomizations": {
160-
"activityBar.activeBackground": "#d5ff01",
161-
"activityBar.background": "#d5ff01",
162-
"activityBar.foreground": "#15202b",
163-
"activityBar.inactiveForeground": "#15202b99",
164-
"activityBarBadge.background": "#00a0bf",
160+
"activityBar.activeBackground": "#844cba",
161+
"activityBar.background": "#844cba",
162+
"activityBar.foreground": "#e7e7e7",
163+
"activityBar.inactiveForeground": "#e7e7e799",
164+
"activityBarBadge.background": "#45301b",
165165
"activityBarBadge.foreground": "#e7e7e7",
166-
"commandCenter.border": "#15202b99",
167-
"sash.hoverBorder": "#d5ff01",
168-
"sideBar.border": "#d5ff01",
169-
"statusBar.background": "#abcd00",
170-
"statusBar.foreground": "#15202b",
171-
"statusBarItem.hoverBackground": "#809a00",
172-
"statusBarItem.remoteBackground": "#abcd00",
173-
"statusBarItem.remoteForeground": "#15202b",
174-
"titleBar.activeBackground": "#abcd00",
175-
"titleBar.activeForeground": "#15202b",
176-
"titleBar.inactiveBackground": "#abcd0099",
177-
"titleBar.inactiveForeground": "#15202b99",
178-
"tab.activeBorder": "#d5ff01"
166+
"commandCenter.border": "#e7e7e799",
167+
"sash.hoverBorder": "#844cba",
168+
"sideBar.border": "#844cba",
169+
"statusBar.background": "#6a3b98",
170+
"statusBar.foreground": "#e7e7e7",
171+
"statusBarItem.hoverBackground": "#844cba",
172+
"statusBarItem.remoteBackground": "#6a3b98",
173+
"statusBarItem.remoteForeground": "#e7e7e7",
174+
"titleBar.activeBackground": "#6a3b98",
175+
"titleBar.activeForeground": "#e7e7e7",
176+
"titleBar.inactiveBackground": "#6a3b9899",
177+
"titleBar.inactiveForeground": "#e7e7e799",
178+
"tab.activeBorder": "#844cba"
179179
},
180180
"files.exclude": {
181181
"**/.git": false,
@@ -192,8 +192,6 @@
192192
"files.readonlyInclude": {
193193
".githooks/**": true
194194
},
195-
"[xml]": {
196-
"editor.defaultFormatter": "redhat.vscode-xml"
197-
}
195+
"typescript.preferences.preferGoToSourceDefinition": true
198196
}
199197
}

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"components": "components",
1515
"utils": "utils"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)