Page MenuHomePhabricator

Image fixes
ClosedPublic

Authored by WyldBot on Apr 30 2019, 2:56 AM.
Tags
None
Referenced Files
F506668: D249.diff
Sat, Jun 3, 11:07 PM
Unknown Object (File)
Mon, May 29, 5:05 AM
Unknown Object (File)
Thu, May 25, 12:44 PM
Unknown Object (File)
Thu, May 25, 12:42 PM
Unknown Object (File)
Thu, May 25, 11:02 AM
Unknown Object (File)
Tue, May 23, 6:55 PM
Unknown Object (File)
Mon, May 22, 2:08 AM
Unknown Object (File)
Mon, May 22, 2:08 AM

Details

Summary

Removed cropper tool, fixed ugly images, fixed image size problems
Informs user that additional images need to be added individually

Test Plan

Test the above

Diff Detail

Repository
rWCL Web Client
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 664
Build 664: arc lint + arc unit

Event Timeline

WyldBot edited the test plan for this revision. (Show Details)
CLOVIS added inline comments.
package-lock.json
1547

Should this really be in the Git? It's a very big file that looks more like a cache than anything. I don't know Angular so maybe that's normal but just to check

package-lock.json
1547

package-lock.json is from npm the file that locks the package.json to specific versions and paths to have the values retrieved from. The idea is that the build system uses the same resources than the developer.
NPM explicitly states that this file should be checked into vcs.

package-lock.json
1547

I'm however not rely convinced about that files usefulness.

2 features in one diff. Might want to split that up

  • Image fix
  • Scroll to top

Would prefer to keep it in 1 diff, this is a quick fix for minor problems.

Fixed scroll to top, added new image logic to avatar comp

2 features in one diff. Might want to split that up

  • Image fix
  • Scroll to top
This revision now requires changes to proceed.May 5 2019, 1:23 PM
WyldBot retitled this revision from Image fixes, and scroll to top to Image fixes.
Info-Screen added inline comments.
src/app/_dialogs/picture.dialog.component.ts
4

Does this really need to be of type any.

If there are no typings available, you might want to search for some at DefinitelyTyped.

src/app/_dialogs/pictures.dialog.component.ts
5

same as above

This revision now requires changes to proceed.May 10 2019, 9:24 PM
WyldBot marked 2 inline comments as done.

Theres no definitely typed package

This revision is now accepted and ready to land.May 12 2019, 2:35 PM
This revision was automatically updated to reflect the committed changes.