summaryrefslogtreecommitdiffhomepage
path: root/gui/packages
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Updating version in package files2018.4-beta2Linus Färnstrand1-1/+1
2018-10-08Don't persist Mssfix values that are out of rangeJanito Vaqueiro Ferreira Filho1-4/+6
2018-10-08Change mssfix color when out of rangeJanito Vaqueiro Ferreira Filho2-0/+23
2018-10-08Handle external updates to mssfix valueJanito Vaqueiro Ferreira Filho1-8/+30
2018-10-08Update mssfix value from GUIJanito Vaqueiro Ferreira Filho2-2/+39
2018-10-08Implement `set_openvpn_mssfix` RPC call in GUIJanito Vaqueiro Ferreira Filho2-0/+11
2018-10-08Show current OpenVPN mssfix value in fieldJanito Vaqueiro Ferreira Filho5-3/+43
2018-10-08Create mssfix input field in advanced settingsJanito Vaqueiro Ferreira Filho1-0/+6
2018-10-08Create `Cell.Input` componentJanito Vaqueiro Ferreira Filho1-1/+37
2018-10-08Reduce the banner transparencyAndrej Mihajlov1-1/+1
2018-10-08Reimplement navigation bar title using Context APIAndrej Mihajlov1-38/+61
2018-10-08Rename NavigationBar{Props,State} -> PrivateNavigationBar{Props,State}Andrej Mihajlov1-13/+16
2018-10-08Drop static methods and inline constant checks into getDerivedStateFromPropsAndrej Mihajlov1-12/+5
2018-10-08Optimize NavigationBar performance by eliminating render() when possibleAndrej Mihajlov1-52/+95
2018-10-08Optimize re-rendering of NavigationBarTitleAndrej Mihajlov1-1/+9
2018-10-08Optimize scrollbars to render only on props/state changesAndrej Mihajlov1-0/+18
2018-10-08Add type info to NavigationScrollbarsAndrej Mihajlov1-1/+4
2018-10-08Mark the use of forwardRef as $FlowFixMeAndrej Mihajlov1-0/+2
2018-10-08Do not use non-breaking space because word-wrap moves it to the next line ↵Andrej Mihajlov1-1/+1
along with email
2018-10-08Merge FAQ and Guides togetherAndrej Mihajlov3-14/+6
2018-10-08Add navigation container and animated title viewAndrej Mihajlov9-82/+322
2018-10-08Add onScroll handler to CustomScrollbarsAndrej Mihajlov1-0/+9
2018-10-05Fix yarn lint/flow/formatLinus Färnstrand3-5/+3
2018-10-05Also show country while connectingLinus Färnstrand1-0/+1
2018-10-05Use automatic camelCase conversion codeLinus Färnstrand2-17/+5
2018-10-05Fix JS typesLinus Färnstrand3-3/+3
2018-10-05Don't rely on exit ip in relay_listLinus Färnstrand4-15/+8
Instead, show the hostname in the UI
2018-10-05Put mullvad binary in /usr/binEmīls Piņķis1-5/+6
2018-10-05Add dbus-libs as a dependency on FedoraEmīls Piņķis1-0/+1
2018-10-03Allow Cell.SubText to shrinkAndrej Mihajlov1-1/+2
2018-10-03Shorten text around version warning to fit on one lineLinus Färnstrand1-1/+1
2018-10-03Auto-hide scrollbars on macOS onlyAndrej Mihajlov4-8/+35
2018-10-03Remove backdrop filterAndrej Mihajlov5-31/+14
2018-10-02Remove leftover account token copy timerJanito Vaqueiro Ferreira Filho1-8/+0
2018-10-02Fix login account menu remove button hoverJanito Vaqueiro Ferreira Filho1-0/+1
2018-10-02Remove unused login `Img` hoveringJanito Vaqueiro Ferreira Filho2-4/+0
2018-10-01Restore usage of `Cell.Label` in `Login`Janito Vaqueiro Ferreira Filho2-13/+10
2018-10-01Support additional props in `Cell.Label`Janito Vaqueiro Ferreira Filho1-1/+4
2018-10-01Allow further style customization in `Cell.Label`Janito Vaqueiro Ferreira Filho1-4/+15
2018-10-01Tweak padding for `CellButton`Janito Vaqueiro Ferreira Filho1-0/+2
2018-10-01Tweak `Cell.Label` marginJanito Vaqueiro Ferreira Filho1-1/+2
2018-10-01Remove child property mapping in `CellButton`Janito Vaqueiro Ferreira Filho1-53/+3
2018-10-01Replace usage of `Cell.Img` with `Cell.Icon`Janito Vaqueiro Ferreira Filho3-13/+11
2018-10-01Handle hovering in `Cell.SubText`Janito Vaqueiro Ferreira Filho1-4/+9
2018-10-01Rename `style.cell` into `style.cellButton`Janito Vaqueiro Ferreira Filho1-2/+2
2018-10-01Create `Cell.Icon` component with hover supportJanito Vaqueiro Ferreira Filho1-0/+19
2018-10-01Handle hovering in `Cell.Label`Janito Vaqueiro Ferreira Filho1-4/+13
2018-10-01Create `CellHoverContext` React contextJanito Vaqueiro Ferreira Filho1-0/+2
2018-10-01Make `Cell.SubText` a stateless componentJanito Vaqueiro Ferreira Filho1-1/+13
2018-10-01Use `Cell` components in `AdvancedSettings`Janito Vaqueiro Ferreira Filho2-42/+6