Skip to content

Commit

Permalink
Develop (#21)
Browse files Browse the repository at this point in the history
* Develop (#16)

* Created a dummy header component

* Added CSS

* Added Header and Navigation

* Created github action

* Fixed npm install command typo

* Testing Caching

* Still Testing

* Added styles for search bar

* Added Searchbar component

* Added Empty dockerfile

* Added button component

* Added buttons to header and added login and signup
buttons

* Added on click to the function to change styles for other component

* Added Docker File and tested locally

* Added Dockerhub login

* Added metadata action testing to see what it does

* Change image name

* Added Build and push action testing to see if it works

* Changed Order lets see if push works now

* Change name for docker image

* Added Responsive styles

* Added Mobile Icons

* Added Responsive styles

* Created dummy component

* added Navigation Dropdown component

* Added External Cache Registry to cache and speed up the build

* Added Docker buildX setup

* Changed Name of the image

* Feature (#13)

* Created dummy dropdown component

* Changed Font to lato

* Changed Font added Navigation Drodown

* Added Missing Key

* Feature (#15)

* Created dummy dropdown component

* Changed Font to lato

* Changed Font added Navigation Drodown

* Added Missing Key

* Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding.

* Removed unused imports

---------

Co-authored-by: Amith <amith@Amiths-Laptop.local>

* Feature (#19)

* Created dummy dropdown component

* Changed Font to lato

* Changed Font added Navigation Drodown

* Added Missing Key

* Added Drizzle configs, creted .env file. pulled the data from the database instead of hardcoding.

* Removed unused imports

* Added comments

* Created a custom hook to handle click outside of the header

* Added Header ref to integrate the custom useClickOutside hook

* Addded Menu and website page

* Added new action for vulnerability scan

* Implementing Dropdown in the early stages still not complete yet

* Dropdown partially completed

* Changed Trigger Logic for Vulnerability Scan

* Added Worflow Run Functionality

---------

Co-authored-by: Amith <amith@Amiths-Laptop.local>
  • Loading branch information
IMISSHER99 and Amith authored Jun 15, 2024
1 parent 0053429 commit a31c804
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [main, golden, develop]
pull_request:
types: [opened]
workflow_dispatch:

jobs:
deploy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: "Vulnerability Scan"
on:
push:
branches: [main, golden, develop]
pull_request:
types: [opened]
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion app/_drizzle/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export const subLinkRelations = relations(subLinks, ({ one }) => ({
fields: [subLinks.linkId],
references: [links.id]
})
}))
}))
1 change: 1 addition & 0 deletions app/_types/navigation.types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

export type NavigationData = {
name: string,
svgIconName: string,
Expand Down

0 comments on commit a31c804

Please sign in to comment.