WIP PWA for Grain
0
fork

Configure Feed

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

feat: add edit profile link to settings page

+8
+8
src/components/pages/grain-settings.js
··· 107 107 history.back(); 108 108 } 109 109 110 + #goToEditProfile() { 111 + router.push('/settings/profile'); 112 + } 113 + 110 114 #installApp() { 111 115 pwa.install(); 112 116 } ··· 125 129 <h1>Settings</h1> 126 130 </div> 127 131 <div class="settings-list"> 132 + <button class="settings-row" @click=${this.#goToEditProfile}> 133 + <grain-icon name="user" size="18"></grain-icon> 134 + Edit Profile 135 + </button> 128 136 ${this._canInstall ? html` 129 137 <button class="settings-row" @click=${this.#installApp}> 130 138 <grain-icon name="download" size="18"></grain-icon>