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

Fix/layout size and scroll effect #3351

Merged
merged 26 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8bd94eb
refactor(web): [Layout] add app container component
NdekoCode Nov 15, 2024
e0ec961
refactor(web): [Header] make the global header fixed on scroll
NdekoCode Nov 15, 2024
1090daa
refactor(web): [Footer] make the global footer fixed dynamically on s…
NdekoCode Nov 15, 2024
c001011
refactor(web): [Layout] update specific position of elements using z-…
NdekoCode Nov 15, 2024
ab1838f
fix(web): layout size
NdekoCode Nov 16, 2024
b6c8e35
refactor(web): [Layout] update layout height
NdekoCode Nov 18, 2024
d3e0da8
refactor(web): [UserTeamCard] fix size on resizing and w-max
NdekoCode Nov 18, 2024
fe9a9a6
fix(web): add scroll effect on team-members-card-view
NdekoCode Nov 18, 2024
8ca7280
refactor(web): [Layout] add resize component to global layout
NdekoCode Nov 18, 2024
53a3a82
refactor(web): fix body bg in light mode, make main header fixed on t…
NdekoCode Nov 19, 2024
5e44e58
fix(web): [Setting] setting page layout
NdekoCode Nov 19, 2024
38feed4
fix(web): [Eslint] error and add an environnement variable for checki…
NdekoCode Nov 19, 2024
f23afa4
refactor(web): fixed task detail header
NdekoCode Nov 19, 2024
7c24064
docs(web): add main-layout docs
NdekoCode Nov 19, 2024
eafa341
docs(web): add main-layout docs
NdekoCode Nov 19, 2024
407d8b7
refactor(web): fix my-tasks page
NdekoCode Nov 19, 2024
ab5016f
fix(web): [Profile] fix outstanding task overflow
NdekoCode Nov 19, 2024
100cced
fix(web): fix footer fixed on timesheet, settings and kanban pages
NdekoCode Nov 20, 2024
38b7966
refactor(web): [Kanban] add a dynamic height on kanban item
NdekoCode Nov 20, 2024
1e865ba
fix(web): [Kanban] fix kanban overscroll
NdekoCode Nov 20, 2024
bb7720d
fix(web): [Dashboard] fix breadcum size
NdekoCode Nov 20, 2024
e878f3c
fix(web): [Team's Tasks'] fix space on team's tasks page
NdekoCode Nov 20, 2024
e81d70c
refactor(web): [Profile] optimize space on profile page
NdekoCode Nov 20, 2024
d6c6900
refactor(web): [Timesheet] optimize spaces on reports/timesheet page
NdekoCode Nov 20, 2024
80b537d
fix(web): [Setting] double scroll on setting page
NdekoCode Nov 20, 2024
43f7352
test: build
NdekoCode Nov 20, 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
4 changes: 4 additions & 0 deletions apps/web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ NEXT_PUBLIC_CHATWOOT_API_KEY=
# PostHog
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com

# Warning: IF TRUE This allows production builds to successfully complete even if
# your project has ESLint errors.
NEXT_IGNORE_ESLINT_ERROR_ON_BUILD=true
4 changes: 4 additions & 0 deletions apps/web/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ NEXT_PUBLIC_MEET_DOMAIN="meet.ever.team"
# Private Variables (Meet)
MEET_JWT_APP_ID=ever_teams
MEET_JWT_APP_SECRET=

# Warning: IF TRUE This allows production builds to successfully complete even if
# your project has ESLint errors.
NEXT_IGNORE_ESLINT_ERROR_ON_BUILD=true
Loading
Loading