1
0
Commit Graph

30 Commits

Author SHA1 Message Date
a514fdaecf IPO charts, updates, and other small things 2023-12-08 14:26:18 -05:00
ea8a214d19 Merge pull request #4 from cy1der/dependabot/npm_and_yarn/undici-5.28.2
Bump undici from 5.25.4 to 5.28.2
2023-12-01 10:14:33 -05:00
23ca416ca5 Bump undici from 5.25.4 to 5.28.2
Bumps [undici](https://github.com/nodejs/undici) from 5.25.4 to 5.28.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/commits/v5.28.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 15:14:10 +00:00
ebcd76e7b9 Merge pull request #3 from cy1der/dependabot/npm_and_yarn/babel/traverse-7.23.5
Bump @babel/traverse from 7.23.0 to 7.23.5
2023-12-01 10:11:59 -05:00
31442e0556 Bump @babel/traverse from 7.23.0 to 7.23.5
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 15:11:06 +00:00
378ea344d2 Merge pull request #2 from cy1der/dependabot/npm_and_yarn/browserify-sign-4.2.2
Bump browserify-sign from 4.2.1 to 4.2.2
2023-12-01 10:10:53 -05:00
bf45627143 Bump browserify-sign from 4.2.1 to 4.2.2
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 15:09:33 +00:00
53a8ad3e36 Merge pull request #1 from cy1der/dependabot/npm_and_yarn/adobe/css-tools-4.3.2
Bump @adobe/css-tools from 4.3.1 to 4.3.2
2023-12-01 10:05:23 -05:00
cb164bef0c Bump @adobe/css-tools from 4.3.1 to 4.3.2
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 15:03:57 +00:00
7940fb895c Flowcharts 2023-12-01 09:55:24 -05:00
10ed129dfa Fix part details page word break 2023-11-29 11:09:42 -05:00
7059936b90 Fix null search query 2023-11-29 10:51:16 -05:00
6eccf96204 Improve 404 page :) 2023-11-25 18:39:55 -05:00
f30d5539b0 Small HTML fix 2023-11-25 16:34:43 -05:00
2dc6a867fb Forgot password functionality 2023-11-25 16:23:40 -05:00
de494cdc0a Update README 2023-11-24 19:56:09 -05:00
572e32ed53 Specification Document 2023-11-24 19:51:25 -05:00
fb78791be7 Hide transactions button if not logged in 2023-11-22 11:58:57 -05:00
c9946b3d33 Forgot to check for the stock in the part detils page 2023-11-22 11:47:38 -05:00
9c0bee1d0b Requirements Document 2023-11-20 11:43:24 -05:00
adf1627405 Part searching 2023-11-15 10:53:26 -05:00
8060e1e452 Basic transaction system 2023-11-14 18:54:44 -05:00
f6f01594ec Basket functionality, no DB transaction storing yet, and some more customization to make the theme uniform 2023-11-06 22:06:44 -05:00
53e0070fd8 Part browsing 2023-11-04 17:32:14 -04:00
af93899796 Fix dark mode login/signup pages 2023-11-01 08:35:47 -04:00
f5a6b1c37a Role based access, and lots of style changes, login/signup pages still look funky in dark mode 2023-10-31 23:25:39 -04:00
fcdacd844f Accounts system, no RBAC yet 2023-10-31 18:41:57 -04:00
1eaf76fce2 Parts schema and scaffolld, with file uploading for the image (through Filestack) 2023-10-27 13:25:08 -04:00
2f753308b1 Basic navbar, tailwindcss setup, and other stuff 2023-10-24 20:45:30 -04:00
703c73e058 Initial commit 2023-10-24 11:13:16 -04:00