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

feat: unique number into button #393

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d615262
feat(ui): added copy course id button
nikshitak Oct 24, 2024
193f0c0
fix(code): removed comments
nikshitak Oct 24, 2024
ceef14f
fix(ui): added checkmark, removed copied text
nikshitak Oct 24, 2024
2d16719
fix(changes): refactored code to follow standards
nikshitak Oct 26, 2024
8207850
fix(code): reverted structure files to original version
nikshitak Oct 26, 2024
aeee21b
Merge branch 'feature/unique-number-into-button' of https://github.co…
nikshitak Oct 28, 2024
65dd362
feat(code): refactored to add timeout and stopped default action
nikshitak Oct 29, 2024
1fdc1c2
feat(code): refactored to add timeout and stopped default action
nikshitak Oct 29, 2024
79e283b
fix(code): ran prettier
nikshitak Oct 29, 2024
70d8d54
fix(code): adjusted css styling for button:
nikshitak Nov 5, 2024
5eeabc8
Merge branch 'main' into feature/unique-number-into-button
nikshitak Nov 5, 2024
0214226
fix(code): added useref function
nikshitak Nov 12, 2024
38e6a5c
fix(code): revert commit, ensured previous functionality, fixed tailw…
nikshitak Nov 17, 2024
28d38d8
Merge remote-tracking branch 'refs/remotes/origin/feature/unique-numb…
nikshitak Nov 17, 2024
1e1ddae
Merge branch 'main' into feature/unique-number-into-button
nikshitak Nov 17, 2024
89f8b18
fix(prettier): ran prettier
nikshitak Nov 17, 2024
bcbe9e2
fix(Chromatic): attempt to fix Chromatic error
nikshitak Nov 17, 2024
b480957
fix(Chromatic): revert to previous code
nikshitak Nov 17, 2024
32f4e7c
Merge branch 'main' into feature/unique-number-into-button
doprz Nov 20, 2024
dfd827d
Merge branch 'main' into feature/unique-number-into-button
doprz Nov 22, 2024
6debab2
Merge branch 'main' into feature/unique-number-into-button
doprz Dec 2, 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
10 changes: 3 additions & 7 deletions .vscode/launch.json
DereC4 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
"request": "launch",
"name": "Run current script",
"runtimeExecutable": "npx",
"runtimeArgs": [
"tsx"
],
"runtimeArgs": ["tsx"],
"program": "${file}",
"skipFiles": [
"<node_internals>/**"
],
"skipFiles": ["<node_internals>/**"]
}
]
}
}
4 changes: 2 additions & 2 deletions .vscode/settings.json
DereC4 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"navigation": "Routes",
"logging": "log",
"popup": "Layout",
"storage": "Database",
"storage": "Database"
},
"material-icon-theme.files.associations": {
"tsconfig.extension.json": "tsconfig",
Expand All @@ -36,5 +36,5 @@
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion LICENSE.md
DereC4 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 3 additions & 3 deletions chromatic.config.json
DereC4 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"onlyChanged": true,
"projectId": "Project:65c5172964f36dcf207985bf",
"zip": true
"onlyChanged": true,
"projectId": "Project:65c5172964f36dcf207985bf",
"zip": true
}
Loading
Loading