Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update electron 31 #2932

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
47cd7e9
grow
jeanfbrito Jul 11, 2024
adc6f44
wip
jeanfbrito Jul 12, 2024
4ab5789
button group added
jeanfbrito Jul 17, 2024
673b81e
wip
jeanfbrito Jul 18, 2024
b405214
open settings panel
jeanfbrito Jul 23, 2024
7674891
fix settings view
jeanfbrito Jul 23, 2024
ad12ab5
fix downloads view
jeanfbrito Jul 23, 2024
2dcc798
fix badges
jeanfbrito Jul 24, 2024
248f5b6
top bar title update
jeanfbrito Jul 25, 2024
2246906
only show topbar on osx
jeanfbrito Jul 29, 2024
519e49c
persistMachineTheme
jeanfbrito Jul 31, 2024
89e8893
changes theme by server and machine as callback
jeanfbrito Jul 31, 2024
af784b4
change topbar to the page title
jeanfbrito Aug 1, 2024
48412cb
settings now supports themes
jeanfbrito Aug 1, 2024
200681f
downloads with theme
jeanfbrito Aug 1, 2024
a8ecd6d
add actions to settings kebab menu
jeanfbrito Aug 5, 2024
3cddbe0
hide sidebar
jeanfbrito Aug 6, 2024
61afefa
add menu translation
jeanfbrito Aug 7, 2024
8473b5c
wip actions menu
jeanfbrito Aug 8, 2024
d56337c
add server menu actions
jeanfbrito Aug 9, 2024
bbad94c
add other actions
jeanfbrito Aug 9, 2024
eba113d
fix server remove click propagation
jeanfbrito Aug 9, 2024
392dc9b
working tooltips
jeanfbrito Aug 9, 2024
44c3737
add tooltips translation
jeanfbrito Aug 9, 2024
a9e444b
fix wrong tooltip when context menu is open
jeanfbrito Aug 9, 2024
3686195
fix lint
jeanfbrito Aug 12, 2024
b0e576f
bump to rebuild
jeanfbrito Aug 12, 2024
93e5be6
update fuselage
jeanfbrito Aug 14, 2024
8121269
fix tooltip theme
jeanfbrito Aug 14, 2024
9a90f9a
wip
jeanfbrito Aug 14, 2024
570cb2a
done tooltip provider
jeanfbrito Aug 14, 2024
a5f63d2
finish tooltip provider
jeanfbrito Aug 14, 2024
da02ae7
wip settings tooltip
jeanfbrito Aug 14, 2024
f373bb0
convert to rocket.chat tooltip provider
jeanfbrito Aug 14, 2024
a639b53
fix debounce
jeanfbrito Aug 14, 2024
845584b
lint fix
jeanfbrito Aug 14, 2024
c557a37
fix tooltip being stuck
jeanfbrito Aug 14, 2024
4305bbf
settings tooltip update
jeanfbrito Aug 15, 2024
99837d7
lint fix
jeanfbrito Aug 15, 2024
ae74185
fix breaking theme selection
jeanfbrito Aug 19, 2024
adedb52
update node version
jeanfbrito Aug 19, 2024
c8f5bc6
node update
jeanfbrito Aug 19, 2024
2db22cc
Fix build pr (#2930)
jeanfbrito Aug 20, 2024
f04c2f3
update fuselage icons
jeanfbrito Aug 20, 2024
a1c1ab5
Merge branch 'new-ui' of https://github.com/RocketChat/Rocket.Chat.El…
jeanfbrito Aug 20, 2024
e7a19e6
rollback fuselage icons
jeanfbrito Aug 20, 2024
72ae3cf
upgrade yarn
jeanfbrito Aug 21, 2024
8b69476
update yarn lock
jeanfbrito Aug 21, 2024
5ea10f9
electron 31
jeanfbrito Aug 21, 2024
9a65bc1
update puppeteer
jeanfbrito Aug 21, 2024
4e4223f
fix build assets
jeanfbrito Aug 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:
- master
- develop

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'build-artifacts')
strategy:
fail-fast: false
matrix:
Expand All @@ -21,17 +26,17 @@ jobs:
run: git config --global core.autocrlf false

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node 20.10.0
uses: actions/setup-node@v3
- name: Setup Node 20.14.0
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: '20.14.0'

- name: Setup node_modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
Loading
Loading