Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
fb2ba0e
chore(mui): Install mui
Syaz0326 Oct 30, 2021
c35c034
feat(Theme): Add theme and set primary color
Syaz0326 Oct 30, 2021
db8f396
feat(Theme): Add Dialog custom theme
Syaz0326 Oct 30, 2021
ad37a04
feat(Page): Add CreateMap Page
Syaz0326 Oct 30, 2021
e2c9c84
feat(Component): Add MapServerDialog and MapServerNaming component
Syaz0326 Oct 30, 2021
5f057b6
feat(Components): Add DialogItem components
Syaz0326 Oct 30, 2021
7ee64a8
chore(mui): Add material icons
Syaz0326 Oct 31, 2021
9e9d0b3
feat(Component): Add UploadIcon Presenter
Syaz0326 Oct 31, 2021
fd423f3
feat(component): Add DialogDropZone
Syaz0326 Oct 31, 2021
5d19073
feat(Component): Add UploadBuildingDrawing Presenter
Syaz0326 Oct 31, 2021
a2ca6bc
feat(Component function): Add nextPage function
Syaz0326 Nov 3, 2021
a11a271
refactor: Move CreateMapServerDialog from components to component
Syaz0326 Nov 8, 2021
64d67f6
fix(import path): Fix CreateMapSeverDialog path
Syaz0326 Nov 14, 2021
8e25f7a
feat(workspace): Set link to /createmap on the workspace new map button
Syaz0326 Nov 23, 2021
ddc53f6
feat(CreateMapServer): Add maxFiles props to DialogDropzone
Syaz0326 Nov 23, 2021
74f680b
feat(CreateMapServer): Bind state to CreateMapServer dialog inputs
Syaz0326 Nov 23, 2021
9977ddf
feat(Type): Add MapServer type
Syaz0326 Nov 25, 2021
1481baa
feat(firebase): Export storageRef
Syaz0326 Nov 25, 2021
1bd54df
feat(CreateMapServer): Add upload image functions
Syaz0326 Nov 25, 2021
8b28835
chore(package): Install nanoid library
Syaz0326 Nov 25, 2021
6e7f332
feat(CreateMapServer): Add CreateMapServe function
Syaz0326 Nov 25, 2021
d04c7d8
chore(Package): Install @mui/system
Syaz0326 Dec 3, 2021
e4c8f6c
feat(Image Dialog): Add ImageDialog Component
Syaz0326 Dec 3, 2021
31c707b
feat(Image Preview): Add ImagePreview component
Syaz0326 Dec 3, 2021
59d6008
feat(Image Preview List): Add ImagePreviewList component
Syaz0326 Dec 4, 2021
be545d2
feat(DialogDropzone): Add dropzoneText prop
Syaz0326 Dec 5, 2021
8f29209
feat(ImageDialog): Set maxWidth & fullWidth
Syaz0326 Dec 5, 2021
266897b
fix(ImagePreviewList): Add key props
Syaz0326 Dec 5, 2021
87ad4bf
feat(UploadBuildingDrawing): Add ImageList
Syaz0326 Dec 5, 2021
f609b59
feat(Validator): Add common Validator
Syaz0326 Dec 5, 2021
9bfcd51
feat(MapServerNaming): Add name validator
Syaz0326 Dec 5, 2021
50ddade
feat(Notification): Add NotificationProvider
Syaz0326 Dec 5, 2021
40d167f
feat(CreateMapServer): Display create map error
Syaz0326 Dec 5, 2021
0e11f3c
feat(UploadIcon): Add Icon Preview
Syaz0326 Dec 5, 2021
e075872
feat(UploadIcon): Add Icon validator
Syaz0326 Dec 5, 2021
60f505f
feat(CreateMapServer): Add Prev Button
Syaz0326 Dec 5, 2021
b9cd9e2
feat(CreateMap): Add Create Map Success Message
Syaz0326 Dec 5, 2021
3f0b104
chore: Add new line end of file
Syaz0326 Dec 12, 2021
f7474df
feat(Loading Dialog): Add LoadingDialog Component
Syaz0326 Dec 12, 2021
d6a6317
feat(CompleteDialog): Add CompleteCreateMap Dialog
Syaz0326 Dec 12, 2021
23b5227
feat(DB scheme): Add workspace element inAudit
Syaz0326 Dec 12, 2021
fc41030
feat(Create map): Add isAudit element to the map object to upload
Syaz0326 Dec 12, 2021
0b15cb3
fix(Upload files): Set accept filetype to DiaogDropzone
Syaz0326 Dec 12, 2021
ec46ca4
feat(MapServer): Add MapServerList component just styled
Syaz0326 Dec 12, 2021
d8a84ba
feat(customHook): Add useGetMapServerList hook
Syaz0326 Dec 19, 2021
f0032b4
feat(MapServerList): Display the fetched map server list
Syaz0326 Dec 19, 2021
ab4f0cb
feat(useGetMapServer): Add useGetMapServer hook
Syaz0326 Dec 19, 2021
c6660a7
refactor: Change page name WorkspaceScreen to WorkspaceTopScreen and …
Syaz0326 Dec 19, 2021
78fe926
feat(Canvas): Copy Canvas from firecommit-indoormap
Syaz0326 Dec 19, 2021
9759bce
feat(Workspace): Place Canvas component
Syaz0326 Dec 19, 2021
0da487c
feat(UserIcon): Add UserIcon component
Syaz0326 Dec 19, 2021
ee59fdf
feat(type): Add User type
Syaz0326 Dec 19, 2021
d5f8de5
feat(useUserList): Add useUserList hook
Syaz0326 Dec 19, 2021
107a77f
feat(workspace): Switch userIcon style with isCurrentUser
Syaz0326 Dec 19, 2021
ca2f512
feat(SelectLayer): Add SelectLayerDialog component
Syaz0326 Dec 26, 2021
3a94278
refactor: Add useMapServer ReturType
Syaz0326 Dec 26, 2021
7742dcd
feat(MapCanvas): Add MapCanvas component
Syaz0326 Dec 26, 2021
473eb9d
feat(MapCanvas): Set default position to currentUser
Syaz0326 Dec 26, 2021
3907f7e
feat(WorkSpace): Add Tracking login user button
Syaz0326 Jan 8, 2022
8357042
feat(MapCanvas): Add hidden input user_id
Syaz0326 Feb 23, 2022
53c5923
feat(AdjustedOffset): Add AdjustedOffset Provider & hook
Syaz0326 Feb 23, 2022
7ed0347
feat(SetInitialPosition): postMessage InitialPosition to ReactNative
Syaz0326 Mar 5, 2022
3f429b3
chore: off no-shadow rule
Syaz0326 Mar 5, 2022
68e750e
feat(scale): Add ScaleProvider
Syaz0326 Mar 5, 2022
c55bc0a
feat(SetInitialPosition): reflect the scale in the initial position
Syaz0326 Mar 5, 2022
f2aa5f0
refactor(useUserList): Delete unnecessary deps item
Syaz0326 Mar 5, 2022
b952fa7
feat(SetInitialPosition): Add close button
Syaz0326 Mar 5, 2022
16a04f3
feat(userId payload): Receive userId from react native
Syaz0326 Mar 5, 2022
4b03bae
fix: Fix properties of undefined error when get user.layer is undefined
Syaz0326 Apr 15, 2022
0386335
feat: Remove FAB for mobile native
Syaz0326 Apr 15, 2022
1e7dcc8
feat: Remove SetInitialPosition
Syaz0326 Apr 15, 2022
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
./**/.vim

# MacOS
.DS_Store
.DS_Store

1 change: 1 addition & 0 deletions web_frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"rules": {
"no-alert": "off",
"no-undef": "off",
"no-shadow": "off",
"import/prefer-default-export": "off",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"],
Expand Down
12 changes: 10 additions & 2 deletions web_frontend/@types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
declare module '*.svg' {
const content: any
export default content
const content: any;
export default content;
}

declare global {
interface Window {
ReactNativeWebView: any;
}
}

export {};
Loading