Skip to content

Commit

Permalink
fix(preference): add icon and able to expand
Browse files Browse the repository at this point in the history
- add icons on preference settings
- redirect the login activities preference

[issueid: #104]
  • Loading branch information
niyibi250 committed Nov 20, 2024
1 parent 3562af1 commit 6edff72
Show file tree
Hide file tree
Showing 16 changed files with 2,254 additions and 4,258 deletions.
Binary file added assets/Preference_icons/down_arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preference_icons/email_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preference_icons/forward-pref-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/Preference_icons/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
declare module '*.png' {
const content: any;
export default content;
}


Binary file added assets/Preference_icons/painting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions assets/Preference_icons/preference_icons.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import preference_profile from '@/assets/Preference_icons/profile-user.png'
import forward_pref_icon from '@/assets/Preference_icons/forward-pref-icon.png'
import down_arrow from '@/assets/Preference_icons/down_arrow.png'
import login_activity from '@/assets/Preference_icons/login_activity.png'
import painting from '@/assets/Preference_icons/painting.png'
import two_factor from '@/assets/Preference_icons/two-factor-authentication.png'
import push_notification from '@/assets/Preference_icons/push_notification.png'
import translation from '@/assets/Preference_icons/translation.png'
import email_notification from '@/assets/Preference_icons/email_notification.png'

export {
preference_profile,
painting,
translation,
email_notification,
push_notification,
two_factor,
forward_pref_icon,
down_arrow
}
Binary file added assets/Preference_icons/profile-user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preference_icons/push_notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preference_icons/translation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6edff72

Please sign in to comment.