Skip to content

Commit

Permalink
Fixed #540 - FullCalendar 5.4 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 9, 2020
1 parent 67b5af1 commit e55f070
Show file tree
Hide file tree
Showing 40 changed files with 628 additions and 265 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
],
"devDependencies": {
"@babel/cli": "^7.4.4",
"@fullcalendar/core": "4.0.2",
"@fullcalendar/daygrid": "4.0.1",
"@fullcalendar/interaction": "4.0.2",
"@fullcalendar/timegrid": "4.0.1",
"@fullcalendar/core": "5.4.0",
"@fullcalendar/daygrid": "5.4.0",
"@fullcalendar/interaction": "5.4.0",
"@fullcalendar/timegrid": "5.4.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
Expand Down
25 changes: 18 additions & 7 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,30 +2091,41 @@
border-bottom-right-radius: 3px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #383838;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #212529;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #383838;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #43a5f4;
border: 1px solid #43a5f4;
color: #212529;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #1e1e1e;
border: 1px solid #383838;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #383838;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #212529;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,30 +2091,41 @@
border-bottom-right-radius: 3px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #383838;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #212529;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #383838;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #6abd6e;
border: 1px solid #6abd6e;
color: #212529;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #1e1e1e;
border: 1px solid #383838;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #383838;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #212529;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,30 +2091,41 @@
border-bottom-right-radius: 3px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #383838;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #212529;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #383838;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #ffcd2e;
border: 1px solid #ffcd2e;
color: #212529;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #1e1e1e;
border: 1px solid #383838;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #383838;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #212529;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,30 +2091,41 @@
border-bottom-right-radius: 3px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #1e1e1e;
border: 1px solid #383838;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #383838;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #ffffff;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #383838;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #b052c0;
border: 1px solid #b052c0;
color: #ffffff;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #1e1e1e;
border: 1px solid #383838;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #383838;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #ffffff;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2103,30 +2103,41 @@
border-bottom-right-radius: 4px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #2a323d;
border: 1px solid #3f4b5b;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #2a323d;
border: 1px solid #3f4b5b;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #3f4b5b;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #151515;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #3f4b5b;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #56bdff;
border: 1px solid #56bdff;
color: #151515;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #2a323d;
border: 1px solid #3f4b5b;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #3f4b5b;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #151515;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2103,30 +2103,41 @@
border-bottom-right-radius: 4px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #2a323d;
border: 1px solid #3f4b5b;
color: rgba(255, 255, 255, 0.87);
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #2a323d;
border: 1px solid #3f4b5b;
color: rgba(255, 255, 255, 0.87);
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #3f4b5b;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #151515;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #3f4b5b;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #aa70c7;
border: 1px solid #aa70c7;
color: #151515;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #2a323d;
border: 1px solid #3f4b5b;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #3f4b5b;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #151515;
Expand Down
25 changes: 18 additions & 7 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2103,30 +2103,41 @@
border-bottom-right-radius: 4px;
}

.fc .fc-view-container th {
.fc .fc-view-harness th {
background: #efefef;
border: 1px solid #dee2e6;
color: #212529;
}
.fc .fc-view-container td.fc-widget-content {
.fc .fc-view-harness td {
background: #ffffff;
border: 1px solid #dee2e6;
color: #212529;
border-top-width: 0;
border-left-width: 0;
}
.fc .fc-view-container td.fc-head-container {
border: 1px solid #dee2e6;
.fc .fc-view-harness .fc-daygrid-event-dot {
border-color: #ffffff;
}
.fc .fc-view-container .fc-row {
.fc .fc-view-harness .fc-row {
border-right: 1px solid #dee2e6;
display: none !important;
}
.fc .fc-view-container .fc-event {
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
background: #0069d9;
border: 1px solid #0069d9;
color: #ffffff;
}
.fc .fc-view-container .fc-divider {
.fc .fc-view-harness .fc-divider {
background: #efefef;
border: 1px solid #dee2e6;
display: none !important;
}
.fc .fc-view-harness .fc-scrollgrid {
border: 1px solid #dee2e6;
}
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
border-bottom-width: 0;
}
.fc .fc-toolbar .fc-button {
color: #ffffff;
Expand Down
Loading

0 comments on commit e55f070

Please sign in to comment.