refactor: completely remove ionic

This commit is contained in:
waterplea
2024-04-05 12:06:02 +07:00
parent b2c8907635
commit 8594781780
291 changed files with 416 additions and 3365 deletions

View File

@@ -1,308 +1,24 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
/** Ionic CSS Variables overrides **/
:root {
--ion-font-family: 'Open Sans', sans-serif;
--ion-background-color: var(--ion-color-medium);
--ion-background-color-rgb: var(--ion-color-medium-rgb);
--ion-text-color: var(--ion-color-dark);
--ion-text-color-rgb: var(--ion-color-dark-rgb);
--tui-skeleton-radius: 1rem;
}
$subheader-height: 48px;
.btn-128 {
min-width: 128px;
}
.subheader-padding {
--padding-top: #{$subheader-height}+ 10px;
}
.subheader {
--min-height: #{$subheader-height};
}
.select-warning .alert-sub-title {
color: var(--ion-color-warning);
}
.break-all {
word-break: break-all;
}
.center {
display: block;
margin: auto;
height: 100%;
}
ion-action-sheet {
--button-color: var(--ion-color-dark) !important;
}
ion-toast {
--background: var(--ion-color-light);
--button-color: var(--ion-color-dark);
--border-style: solid;
--border-width: 1px;
--color: white;
}
.warning-toast {
--border-color: var(--ion-color-warning);
}
.success-toast {
--border-color: var(--ion-color-success);
}
.alert-message {
user-select: text !important;
}
.error-toast {
--border-color: var(--ion-color-danger);
width: 40%;
min-width: 400px;
--end: 8px;
right: 8px;
left: unset;
top: 64px;
}
.alert-radio-label.sc-ion-alert-md {
white-space: normal !important;
}
.alert-radio-label.sc-ion-alert-ios {
white-space: normal !important;
}
.inline {
* {
display: inline-block;
vertical-align: middle;
}
}
ion-back-button {
margin-left: 16px;
height: 36px;
width: 36px;
--min-height: 0;
--min-width: 0;
min-width: 0;
--icon-font-size: 36px;
&::part(native) {
border: 1px solid gray;
}
&::part(icon) {
min-width: 20px;
}
}
ion-card-title {
font-family: 'Montserrat', sans-serif;
}
ion-title {
font-family: 'Montserrat', sans-serif;
}
ion-badge {
font-weight: bold;
}
ion-icon {
pointer-events: none;
}
ion-toolbar {
line-height: 1.1;
--min-height: 72px;
--background: var(--ion-color-light);
}
ion-infinite-scroll ion-infinite-scroll-content {
--color: var(--ion-color-warning) !important;
}
ion-alert {
.alert-button {
color: var(--ion-color-dark) !important;
}
}
ion-button {
--color: var(--ion-color-dark) !important;
}
.cap-width {
padding: 32px;
max-width: 800px;
}
.text-ellipses {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.qr-modal {
&::part(content) {
width: 400px !important;
height: 400px !important;
top: unset !important;
left: unset !important;
}
}
.notification-detail-alert {
.alert-wrapper {
--max-height: 80% !important;
--width: 90% !important;
--max-width: 900px !important;
}
.alert-message {
max-height: unset;
}
}
ion-back-button {
--background: var(--ion-color-light);
--color: var(--ion-color-dark);
}
ion-item-divider {
text-transform: uppercase;
--padding-top: 24px;
font-weight: 600;
--background: transparent;
--color: var(--ion-color-dark);
font-size: medium;
border-bottom: none;
}
ion-item {
--border-radius: 6px;
--ripple-color: transparent;
}
ion-label {
white-space: normal !important;
}
ion-loading {
--spinner-color: var(--ion-color-warning) !important;
z-index: 40000 !important;
}
.rec-item {
margin: 20px;
border-width: 1px;
border-style: groove;
border-color: dimgrey;
border-radius: 6px;
box-shadow: 4px 4px 16px var(--ion-color-primary);
--padding-start: 10px;
* {
box-sizing: border-box;
}
h2 {
line-height: unset;
}
@keyframes flickerAnimation {
0% {
opacity: 1;
}
20% {
opacity: 0;
}
60% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fader {
animation: flickerAnimation 4s infinite;
}
.grid-headings {
font-weight: bold;
background: var(--ion-color-medium-tint);
}
.grid-row-border {
border-bottom: 1px solid rgb(54, 54, 54);
min-height: 43px;
}
.grid-fixed {
overflow: auto;
/* Hide scrollbar for Chrome, Safari and Opera */
&::-webkit-scrollbar {
width: 0;
height: 0;
}
/* Hide scrollbar for IE, Edge and Firefox */
/* IE and Edge */
-ms-overflow-style: none;
/* Firefox */
scrollbar-width: none;
ion-grid {
min-width: 900px;
}
}
// TODO: Refactor so header is outside router-outlet
ion-content.with-widgets,
ion-footer.with-widgets {
width: calc(100% - var(--widgets-width));
}
body[data-theme='Light'] {
.service-card {
--background: #f4f4f5;
--inner-border-width: 0;
}
ion-header {
box-shadow: 0 1px #e0e0e0;
&::after {
display: none;
}
}
}
ul {
padding-left: 40px;
list-style-type: disc;
}
.checkbox {
cursor: pointer;
margin: 0 12px 6px 0;
}
.g-page {
@include customize-scroll();
@include scrollbar-hidden();
display: block;
height: calc(100% - 0.375rem);
padding: 1px 2rem 3rem;
height: calc(100vh - 3.875rem);
padding: 1px 2rem 1rem;
box-sizing: border-box;
overflow: auto;
isolation: isolate;
@@ -313,30 +29,11 @@ ul {
// TODO: Theme
background: rgb(55 58 63 / 90%);
box-shadow: inset 0 1px rgb(255 255 255 / 10%);
}
.g-edged {
position: relative;
display: block;
height: calc(100% - 1rem);
box-sizing: border-box;
overflow: auto;
isolation: isolate;
padding: 2rem 3rem;
margin: 0 2.75rem 1rem;
backdrop-filter: blur(2rem) brightness(0.75) saturate(0.75);
clip-path: var(--clip-path);
--clip-path: polygon(
1.75rem 0%,
calc(100% - 3.35rem) 0%,
100% 5rem,
100% calc(100% - 4rem),
calc(100% - 3rem) 100%,
3rem 100%,
0% calc(100% - 2rem),
0% 3rem
);
tui-root._mobile & {
// For tui-tab-bar
height: calc(100vh - 3.875rem - var(--tui-height-l));
}
}
.g-plaque {
@@ -483,10 +180,6 @@ svg:not(:root) {
font-variant: all-small-caps;
}
.externalLink {
color: var(--ion-color-secondary);
}
.ion-page {
overflow: clip;
.g-external-link {
color: #50c8ff;
}