λ /Applications/Trello.app/Contents ◆ tree -L 2
.
├── Frameworks
│ ├── Electron\ Framework.framework
│ ├── Trello\ Helper\ EH.app
│ ├── Trello\ Helper\ NP.app
│ └── Trello\ Helper.app
├── Info.plist
Tried it. It's a bit laggy and seems not much different than the website itself.Trello Desktop for Mac and Windows: Get More Done Without Distractions
11–20 of 62 posts
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#12I haven't had a chance to download it yet, but my suspicion says it's probably an Electron application. What do you all feel about this practice of taking long-lived web applications and getting them out of a tab and into a desktop shell with a place on the dock/task bar and the ability to Atl/Control-Tab?
Definitely some sort of electron app. Certain things are broken like trying to use your webcam to take a profile photo because it doesn't know how to ask for browser permissions. I really hope this trend stops soon.
In what way? That services stop trying to be desktop applications and live on the web and web browser? Or that Electron itself is not an adequate framework for cross-platform development?
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#13I haven't had a chance to download it yet, but my suspicion says it's probably an Electron application. What do you all feel about this practice of taking long-lived web applications and getting them out of a tab and into a desktop shell with a place on the dock/task bar and the ability to Atl/Control-Tab?
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#14Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#15I haven't had a chance to download it yet, but my suspicion says it's probably an Electron application. What do you all feel about this practice of taking long-lived web applications and getting them out of a tab and into a desktop shell with a place on the dock/task bar and the ability to Atl/Control-Tab?
Definitely some sort of electron app. Certain things are broken like trying to use your webcam to take a profile photo because it doesn't know how to ask for browser permissions. I really hope this trend stops soon.
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#16I love the irony of having the marketing lines "Experience Trello without distractions" and "Native notifications" follow directly each other in the trailer.
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#17Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#18Why is this screenshot rendered so badly? https://blog.trello.com/hs-fs/hubfs/desktop-shortcuts-conden... From the URL it might have been dynamically resized?
It's also pretty darn big though.
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#19It actually is an electron app λ /Applications/Trello.app/Contents ◆ tree -L 2 . ├── Frameworks │ ├── Electron\ Framework.framework │ ├── Trello\ Helper\ EH.app │ ├── Trello\ Helper\ NP.app │ └── Trello\ Helper.app ├── Info.plist Tried it. It's a bit laggy and seems not much different than the website itself.
I came here to post a comment asking if it was an Electron app. Hopefully Electron's overhead can become lighter in the future making useful applications like this less bloated.
Re: Trello Desktop for Mac and Windows: Get More Done Without Distractions
#20Earlier quoted context omitted.
Definitely some sort of electron app. Certain things are broken like trying to use your webcam to take a profile photo because it doesn't know how to ask for browser permissions. I really hope this trend stops soon.
This trend isn't going anywhere. It's efficient from a human resources perspective. It is very expensive to build and maintain products across native desktop (Mac and Windows), mobile (iOS and Android) and web. That's 5 platforms. Web on its own is hard enough with probably 6 or 7 different browser platforms and various screen sizes to accommodate. Electron is a godsend, sub-native performance or not.
I was bearish on it initially but it's starting to prove itself in a way where I'm seriously considering it.
Also as a former desktop developer who moved to the web a lot of what it does looks pretty good tbh.
That and TypeScript has completely changed my opinion of "client side" web development, it's solved so much of the pain it's unbelievable and is good enough I'd consider it for desktop development for me the killer example is vscode - proof that you can write fast applications on the platform.