summaryrefslogtreecommitdiffhomepage
path: root/app/components
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Add workspacesAndrej Mihajlov44-5453/+0
2018-08-14Implement IPv6 enable/disable in GUIJanito Vaqueiro Ferreira Filho2-0/+25
2018-08-08Remove styles helpers, instead use RX.Styles directlyAndrej Mihajlov14-930/+885
2018-08-08Add missing @flowAndrej Mihajlov30-1/+36
2018-08-08Fix spinner alignmentAndrej Mihajlov1-1/+1
2018-08-08Uppercase "secure connection"Andrej Mihajlov1-6/+6
2018-08-08Add margin between Edit and Retry buttonsAndrej Mihajlov2-2/+7
2018-08-08Cast to empty to ensure that all enum options are handled in a switchAndrej Mihajlov2-2/+2
2018-08-08Add WindowStateObserverAndrej Mihajlov3-2/+27
2018-08-08Add launch screenAndrej Mihajlov1-0/+58
2018-08-08Fix non-clickable padding area around dropdown itemsAndrej Mihajlov1-4/+15
2018-08-08Fix broken style after adding Img.width/height paramsAndrej Mihajlov1-2/+1
2018-08-08Upgrade reactxp@1.3.3Andrej Mihajlov2-0/+2
2018-08-08Make HeaderBar more composableAndrej Mihajlov7-123/+147
2018-08-08Add width and height to ImgAndrej Mihajlov1-2/+6
2018-08-08Remove App.activationStateChangedEvent due to regression between 1.3-rc and ↵Andrej Mihajlov1-15/+1
1.3 release
2018-08-08Fix chopped text in Account view expiration date and Login view status subtitleAndrej Mihajlov2-0/+2
2018-08-08Pull account expiry on demandAndrej Mihajlov3-21/+30
2018-08-06Fix invalid initial state in Account viewAndrej Mihajlov1-3/+4
2018-08-06Fix broken "buy credit" buttonAndrej Mihajlov1-3/+13
2018-08-03Restore missing Problem Report page styleJanito Vaqueiro Ferreira Filho2-2/+11
2018-08-01Rename `displayError` methodJanito Vaqueiro Ferreira Filho1-2/+2
2018-07-31Auto scroll to selected locationAndrej Mihajlov2-7/+36
2018-07-27Add `TODO` to handle failure to set auto-startJanito Vaqueiro Ferreira Filho1-0/+1
2018-07-26Replace margin with padding in `NavigationBar`Janito Vaqueiro Ferreira Filho1-4/+4
2018-07-26Update headers in `SelectLocation`Janito Vaqueiro Ferreira Filho3-51/+21
2018-07-26Make settings headers also drag the windowJanito Vaqueiro Ferreira Filho11-106/+84
2018-07-26Make settings navigation bar be a window drag areaJanito Vaqueiro Ferreira Filho1-0/+3
2018-07-26Fix invalid style key and margin on windows platformAndrej Mihajlov1-2/+2
2018-07-25Replace custom ClipboardData with DataTransfer typeAndrej Mihajlov1-9/+1
2018-07-25Require account tokens to have at least ten digitsJanito Vaqueiro Ferreira Filho1-3/+5
2018-07-24Localize expiry timeJanito Vaqueiro Ferreira Filho1-2/+9
2018-07-24Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho1-1/+27
2018-07-24Remove global styles from app buttonsAndrej Mihajlov10-67/+82
2018-07-23Make sure to apply the platform window mask only on macAndrej Mihajlov1-6/+8
2018-07-23Remove "hidden" prop from HeaderBarAndrej Mihajlov2-18/+4
2018-07-23Add settings navigationAndrej Mihajlov11-175/+151
2018-07-20Migrate PlatformWindow to ReactXPAndrej Mihajlov2-19/+8
2018-07-18Fix the reversed hover logic for red buttonsAndrej Mihajlov1-2/+2
2018-07-18Keep button labels white on hoverAndrej Mihajlov1-2/+2
2018-07-18Do not depend on node.type.name, instead compare prototypesAndrej Mihajlov2-7/+8
2018-07-18- Reintegrate components/styled into componentsAndrej Mihajlov17-144/+113
- Drop styled/Button, use RX.Button instead and reset cursor when needed - Scope AppButton and Cell to avoid class clash for Label and SubText - Add missing cursor: default
2018-07-17Refer to auto-connect as "computer start" rather than loginLinus Färnstrand1-1/+1
2018-07-16Fix eslint promise issuesAndrej Mihajlov2-3/+8
2018-07-16Correct the colors in AdvancedSettingsAndrej Mihajlov1-12/+13
2018-07-16Align margins across the appAndrej Mihajlov3-12/+12
2018-07-16Remove unused stylesAndrej Mihajlov1-12/+0
2018-07-16Fix invalid colors in CellButtonAndrej Mihajlov1-6/+3
2018-07-16Use spread instead of Object.assignAndrej Mihajlov1-4/+4
2018-07-16Fix header padding in SettingsAndrej Mihajlov1-1/+1