[go: nahoru, domu]

Skip to content

Commit

Permalink
some update
Browse files Browse the repository at this point in the history
  • Loading branch information
andsilver committed Aug 22, 2020
1 parent dec2e7c commit f4938bb
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 836 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Angular App for drawing a floorplan.
Built with Fabric.js

Let me know if you find it useful and you need more furnitures to place. :)
- Built with Fabric.js
- Angular 8
568 changes: 0 additions & 568 deletions dist/3rdpartylicenses.txt

This file was deleted.

15 changes: 0 additions & 15 deletions dist/404.html

This file was deleted.

Binary file removed dist/assets/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
229 changes: 0 additions & 229 deletions dist/assets/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file removed dist/assets/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed dist/assets/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file removed dist/favicon.ico
Binary file not shown.
15 changes: 0 additions & 15 deletions dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.b915d8bcfc465fa40eb0.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/polyfills.76138552c6c29e5de7a2.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/runtime.26209474bfa8dc87a77c.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/styles.5a9093daf9bf1bc8362e.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const
RL_ROOM_STROKE = '#000',
RL_CORNER_FILL = '#88f',
RL_UNGROUPABLES = ['CHAIR', 'MISCELLANEOUS', 'DOOR'],
RL_CREDIT_TEXT = 'Created with RoomLayout(elicloudh@gmail.com)',
RL_CREDIT_TEXT = 'Created By https://github.com/ilhccc',
RL_CREDIT_TEXT_PARAMS = { fontSize: 12, fontFamily: 'Arial', fill: '#999', left: 12 };


Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const
RL_ROOM_STROKE = '#000',
RL_CORNER_FILL = '#88f',
RL_UNGROUPABLES = ['CHAIR', 'MISCELLANEOUS', 'DOOR'],
RL_CREDIT_TEXT = 'Created with Faithlife Room Layout',
RL_CREDIT_TEXT = 'Created by https://github.com/ilhccc',
RL_CREDIT_TEXT_PARAMS = { fontSize: 12, fontFamily: 'Arial', fill: '#999', left: 12 };

// All Create[Name]Object() functions should return a group
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $secondary-pane: (
)
);

$primary: mat-palette($mat-cyan);
$primary: mat-palette($mat-pink);
$accent: mat-palette($mat-red);
$warn: mat-palette($mat-red);

Expand Down

0 comments on commit f4938bb

Please sign in to comment.