Commit Graph

5 Commits

Author SHA1 Message Date
Lorenzo Blasa
d66b513298 Add CK and iOS tags
Summary: ^

Reviewed By: LukeDefeo

Differential Revision: D41876581

fbshipit-source-id: 79b98a06abb503f4cd39a61a2ed90e7899b8fd68
2022-12-13 10:02:05 -08:00
Lorenzo Blasa
4bd5314b0c Better Open In IDE design
Summary: ^

Reviewed By: LukeDefeo

Differential Revision: D41584984

fbshipit-source-id: db8bd28854ed963d3370cf061a56aa63bfbf4f54
2022-11-29 10:26:24 -08:00
Tuomas Jaakola
3a0d6a3acc App icon for Linux (#2116)
Summary:
Fixes https://github.com/facebook/flipper/issues/1369
It seems that electron-builder has an issue when trying to set the app icon for Linux zip builds. A workaround for this is to set `icon` option for `BrowserWindow`.

I created a new PNG file for this, it seems that 64x64 looks the best.

## Changelog

App icon for Linux fixed.

Pull Request resolved: https://github.com/facebook/flipper/pull/2116

Test Plan: ![Screenshot from 2021-03-29 13-50-48](https://user-images.githubusercontent.com/490260/112826545-d00d6e00-9095-11eb-984f-227e923f275e.png)

Reviewed By: mweststrate

Differential Revision: D27461758

Pulled By: passy

fbshipit-source-id: 0be3d6b356d1332e89c3df6c137269900417f9ba
2021-03-31 06:33:15 -07:00
Timur Valiev
d39ea08a6c add vs coe glyphs and links to reduction tree
Summary: let's make it easier for users to spot possiblity to jump to source code from flipper

Reviewed By: priteshrnandgaonkar

Differential Revision: D26147686

fbshipit-source-id: 6e248c10e73f3b8fcd937d915af6e91db1fe6abe
2021-01-29 08:38:52 -08:00
Anton Nikolaev
85c13bb1f3 Move desktop-related code to "desktop" subfolder (#872)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/872
Move all the JS code related to desktop app to "desktop" subfolder.

The structure of "desktop" folder:
- `src` - JS code of Flipper desktop app executing in Electron Renderer (Chrome) process. This folder also contains all the Flipper plugins in subfolder "src/plugins".
- `static` - JS code of Flipper desktop app bootstrapping executing in Electron Main (Node.js) process
- `pkg` - Flipper packaging lib and CLI tool
- `doctor` - Flipper diagnostics lib and CLI tool
- `scripts` - Build scripts for Flipper desktop app
- `headless` - Headless version of Flipper app
- `headless-tests` - Integration tests running agains Flipper headless version

Reviewed By: passy

Differential Revision: D20249304

fbshipit-source-id: 9a51c63b51b92b758a02fc8ebf7d3d116770efe9
2020-03-14 14:35:17 -07:00