Sercan Yemen
c374c2c6cf
(global) Replaced linked buttons with a tags + removed unnecessary routerLink attributes from some buttons
2022-05-25 13:29:47 +03:00
Sercan Yemen
099e745a36
(apps/academy) Fixed: Ring outside the current step's number is not visible
2022-05-24 12:58:06 +03:00
Sercan Yemen
e3630218b5
(apps/mailbox) Fixed: Quill editor tooltips are not positioning correctly
2022-05-24 12:17:09 +03:00
Sercan Yemen
9521257b4d
(apps/mailbox) Fixed: Empty route related issues
2022-05-12 23:50:43 +03:00
Sercan Yemen
5378a6b6ef
(apps/chat) Fixed: Empty route related issues
2022-05-12 23:49:42 +03:00
Sercan Yemen
f5cc14939c
(apps/chat) Fixed: Empty route related issues
2022-05-12 23:13:02 +03:00
Sercan Yemen
5337c95782
Fixed: Typo on resolve object
2022-01-01 22:32:39 +03:00
Sercan Yemen
805b50707e
Updated Angular to v13.1
...
Updated ESLint to v13
Updated Tailwind to v3
Updated various other packages
2021-12-22 14:19:21 +03:00
sercan
3a1a7d44b6
Updated RxJS to 7.4.0
...
Optimized import paths
2021-11-05 11:36:03 +03:00
sercan
e4ebe2fd7e
(Breaking Change) Removed Calendar app due to FullCalendar's Angular component not being properly developed in the new version
...
(Breaking Change) Removed Fuse DateRange component (alternative: https://github.com/fetrarij/ngx-daterangepicker-material )
2021-11-05 10:50:19 +03:00
sercan
f380d8ca16
Updated Angular to v13
...
Updated Angular Material to v13
Updated version numbers and added the changelog
Updated various packages
2021-11-04 13:20:44 +03:00
sercan
e7ab0ea13f
(apps/mailbox) Fixed: Compose dialog doesn't work correctly on small height resolutions
...
(apps/mailbox) Style improvements
2021-08-12 13:45:34 +03:00
sercan
966e2db743
(apps/contacts) Small adjustments for better consistency
...
(apps/ecommerce/inventory) Small adjustments for better consistency
2021-07-21 11:36:43 +03:00
sercan
961b86c8cb
(apps/contacts) Added confirmation to the "Delete contact" action using FuseConfirmationService
...
(apps/ecommerce/inventory) Added confirmation to the "Delete product" action using FuseConfirmationService
(apps/scrumboard) Added confirmation to the "Delete list" action using FuseConfirmationService
(apps/tasks) Added confirmation to the "Delete task" action using FuseConfirmationService
2021-07-16 12:28:43 +03:00
sercan
cbce71f155
(apps/help-center) Fixed: Small dark mode issues
2021-07-01 12:37:27 +03:00
sercan
ed47050232
(apps/ecommerce/inventory) Fixed: Tags selector border colors are not correct on dark mode
2021-07-01 12:37:09 +03:00
sercan
f369206ef8
(layout/common) Explicitly define the overlay position strategy properties
...
(apps/contacts) Explicitly define the overlay position strategy properties
(apps/mailbox) Explicitly define the overlay position strategy properties
(apps/tasks) Explicitly define the overlay position strategy properties
2021-06-25 22:57:14 +03:00
sercan
403a949d4a
(apps/ecommerce/inventory) Small mobile experience tweaks
2021-06-14 12:25:04 +03:00
sercan
5b78a68116
(apps/ecommerce/inventory) Better image containment on row details
2021-06-14 12:22:51 +03:00
sercan
214116e10d
(apps/ecommerce/inventory) Replaced the mat-table with a custom grid for better mobile experience and better performance, improved the mobile experience
2021-06-14 12:03:17 +03:00
sercan
11ad2c89df
(apps/file-manager) Added support for nested folder views
2021-06-05 13:57:39 +03:00
sercan
ab3ad4fd2f
(apps/scrumboard) Dark mode fixes and tweaks
2021-06-03 11:27:51 +03:00
sercan
a78b087a68
(apps/scrumboard) New version of the Scrumboard app
2021-06-02 11:42:22 +03:00
sercan
84d40427a1
(apps/ecommerce) Small tweaks
...
(apps/mailbox) Small tweaks
2021-06-02 11:41:47 +03:00
sercan
f295fd9061
(fuse/autogrow) BREAKING: Removed fuseAutogrow in favor of matTextareaAutosize since all of its problems solved, use [matTextareaAutosize] without any vertical padding on the textarea itself.
2021-05-31 17:14:03 +03:00
sercan
95bc7dc4db
(apps/ecommerce/inventory) Performance improvements, decreased the mockApi delay
2021-05-24 09:22:18 +03:00
sercan
6bcd04b799
(eslint) Fixed linting issues
2021-05-21 11:48:42 +03:00
sercan
3d09241c64
(fuse/animations) Fixed: Barrel exports
...
(FuseMasonry) Fixed: Barrel exports
(FuseUtilsService) Fixed: Barrel exports
(FuseValidators) Fixed: Barrel exports
2021-05-19 14:37:38 +03:00
sercan
e499c06884
(apps/mailbox) Small tweak on resolver's comment
2021-05-19 13:38:10 +03:00
sercan
fd859a8663
(comments) Fixed: The word 'data' replaced with 'mock-api' by mistake in the past causing a lot of comments to make no sense
2021-05-18 15:18:44 +03:00
sercan
5c40e99518
(FuseNavigation) Use the generic return type for "getComponent"
...
(docs) Updated FuseNavigation docs
2021-05-18 13:10:39 +03:00
sercan
d159ae1458
(linting) Migrated over to the ESLint
2021-05-14 17:17:06 +03:00
sercan
a9ada174b4
(routing) Use "corrected" behavior for relative link resolution ( https://github.com/angular/angular/pull/22394 ) as it's the default value starting from Angular v11 ( https://github.com/angular/angular/pull/25609 )
2021-05-12 12:46:01 +03:00
sercan
5c3db88908
(apps/ecommerce) Tweaked hover color on inventory list for better consistency
2021-05-07 12:43:04 +03:00
sercan
039eef98ee
(apps/chat) Tweaked hover colors on lists for better consistency
2021-05-07 12:40:02 +03:00
sercan
2bea991ba3
(refactoring) Move *ngFor directives to their own <ng-container> elements. This is mostly a personal preference but it's a good habit to have as you cannot put more than one structural directive on a single element. This way our main repeated element is free of any common structural directives so we can use ours on them if needed.
2021-05-07 12:10:45 +03:00
sercan
7e430a269c
(apps/tasks) Visual improvements
...
(apps/contacts) Tweaked the hover color on contacts list for better consistency
2021-05-07 11:54:47 +03:00
sercan
f6b4ca0880
(apps/notes) Responsive adjustments
2021-05-06 17:05:56 +03:00
sercan
77014174e8
(apps/notes) New version of the Notes app
2021-05-06 17:01:14 +03:00
sercan
b0f1e1de95
(apps/mailbox) App title font size adjustment for better consistency
2021-05-05 17:52:10 +03:00
sercan
cf01383358
(apps/mailbox) Use shadow on threads for better consistency
2021-05-05 17:27:39 +03:00
sercan
e4442d683b
(apps/tasks) Tweaked the hover color on task list for better consistency
2021-05-05 17:27:12 +03:00
sercan
b05763135e
(apps/chat) Adjustments and optimizations for smaller devices
2021-04-30 19:55:37 +03:00
sercan
5dd60c816c
(apps/chat) Small adjustments and tweaks for Dark mode
2021-04-30 19:39:02 +03:00
sercan
e3821da077
(apps/chat) New and improved Chat app
2021-04-30 19:18:09 +03:00
sercan
215546cc31
(apps/academy) Removed a misplaced import
2021-04-29 19:57:58 +03:00
sercan
e90fb9e618
(apps/academy) Added missing trackBy functions to '*ngFor's
2021-04-26 16:41:21 +03:00
sercan
88e98d002d
(apps/mailbox) Removed unused methods
2021-04-26 16:08:19 +03:00
sercan
deeef323f9
(apps/academy) Better error handling on courses that are not exist
2021-04-26 15:59:44 +03:00
sercan
6b6442b37f
(apps/academy) Added page info in between the desktop navigation buttons
2021-04-26 09:29:59 +03:00