Skip to content

Instantly share code, notes, and snippets.

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "pch.h"
#include <Views/ShadowNodeBase.h>
#include "FlyoutViewManager.h"
#include "TouchEventHandler.h"
#include "ViewPanel.h"
// (c) Facebook, Inc. and its affiliates. Confidential and proprietary.
#import "FocusZoneViewManager-macOS.h"
#import <React/RCTView.h>
@interface FocusZoneView : RCTView
@end
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.System;
using Windows.UI.Core;
using Windows.UI.Xaml;
@lyahdav
lyahdav / phabricator-diff-lines-modified.js
Last active January 27, 2021 20:34
Tampermonkey script to Show Total Number of Lines Modified in Phabricator Diff
// ==UserScript==
// @name Show Total Number of Lines Modified in Diff
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Show total number of lines modified in diff at bottom of table of contents
// @author lyahdav
// @match UPDATE HERE e.g. https://phab.example.com/D*
// @grant none
// ==/UserScript==