Giter VIP home page Giter VIP logo

chatter-desktop's Introduction

Yet Another Chatter Desktop

Unofficial Chatter Desktop App made with Electron


Screenshot

demo

How to Install

Go to https://github.com/zaki-yama/chatter-desktop/releases and download .dmg file of the latest version.

Note: For Mac users only. For users of other OS, please package by yourself by reading Development and Packageing section.

Development

  • Note: requires a node version >= 7 and an npm version >= 4.

First, clone the repo via git:

git clone --depth=1 https://github.com/zaki-yama/chatter-desktop.git

And then install dependencies with yarn.

$ cd chatter-desktop
$ yarn

Note: If you can't use yarn, run npm install.

Run

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:

$ yarn start-renderer-dev
$ yarn start-main-dev

Packaging

To package apps for the local platform:

$ yarn package

To package apps for all platforms:

First, refer to Multi Platform Build for dependencies.

Then,

$ yarn package-all

πŸ’‘ You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

DEBUG_PROD=true yarn package

License

MIT Β© Shingo Yamazaki

chatter-desktop's People

Contributors

renovate-bot avatar shunkosa avatar zaki-yama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chatter-desktop's Issues

SVG Icon not showing

Should be displayed next to action label (Like, Comment, Share).
ss 2018-03-07 15 09 05

ref. Desktop (LEX)

ss 2018-03-07 15 13 10

Please provide an AppImage for download on GitHub Releases

"AppImage"

Please provide an AppImage for download on GitHub Releases, thank you.

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages
  • Can double as a self-extracting compressed archive with the --appimage-extract parameter

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

Detect mentions related to me

Detect mentions which are related to the context user (me).

Approach

ref. Message Segment: Mention | Chatter REST API 開発者ガむド | Salesforce Developers

1) Mention to a Group

According to Message Segment which type is Mention, it contains record property.
If record type is Group, then

Group | Chatter REST API 開発者ガむド | Salesforce Developers

Group has myRole property, with which I can detect if the context user is a member of the group or not.

2) Mention to a User

researching...

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Quit Spinner UI displayed while loading

Currently, a spinner is shown while loading in every interval, even after user logged in.
It seems a bit noisy so I want to change the loading UI after login.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.