summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-02Remove withAppContext HOCOskar1-19/+0
2024-10-02Replace LoginPage with a functional componentOskar4-46/+37
2024-10-01Enable React Strict modeOskar1-19/+22
2024-10-01Rename account "token" to account "number"Joakim Hulthe19-187/+190
2024-09-30Switch to using real scroll in the PageSlider componentOskar1-38/+58
2024-09-30Add Multihop illustrationOskar2-1/+3
2024-09-30Add DAITA illustrationsOskar1-10/+24
2024-09-30Add PageSlider subtitle to daita settings viewOskar1-25/+51
2024-09-30Add PageSlider componentOskar2-0/+223
2024-09-30Move DAITA to top level settingsOskar4-19/+41
2024-09-30Remove multihop confirmation dialogOskar1-39/+1
2024-09-30Move multihop to top level settings along with a dedicated viewOskar5-100/+192
2024-09-30Move the daemon rpc path to DaemonRpcOskar2-7/+14
2024-09-30Rename liftConstraint to unwrapConstraintOskar1-8/+8
2024-09-30Split DaemonRpc up into two partsOskar3-266/+279
2024-09-30Move gRPC type convertion functions to separate fileOskar2-1243/+1280
2024-09-25Add setting to leak traffic to apple networksJoakim Hulthe13-7/+143
2024-09-24Fix linting errorsOskar16-29/+26
2024-09-20Set indicators and ellipsis to hidden when they should beOskar1-10/+17
2024-09-17Allow toggling connection island only when connected/connectingOskar1-1/+7
2024-09-17Align Smart routing GUI with design specJoakim Hulthe13-144/+300
2024-09-17Remove daita filter notice when using use_anywhereJoakim Hulthe3-4/+8
2024-09-17Disable use_anywhere toggle if DAITA is disabledJoakim Hulthe1-2/+15
2024-09-17Add daita.enabled and daita.use_anywhere rpc callsJoakim Hulthe5-20/+21
2024-09-17Add `use_anywhere` feature indicatorJoakim Hulthe3-0/+5
2024-09-17Add temporary gui toggle for `use_anywhere`Joakim Hulthe4-3/+23
2024-09-16Fix feature indicator sortingOskar1-1/+3
2024-08-30Fix missing daemon event obfuscation type convertionOskar2-7/+13
2024-08-30Add obfuscation testsOskar2-0/+3
2024-08-30Add Shadowsocks settingsOskar2-0/+148
2024-08-30Move UDP-over-TCP to a dedicated viewOskar2-55/+143
2024-08-30Add reusable cell side button componentOskar7-46/+50
2024-08-30Add routing for obfuscation viewsOskar2-0/+6
2024-08-30Add support for sub-labels and navigation in selector itemsOskar1-18/+81
2024-08-30Add rpc and state handling of shadowsocks settingsOskar4-1/+30
2024-08-30Add ConnectionPanel back actionOskar2-29/+30
2024-08-29Render ellipsis as display none instead of not at all when expandedOskar1-14/+12
2024-08-29Defer making feature indicators visible to ensure elements renderedOskar1-44/+49
2024-08-29Fix connection panel closing without any actionsOskar1-1/+1
2024-08-29Fix indicators not showingOskar1-12/+7
2024-08-28Fix non-curly apostropheAlbin1-1/+1
2024-08-21Add feature-indicator testOskar2-2/+8
2024-08-21Fix error.ts import orderOskar1-1/+1
2024-08-21Implement main view connection islandOskar16-808/+970
2024-08-21Add green to the possible colors of SmallButtonOskar1-0/+6
2024-08-21Make SmallButton compatible with MultiButtonOskar1-32/+55
2024-08-21Make MultiButton less specific to AppButtonOskar1-8/+10
2024-08-21Add className prop to AccordionOskar1-0/+2
2024-08-21Use color variable for NotificationBanner backgroundOskar1-1/+1
2024-08-21Add feature indicator plumbingOskar7-21/+124