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

Release/web client #64

Merged
merged 63 commits into from
Dec 31, 2023
Merged
Changes from 2 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
4e1bf34
Merge pull request #27 from PoolC/feature
jinoov Oct 1, 2023
457334b
Merge pull request #28 from PoolC/feature
jinoov Oct 1, 2023
07c338b
Merge pull request #29 from PoolC/feature
jinoov Oct 1, 2023
ef07455
Merge pull request #30 from PoolC/feature
jinoov Oct 1, 2023
14b8b46
Merge pull request #31 from PoolC/feature
jinoov Oct 1, 2023
2b6d3f3
Merge pull request #32 from PoolC/feature
jinoov Oct 1, 2023
d337235
Merge pull request #33 from PoolC/feature
jinoov Oct 1, 2023
883e832
Merge pull request #38 from PoolC/master
jinoov Oct 2, 2023
4bdb0cf
Merge pull request #40 from PoolC/master
jinoov Oct 6, 2023
57fabce
Merge pull request #42 from PoolC/master
jinoov Oct 6, 2023
96f62b8
Merge pull request #44 from PoolC/master
jinoov Oct 10, 2023
2f31daa
Merge pull request #46 from PoolC/master
jinoov Oct 13, 2023
b8678fc
Merge pull request #48 from PoolC/master
jinoov Oct 13, 2023
d9df58e
Merge pull request #50 from PoolC/master
jinoov Oct 13, 2023
5f64972
Merge pull request #52 from PoolC/master
jinoov Oct 13, 2023
b9c7c97
fix: add docker `restart: always` to docker-compose.yml
jinoov Oct 19, 2023
3811d00
Merge pull request #53 from PoolC/feature
jinoov Oct 19, 2023
460e9d8
fix: remove `restart: always` in app container
jinoov Oct 20, 2023
bd05ca8
Merge pull request #54 from PoolC/feature
jinoov Oct 20, 2023
4263fb8
fix activity minimum hour
jinoov Dec 27, 2023
0adf307
Merge pull request #55 from PoolC/feature
jinoov Dec 27, 2023
d774f02
make space reservation page
jinoov Dec 27, 2023
841e819
fix avatar ui
jinoov Dec 27, 2023
77b6eb2
Merge pull request #56 from PoolC/feature
jinoov Dec 27, 2023
773f048
setting for vscode
jinoov Dec 29, 2023
d4c33e8
fix board schema
jinoov Dec 29, 2023
a3d0e74
Merge pull request #57 from PoolC/feature
jinoov Dec 29, 2023
e47d887
install react-big-calendar
jinoov Dec 29, 2023
5f15b47
make calendar ui
jinoov Dec 29, 2023
50b83a2
bind with event data
jinoov Dec 29, 2023
124ee5d
fix badge related ui issues
jinoov Dec 30, 2023
2d14548
add room reservation create/delete
jinoov Dec 30, 2023
7884f3e
Merge pull request #58 from PoolC/feature
jinoov Dec 30, 2023
ebcc733
only show hour 7 ~ 23
jinoov Dec 30, 2023
5737694
Merge pull request #59 from PoolC/feature
jinoov Dec 30, 2023
052a59c
fix scroll layout
jinoov Dec 30, 2023
f20e273
Merge pull request #60 from PoolC/feature
jinoov Dec 30, 2023
44b0bf0
fix show room menu when islogin
jinoov Dec 30, 2023
c09d9fe
packages in caret style
jinoov Dec 30, 2023
a2f3559
update react, react-dom type pkg version
jinoov Dec 30, 2023
7b72908
replace react-icons with antd icons
jinoov Dec 30, 2023
e7fdace
remove not used libraries
jinoov Dec 30, 2023
59ccdaf
remove unnecessary resolutions
jinoov Dec 30, 2023
41d26ea
split dayjs in util
jinoov Dec 30, 2023
3c3b253
remove date-fns
jinoov Dec 30, 2023
9f48c1b
remove classnames and env pkg
jinoov Dec 30, 2023
6a59f32
예약페이지 ui 수정
jinoov Dec 30, 2023
5098dd0
Merge pull request #61 from PoolC/feature
jinoov Dec 30, 2023
31c7028
fix margin in comment
jinoov Dec 31, 2023
ec51a93
fix badge ui
jinoov Dec 31, 2023
c158007
fix header ui
jinoov Dec 31, 2023
dcb8b32
remove not used images
jinoov Dec 31, 2023
2adacea
remove fa-trash
jinoov Dec 31, 2023
3765c6d
remove all fontawesome resources
jinoov Dec 31, 2023
e3e85a0
show badge in member
jinoov Dec 31, 2023
55045b1
Merge pull request #62 from PoolC/feature
jinoov Dec 31, 2023
27e13ae
use antd components in auth form
jinoov Dec 31, 2023
e2fe620
replace activity input with antd components
jinoov Dec 31, 2023
9cf762f
make assets images directory
jinoov Dec 31, 2023
abc49d5
update version
jinoov Dec 31, 2023
be9171f
update readme
jinoov Dec 31, 2023
d881549
add readme
jinoov Dec 31, 2023
97ada90
Merge pull request #63 from PoolC/feature
jinoov Dec 31, 2023
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
2 changes: 1 addition & 1 deletion apps/web-client/deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
build:
dockerfile: Dockerfile
env_file: .env # @see https://stackoverflow.com/questions/48495663/docker-compose-env-file-not-working
env_file: ../.env # @see https://stackoverflow.com/questions/48495663/docker-compose-env-file-not-working
environment:
- VITE_API_BASE_URL=${VITE_API_BASE_URL}
- VITE_FILE_URL=${VITE_FILE_URL}
Expand Down