replit / desktop

Replit Desktop App
116 stars 7 forks source link

Rename openReplWindow to openWindow #98

Closed sergeichestakov closed 1 year ago

sergeichestakov commented 1 year ago

Why

Follow on to this PR: https://github.com/replit/repl-it-web/pull/34872, this commit renames openReplWindow to openWindow

See discussion there but same rational:

"Repl window" doesn't really make sense anymore now that we no longer have a splash screen window or otherwise have any other distinction between windows.

Fixes WS-762

What changed

Rename openReplWindow to openWindow external API and event. Note that this is a breaking change but we can make web resilient to it to prevent disruptions to experience.

Test plan

linear[bot] commented 1 year ago

WS-762 Rename openReplWindow to openWindow in the native app

sergeichestakov commented 1 year ago

this should be merged and released after this commit has been deployed: https://github.com/replit/repl-it-web/pull/35074