diff --git a/src/lib/components/atoms/CommitBody.svelte b/src/lib/components/atoms/CommitBody.svelte
index 03b5b68..7caf637 100644
--- a/src/lib/components/atoms/CommitBody.svelte
+++ b/src/lib/components/atoms/CommitBody.svelte
@@ -31,11 +31,11 @@ You should have received a copy of the GNU Affero General Public License along w
};
-
-
+ {$_(i18n.actions.browse)}
diff --git a/src/lib/components/atoms/CommitDate.svelte b/src/lib/components/atoms/CommitDate.svelte
index c1e90dc..45b9232 100644
--- a/src/lib/components/atoms/CommitDate.svelte
+++ b/src/lib/components/atoms/CommitDate.svelte
@@ -36,7 +36,7 @@ You should have received a copy of the GNU Affero General Public License along w
-
+
diff --git a/src/lib/components/atoms/MainMenuActions.svelte b/src/lib/components/atoms/MainMenuActions.svelte
index 85303a3..f6b2185 100644
--- a/src/lib/components/atoms/MainMenuActions.svelte
+++ b/src/lib/components/atoms/MainMenuActions.svelte
@@ -17,15 +17,21 @@ You should have received a copy of the GNU Affero General Public License along w
-
+
{$_('page.profile.menu.actions.fork')}
-
+
{$_('page.profile.menu.actions.star')}
-
+
{$_('page.profile.menu.actions.watch')}
diff --git a/src/lib/components/atoms/MainMenuSummary.svelte b/src/lib/components/atoms/MainMenuSummary.svelte
index e6da269..555db75 100644
--- a/src/lib/components/atoms/MainMenuSummary.svelte
+++ b/src/lib/components/atoms/MainMenuSummary.svelte
@@ -28,14 +28,14 @@ You should have received a copy of the GNU Affero General Public License along w
{$_('page.profile.menu.buttons.avatar')}
-
-
+
+
@@ -49,7 +49,7 @@ You should have received a copy of the GNU Affero General Public License along w
-
+
@@ -63,7 +63,7 @@ You should have received a copy of the GNU Affero General Public License along w
-
+
diff --git a/src/lib/components/atoms/OverlayAvatar.svelte b/src/lib/components/atoms/OverlayAvatar.svelte
index 500a8ba..fbe2ba4 100644
--- a/src/lib/components/atoms/OverlayAvatar.svelte
+++ b/src/lib/components/atoms/OverlayAvatar.svelte
@@ -11,7 +11,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
-->
-
diff --git a/src/lib/components/atoms/SettingsSidebar.svelte b/src/lib/components/atoms/SettingsSidebar.svelte
index c121fdf..7e860d8 100644
--- a/src/lib/components/atoms/SettingsSidebar.svelte
+++ b/src/lib/components/atoms/SettingsSidebar.svelte
@@ -28,7 +28,7 @@ You should have received a copy of the GNU Affero General Public License along w
{$_('settings.headline')}
@@ -37,8 +37,8 @@ You should have received a copy of the GNU Affero General Public License along w
name="profile"
value="profile"
on:change={onTileChanged}
- regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl"
- regionLead="float-start ps-8 text-surface-500"
+ regionLabel="float-start ps-2 py-1 font-normal text-surface-500-400-token !text-xl"
+ regionLead="float-start ps-8 text-surface-500-400-token"
title={$_('settings.profile.label')}
>
@@ -51,8 +51,8 @@ You should have received a copy of the GNU Affero General Public License along w
name="account"
value="account"
on:change={onTileChanged}
- regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl"
- regionLead="float-start ps-8 text-surface-500"
+ regionLabel="float-start ps-2 py-1 font-normal text-surface-500-400-token !text-xl"
+ regionLead="float-start ps-8 text-surface-500-400-token"
title={$_('settings.account.label')}
>
@@ -65,8 +65,8 @@ You should have received a copy of the GNU Affero General Public License along w
name="ssh_gpg_keys"
value="ssh_gpg_keys"
on:change={onTileChanged}
- regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl"
- regionLead="float-start ps-8 text-surface-500"
+ regionLabel="float-start ps-2 py-1 font-normal text-surface-500-400-token !text-xl"
+ regionLead="float-start ps-8 text-surface-500-400-token"
title={$_('settings.ssh_gpg_keys.label')}
>
@@ -79,8 +79,8 @@ You should have received a copy of the GNU Affero General Public License along w
name="appearance"
value="appearance"
on:change={onTileChanged}
- regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl"
- regionLead="float-start ps-8 text-surface-500"
+ regionLabel="float-start ps-2 py-1 font-normal text-surface-500-400-token !text-xl"
+ regionLead="float-start ps-8 text-surface-500-400-token"
title={$_('settings.appearance.label')}
>
@@ -93,8 +93,8 @@ You should have received a copy of the GNU Affero General Public License along w
name="notifications"
value="notifications"
on:change={onTileChanged}
- regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl"
- regionLead="float-start ps-8 text-surface-500"
+ regionLabel="float-start ps-2 py-1 font-normal text-surface-500-400-token !text-xl"
+ regionLead="float-start ps-8 text-surface-500-400-token"
title={$_('settings.notifications.label')}
>
diff --git a/src/lib/components/molecules/MainMenu.svelte b/src/lib/components/molecules/MainMenu.svelte
index 485b009..f4246da 100644
--- a/src/lib/components/molecules/MainMenu.svelte
+++ b/src/lib/components/molecules/MainMenu.svelte
@@ -18,7 +18,9 @@ You should have received a copy of the GNU Affero General Public License along w
import MainMenuDetails from './MainMenuDetails.svelte';
-
+
diff --git a/src/lib/components/molecules/MainMenuDetails.svelte b/src/lib/components/molecules/MainMenuDetails.svelte
index eeb2f76..a9c1e9a 100644
--- a/src/lib/components/molecules/MainMenuDetails.svelte
+++ b/src/lib/components/molecules/MainMenuDetails.svelte
@@ -32,73 +32,96 @@ You should have received a copy of the GNU Affero General Public License along w
diff --git a/src/lib/components/molecules/MoreFilters.svelte b/src/lib/components/molecules/MoreFilters.svelte
index 1251c4b..819780f 100644
--- a/src/lib/components/molecules/MoreFilters.svelte
+++ b/src/lib/components/molecules/MoreFilters.svelte
@@ -23,8 +23,8 @@ You should have received a copy of the GNU Affero General Public License along w
};
-