-
Notifications
You must be signed in to change notification settings - Fork 0
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
style: navbar and seminar #31
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Roshanen
commented
Nov 11, 2024
- change navbar text to white
- hide scroll-x
- add border line for seminar table head
- adjust size of seminar table to dynamic (old fit to view height)
Roshanen
added a commit
that referenced
this pull request
Nov 12, 2024
* style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text
Peqchji
pushed a commit
that referenced
this pull request
Nov 12, 2024
* style: add table overflow-scroll * style: add seminar table fade animation * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * style: more height and bright seminar table * move content in company-logos into container (#30) * STYLE | navbar and seminar (#31) * style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text * FEAT | intro (#33) * feat: remove invisible box and add id 'about' --------- Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com>
Kittonn
added a commit
that referenced
this pull request
Nov 12, 2024
* setup project * feat: add cn tailwind merger and gradient card compo * FEAT | add global css var and gradient card (#15) * feat: setup global css var * feat: add prototype location section * Company logos (#16) * feat: add company-logos component page * fix: fix use-boolean can't use * feat&fix: style modal and change to use shadcn * feat: remove useBoolean * feat: add cursor pointer when point logo * refactor: refactor props in company logo * fix: change bg modal color --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * FEAT | Company logos/better UI * FEAT | location section (#18) * feat: location and chart without responsive * feat: add responsive to Location section * chore: remove fade for modal image * chore: resolve conflict * feat: add iconify * Feat/nocodb integration (#21) * feat: shrink dialog to not touch the edge when screen is small and remove some unnecessary css * feat: add nocodb and fetching company datas for company logo section * fix: fix pipeline not build * chore: change to standalone mode * refactor: refactor code --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: Navbar component (#20) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * refactor: refactor navbar and footer --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: add seminar page (#17) * feat: add seminar page * feat: apply shadcn on seminar * feat: add image 'cloud' * refactor: move constants and types to separate files * feat: add util formatDate * feat: seminar render depend on data * feat: match data with design * feat: change date to 24 hours * feat: add createSeminarList to service/seminar * fix: 'impot' to 'impot type' * feat: add dayjs and get seminar service * refactor: refactor type * feat: remove company constants --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: change to dynamic modal using query params as indicator (#22) * feat: change to dynamic modal using query params as indicator * refactor: delete unnecessary from type * fix: redirect url --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * FEAT | seminar with db (#23) * refactor: change seminar type name * feat: seminar connect with DB * feat: add props --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * refactor: move fetch to page and pass it to company-logos (#24) * refactor: move fetch to page and pass it to company-logos * refactor: remove async from company-logos function * FEAT | better responsive seminar section (#25) * style: add table overflow-scroll (#27) * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * Feat/seminar section (#29) * style: add table overflow-scroll * style: add seminar table fade animation * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * style: more height and bright seminar table --------- Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * move content in company-logos into container (#30) * STYLE | navbar and seminar (#31) * style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text * FEAT | intro (#33) * FEAT | description (#35) * feat: description * feat: lengthen brown block in description --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> * FEAT | connect locations section to NocoDB (#32) * feat: connect location to nocoDB * hotfix: delete defualt Input Component styles * feat: using useMemo for company list * hotfix: dayMapper date key --------- Co-authored-by: Jirapat Treesuwan <jirapat.t@lakeikeda.com> * HOTFIX | add id to 'about' and remove seminar invisible anchor (#34) * style: add table overflow-scroll * style: add seminar table fade animation * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * style: more height and bright seminar table * move content in company-logos into container (#30) * STYLE | navbar and seminar (#31) * style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text * FEAT | intro (#33) * feat: remove invisible box and add id 'about' --------- Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: Kachen <106764256+Roshanen@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Jirapat Treesuwan <jirapat.t@lakeikeda.com>
Roshanen
added a commit
that referenced
this pull request
Nov 28, 2024
* setup project * feat: add cn tailwind merger and gradient card compo * FEAT | add global css var and gradient card (#15) * feat: setup global css var * feat: add prototype location section * Company logos (#16) * feat: add company-logos component page * fix: fix use-boolean can't use * feat&fix: style modal and change to use shadcn * feat: remove useBoolean * feat: add cursor pointer when point logo * refactor: refactor props in company logo * fix: change bg modal color --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * FEAT | Company logos/better UI * FEAT | location section (#18) * feat: location and chart without responsive * feat: add responsive to Location section * chore: remove fade for modal image * chore: resolve conflict * feat: add iconify * Feat/nocodb integration (#21) * feat: shrink dialog to not touch the edge when screen is small and remove some unnecessary css * feat: add nocodb and fetching company datas for company logo section * fix: fix pipeline not build * chore: change to standalone mode * refactor: refactor code --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: Navbar component (#20) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * refactor: refactor navbar and footer --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: add seminar page (#17) * feat: add seminar page * feat: apply shadcn on seminar * feat: add image 'cloud' * refactor: move constants and types to separate files * feat: add util formatDate * feat: seminar render depend on data * feat: match data with design * feat: change date to 24 hours * feat: add createSeminarList to service/seminar * fix: 'impot' to 'impot type' * feat: add dayjs and get seminar service * refactor: refactor type * feat: remove company constants --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * feat: change to dynamic modal using query params as indicator (#22) * feat: change to dynamic modal using query params as indicator * refactor: delete unnecessary from type * fix: redirect url --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * FEAT | seminar with db (#23) * refactor: change seminar type name * feat: seminar connect with DB * feat: add props --------- Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * refactor: move fetch to page and pass it to company-logos (#24) * refactor: move fetch to page and pass it to company-logos * refactor: remove async from company-logos function * FEAT | better responsive seminar section (#25) * style: add table overflow-scroll (#27) * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * Feat/seminar section (#29) * style: add table overflow-scroll * style: add seminar table fade animation * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * style: more height and bright seminar table --------- Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * move content in company-logos into container (#30) * STYLE | navbar and seminar (#31) * style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text * FEAT | intro (#33) * FEAT | description (#35) * feat: description * feat: lengthen brown block in description --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> * FEAT | connect locations section to NocoDB (#32) * feat: connect location to nocoDB * hotfix: delete defualt Input Component styles * feat: using useMemo for company list * hotfix: dayMapper date key --------- Co-authored-by: Jirapat Treesuwan <jirapat.t@lakeikeda.com> * HOTFIX | add id to 'about' and remove seminar invisible anchor (#34) * style: add table overflow-scroll * style: add seminar table fade animation * Feat/maicivil (#26) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * Feat/navbar active (#28) * chore: ignore * feat: mock navbar * docs: update package.json * feat: change navbar titile * feat: init footer * chore: update package-lock * feat: called nav bar component * feat: clean navbar and restructure * feat: adjust css to navbar and footer * fix: css in footer to have horizon linear fade * remove package-lock * remove: conflict file ( src/app/footer.tsx ) * remove conflict file ( nav-tabs.tsx ) * feat: add navbar href and anchor * feat: add navbar color and smooth scroll * feat: add navbar active animation and hamburger menu --------- Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> * style: more height and bright seminar table * move content in company-logos into container (#30) * STYLE | navbar and seminar (#31) * style: text white navbar * style: hidden scroll-x * style: add seminar border & wrap circle with text * FEAT | intro (#33) * feat: remove invisible box and add id 'about' --------- Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> --------- Co-authored-by: Chaksawat <88503339+Nonene2546@users.noreply.github.com> Co-authored-by: Kittipod Lambangchang <tonkittipod@gmail.com> Co-authored-by: ktunchar <70048235+Maikittitee@users.noreply.github.com> Co-authored-by: Kachen <106764256+Roshanen@users.noreply.github.com> Co-authored-by: ktunchar <maikittitee1615@gmail.com> Co-authored-by: Jirapat Treesuwan <jirapat.t@lakeikeda.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.