pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update input border styles

Pas 9ce46dd3 0e4724f9

+4 -4
+1 -1
src/components/form/GroupDropdown.tsx
··· 149 149 type="text" 150 150 value={newGroup} 151 151 onChange={(e) => setNewGroup(e.target.value)} 152 - className="flex-1 px-2 py-1 rounded bg-background-main text-white border border-background-secondary text-xs min-w-0 placeholder:text-type-secondary" 152 + className="flex-1 px-2 py-1 rounded bg-background-main text-white border border-background-secondary outline-none text-xs min-w-0 placeholder:text-type-secondary" 153 153 placeholder="Group name" 154 154 autoFocus 155 155 onKeyDown={(e) => {
+2 -2
src/components/overlays/EditBookmarkModal.tsx
··· 116 116 value={title} 117 117 onChange={(e) => setTitle(e.target.value)} 118 118 placeholder={t("home.bookmarks.edit.titlePlaceholder")} 119 - className="w-full px-3 py-2 bg-background-main border border-background-secondary rounded-lg text-white text-sm placeholder:text-type-secondary" 119 + className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white" 120 120 /> 121 121 </div> 122 122 ··· 134 134 ) 135 135 } 136 136 placeholder={t("home.bookmarks.edit.yearPlaceholder")} 137 - className="w-full px-3 py-2 bg-background-main border border-background-secondary rounded-lg text-white text-sm placeholder:text-type-secondary" 137 + className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white" 138 138 /> 139 139 </div> 140 140
+1 -1
src/components/overlays/EditGroupModal.tsx
··· 120 120 handleSave(); 121 121 } 122 122 }} 123 - className="w-full px-3 py-2 bg-background-main border border-border rounded text-sm" 123 + className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm" 124 124 autoFocus 125 125 /> 126 126 {newGroupName.trim().length > 0 && (