Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug window console #470

Merged
merged 23 commits into from
Jan 5, 2018
Merged

Conversation

vikas-cis-zz
Copy link

@vikas-cis-zz vikas-cis-zz commented Dec 6, 2017

@vikas-cis-zz vikas-cis-zz changed the base branch from master to restructure December 6, 2017 16:29
@vikas-cis-zz vikas-cis-zz self-assigned this Dec 6, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 48.273% when pulling 3132e5a on vikas-cis:debug_window_console into 071ec6c on particl:restructure.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 48.273% when pulling 343c599 on vikas-cis:debug_window_console into 071ec6c on particl:restructure.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0005%) to 48.311% when pulling 97f604e on vikas-cis:debug_window_console into 071ec6c on particl:restructure.

this.currentTime = this.dateFormatter(new Date());
}

private dateFormatter(d: Date) {
Copy link
Collaborator

@kewde kewde Dec 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to utils?

I found a similar one here:
https://github.com/particl/partgui/blob/f4ad94c68e3ec85b6093c72cb96eed06f0f04882/src/app/wallet/shared/transaction.model.ts#L91-L100

Let's have one shared dateformat for the whole gui

@@ -25,7 +26,8 @@ import { routing } from './wallet.routing';
OverviewComponent,
SettingsComponent,
StakinginfoComponent,
ColdstakeComponent
ColdstakeComponent,
ConsoleModalComponent
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make the console, it's own module from Core-UI. You should be able to just use it, without having to import it I believe.

@@ -0,0 +1,55 @@
<div class="containerX">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, We have decided to have the same inside setting for future perspective as in future this will moves back to setting page.

kewde
kewde previously requested changes Dec 12, 2017
Copy link
Collaborator

@kewde kewde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplication of code

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 48.481% when pulling 4c34903 on vikas-cis:debug_window_console into 071ec6c on particl:restructure.

@vikas-cis-zz vikas-cis-zz removed the request for review from rynomster December 12, 2017 13:43
@vikas-cis-zz vikas-cis-zz changed the base branch from restructure to dev December 12, 2017 13:50
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.951% when pulling 73a6e22 on vikas-cis:debug_window_console into a0801cd on particl:dev.

@anandsinghparihar
Copy link
Contributor

anandsinghparihar commented Dec 19, 2017

Hey @vikas-cis Could please do following things first:

  1. Add Icons
  2. Design changes req.
  3. Add tool tip or placeholder for basic command hint.
  4. After entering the command 'add auto scroll down'.

@vikas-cis-zz
Copy link
Author

@gerlofvanek Can you please provide icon as suggested by @anandsinghparihar

@AllienWorks AllienWorks removed their request for review December 19, 2017 13:33
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.223% when pulling 79fef25 on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.223% when pulling bd53cbd on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@vikas-cis-zz
Copy link
Author

@AllienWorks it looks great just wondering about clear text (cross icon) which I have added for clearing the text, we don't need that ?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.223% when pulling 8d7152f on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@AllienWorks AllienWorks added this to the 1.2 milestone Jan 4, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.223% when pulling f48ecbf on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@AllienWorks
Copy link
Member

Layout & design tweaked.

@vikas-cis I've removed the icon, it's not needed at all.

Modal's close button still needs implementation – can somebody do that? (I've tried to copy it from QR modal, but it's not working..)

@AllienWorks AllienWorks dismissed stale reviews from kewde and anandsinghparihar January 4, 2018 14:57

changes made

@AllienWorks
Copy link
Member

Preview:

@pciavald pciavald self-requested a review January 4, 2018 18:51
<div class="console-modal">
<!-- FIXME: make the close button work -->
<button class="small-close_button">
<mat-icon fontSet="partIcon" fontIcon="part-circle-remove"></mat-icon>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be implemented

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 47.257% when pulling 2eeb9a4 on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@pciavald pciavald modified the milestones: 1.2, 1.1 Jan 4, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 47.061% when pulling 389cf17 on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 47.061% when pulling 38206ba on vikas-cis:debug_window_console into 5daea31 on particl:dev.

@pciavald pciavald merged commit 0ad510c into particl:dev Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants