Skip to content

Commit

Permalink
feat: changed the UI for emojis and added the button to navigation to…
Browse files Browse the repository at this point in the history
… draw badge. (#1165)
  • Loading branch information
Jhalakupadhyay authored Jan 25, 2025
1 parent 623b83c commit 4f17ab0
Show file tree
Hide file tree
Showing 15 changed files with 237 additions and 131 deletions.
Binary file added assets/icons/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions assets/vectors/clip_apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/vectors/clip_arrow_left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions assets/vectors/clip_block.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 56 additions & 29 deletions assets/vectors/clip_clock.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/vectors/clip_clock_nine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions assets/vectors/clip_clock_nine_oclock.SVG

This file was deleted.

8 changes: 0 additions & 8 deletions assets/vectors/clip_clock_six_oclock.SVG

This file was deleted.

6 changes: 0 additions & 6 deletions assets/vectors/clip_clock_twelve_oclock.SVG

This file was deleted.

17 changes: 11 additions & 6 deletions assets/vectors/clip_cross.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions assets/vectors/clip_dustbin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/vectors/clip_home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 10 additions & 68 deletions assets/vectors/clip_sun.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lib/view/homescreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ class _HomeScreenState extends State<HomeScreen>
Visibility(
visible: isPrefixIconClicked,
child: Container(
height: 150.h,
height: 170.h,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10.r),
color: backCircleColor),
color: Colors.grey[200]),
margin: EdgeInsets.symmetric(horizontal: 15.w),
padding: EdgeInsets.symmetric(
vertical: 10.h, horizontal: 10.w),
Expand Down
Loading

0 comments on commit 4f17ab0

Please sign in to comment.