Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c3f4e0a authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

new updates

parent 4a3f7904
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+10 −0
Original line number Diff line number Diff line
variables:
    TO_PACKAGE: 'appinfo css img l10n lib templates js'

include:
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "nc-apps-lint-build-frontend.yml"
  - project: "e/infra/ecloud/nextcloud-apps/ci-templates"
    ref: main
    file: "nc-apps-deploy.yml"
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ declare(strict_types=1);
 */
return [
	'routes' => [
		//Maybe invitiation
		['name' => 'invitation_maybe#tentative', 'url' => '/invitation/tentative/{token}', 'verb' => 'GET'],
		// User views
		['name' => 'view#index', 'url' => '/', 'verb' => 'GET'],
		['name' => 'view#index', 'url' => '/new', 'verb' => 'GET', 'postfix' => 'direct.new'],
+52 −18
Original line number Diff line number Diff line
@@ -27,6 +27,29 @@
		height: unset !important;
	}

	.property-text-location {
		align-items: stretch !important;
		position:relative;
		textarea {
			border-right: 0px;
			padding-right:27px;
		}
		.icon-externallink {
			background-image: var(--icon-calendar-openlink-0075E0);
			opacity: 1;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
			display: block;
			width: 34px;
			height: 100%;
			line-height: 34px;
			text-align: center;
			cursor:pointer;
		}
	}

	.app-sidebar-header__action {
		margin-top: 0 !important;
		max-height: none !important;
@@ -56,7 +79,7 @@
			height: 50px;
			width: 50px;
			margin: 0 auto;
			opacity: .5;
			opacity: 0.5;
		}

		&__caption {
@@ -136,7 +159,7 @@
	.repeat-option-set {
		.repeat-option-set-section {
			&:not(:first-of-type) {
				margin-top: 20px
				margin-top: 20px;
			}

			&--on-the-select {
@@ -156,13 +179,18 @@
			&__grid {
				display: grid;
				grid-gap: 0;

				.primary{
					background-color:var(--color-primary-element) !important;
					color:var(--color-primary-text)!important;
				}
				.repeat-option-set-section-grid-item {
					padding: 8px;
					border: 1px solid var(--color-border-dark);
					text-align: center;
					margin: 0;
					border-radius: 0;
					background-color:#ffffff;
					color:var(--color-primary-element);
				}
			}
		}
@@ -189,7 +217,7 @@
			align-items: center;

			.multiselect,
			input[type=number] {
			input[type="number"] {
				min-width: 100px;
				width: 25%;
			}
@@ -210,7 +238,7 @@

				&__until {
					min-width: 75px;
					width: 50%
					width: 50%;
				}

				&__count {
@@ -264,10 +292,10 @@
						margin-left: 8px;
						height: 16px;
						width: 16px;
						opacity: .3;
						opacity: 0.3;

						&--highlighted {
							opacity: .7;
							opacity: 0.7;
						}

						&:focus,
@@ -299,14 +327,14 @@

		.datetime-picker-inline-icon {
			margin-top: 17px;
			opacity: .3;
			opacity: 0.3;
			border: none;
			background-color: transparent;
			border-radius: 0;
			padding: 6px !important;

			&--highlighted {
				opacity: .7;
				opacity: 0.7;
			}

			&:focus,
@@ -364,7 +392,7 @@
			min-width: 0;
			padding-right: 8px;

			input[type=number] {
			input[type="number"] {
				width: 3em;
			}

@@ -476,7 +504,7 @@
				}

				div:nth-child(1) {
					color: var(--color-main-text)
					color: var(--color-main-text);
				}

				div:nth-child(2) {
@@ -551,8 +579,8 @@
			background-color: grey;
		}
	}

	.property-text,
	.property-text-location,
	.property-select,
	.property-color,
	.property-select-multiple,
@@ -579,7 +607,7 @@
		&__info {
			display: flex;
			justify-content: center;
			opacity: .5;
			opacity: 0.5;
		}

		&__info:hover {
@@ -624,13 +652,12 @@
					text-decoration: underline;

					&::after {
						content: '';
						content: "";
					}
				}
			}

			&--readonly-calendar-picker {

				div.calendar-picker-option {
					margin: 3px 3px 3px 0;
					padding: 8px 7px;
@@ -640,7 +667,6 @@
	}

	.property-color {

		&__input {
			display: flex;
		}
@@ -731,6 +757,14 @@
		width: 450px;
		padding: 5px 8px;

		.property-text-location {
			align-items: stretch !important;
			position: relative;
			textarea {
				border-right: 0px;
			}
		}

		.empty-content {
			margin-top: 0 !important;
			padding: 50px 0;
@@ -771,7 +805,7 @@
			top: 0 !important;
			right: 0 !important;
			z-index: 100 !important;
			opacity: .7 !important;
			opacity: 0.7 !important;
			border-radius: 22px !important;

			.action-item.action-item--single {
@@ -797,7 +831,7 @@
	}
}

.event-popover[x-placement^='bottom'] {
.event-popover[x-placement^="bottom"] {
	.popover__arrow {
		border-bottom-color: var(--color-background-dark);
	}
+1 −0
Original line number Diff line number Diff line
@@ -45,3 +45,4 @@
@include icon-black-white('view-week', 'calendar', 1);
@include icon-color('reminder', 'calendar', '#fffffe', 1);
@include icon-color('reminder', 'calendar', '#000001', 1);
@include icon-color('openlink', 'calendar', '#0075E0', 1);
 No newline at end of file

img/openlink.svg

0 → 100644
+1 −0
Original line number Diff line number Diff line
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.66663 1.11053C8.66663 0.558347 9.1135 0.110535 9.66663 0.110535H13.6385C13.801 0.110535 13.9323 0.13741 14.0479 0.186472C14.1385 0.23491 14.276 0.306472 14.3729 0.40116C14.3729 0.402722 14.3729 0.404285 14.376 0.405535C14.5698 0.59991 14.6385 0.85366 14.6666 1.10741C14.6666 1.10866 14.6666 1.1096 14.6666 1.11053V5.11053C14.6666 5.66366 14.2198 6.11053 13.6666 6.11053C13.1135 6.11053 12.6666 5.66366 12.6666 5.11053V3.52616L7.37288 8.81678C6.98225 9.20741 6.351 9.20741 5.96038 8.81678C5.56975 8.42616 5.56975 7.79491 5.96038 7.40428L11.251 2.11053H9.66663C9.1135 2.11053 8.66663 1.66272 8.66663 1.11053ZM0.666626 3.11053C0.666626 2.00585 1.56194 1.11053 2.66663 1.11053H5.66663C6.21975 1.11053 6.66663 1.55835 6.66663 2.11053C6.66663 2.66366 6.21975 3.11053 5.66663 3.11053H2.66663V12.1105H11.6666V9.11053C11.6666 8.55741 12.1135 8.11053 12.6666 8.11053C13.2198 8.11053 13.6666 8.55741 13.6666 9.11053V12.1105C13.6666 13.2137 12.7698 14.1105 11.6666 14.1105H2.66663C1.56194 14.1105 0.666626 13.2137 0.666626 12.1105V3.11053Z" fill="#0075E0"/></svg>
Loading