a tool for shared writing and social publishing

styled the time input, removed some old images from public

+16 -2
+11
app/globals.css
··· 139 -moz-appearance: textfield; 140 } 141 142 .highlight { 143 @apply px-[1px]; 144 @apply py-[1px];
··· 139 -moz-appearance: textfield; 140 } 141 142 + ::-webkit-calendar-picker-indicator { 143 + mask-image: url(/timeInputIcon.svg); 144 + mask-size: 100% 100%; 145 + background-image: url(/gripperPattern1.svg); 146 + background-color: color-mix( 147 + in oklab, 148 + rgb(var(--primary)), 149 + rgb(var(--bg-page)) 55% 150 + ); 151 + } 152 + 153 .highlight { 154 @apply px-[1px]; 155 @apply py-[1px];
+1 -2
components/Blocks/DateTimeBlock.tsx
··· 139 type="time" 140 value={timeValue} 141 onChange={handleTimeChange} 142 - className="dateBlockTimeInput input-border w-full mb-1 " 143 /> 144 </div> 145 </Popover> 146 ); 147 - dis; 148 } 149 150 const CustomChevron = (props: ChevronProps) => {
··· 139 type="time" 140 value={timeValue} 141 onChange={handleTimeChange} 142 + className="dateBlockTimeInput input-border bg-bg-page text-primary w-full mb-1 " 143 /> 144 </div> 145 </Popover> 146 ); 147 } 148 149 const CustomChevron = (props: ChevronProps) => {
public/card1.png

This is a binary file and will not be displayed.

public/card2.png

This is a binary file and will not be displayed.

public/card3.png

This is a binary file and will not be displayed.

public/card4.png

This is a binary file and will not be displayed.

public/card5.png

This is a binary file and will not be displayed.

public/test-image-2.jpg

This is a binary file and will not be displayed.

public/test-image.jpg

This is a binary file and will not be displayed.

public/test-link.png

This is a binary file and will not be displayed.

+4
public/timeInputIcon.svg
···
··· 1 + <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <path fill-rule="evenodd" clip-rule="evenodd" d="M5.47668 1.92078C5.47668 1.64463 5.70054 1.42078 5.97668 1.42078H9.62445C9.9006 1.42078 10.1245 1.64463 10.1245 1.92078V2.708C12.1591 3.60258 13.58 5.63594 13.58 8.00116C13.58 10.3664 12.1591 12.3997 10.1245 13.2943V14.0794C10.1245 14.3556 9.9006 14.5794 9.62445 14.5794H5.97669C5.70054 14.5794 5.47668 14.3556 5.47668 14.0794V13.2943C3.44203 12.3997 2.02124 10.3664 2.02124 8.00116C2.02124 5.63597 3.44203 3.60262 5.47668 2.70803V1.92078ZM3.27124 8.00116C3.27124 5.49966 5.2991 3.4718 7.8006 3.4718C10.3021 3.4718 12.33 5.49966 12.33 8.00116C12.33 10.5027 10.3021 12.5305 7.8006 12.5305C5.2991 12.5305 3.27124 10.5027 3.27124 8.00116ZM8.42554 5.09399C8.42554 4.74882 8.14572 4.46899 7.80054 4.46899C7.45536 4.46899 7.17554 4.74882 7.17554 5.09399V8.60566L10.0279 10.2361C10.3276 10.4074 10.7093 10.3033 10.8806 10.0036C11.0519 9.70397 10.9479 9.32217 10.6482 9.15087L8.42554 7.88037V5.09399Z" fill="black"/> 3 + </svg> 4 +