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

New design dashboard #552

Merged
merged 68 commits into from
Aug 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
b72f527
Initial steps for testing
Jul 26, 2023
5916796
Working on TitleBar
Jul 27, 2023
66cc1ff
Fix page list
Jul 28, 2023
c3fcba3
Remove commented out code
Jul 28, 2023
0ebc446
fix: menu popping with same index
konsalex Jul 28, 2023
e82b965
Small fixes to tabs
Jul 28, 2023
366bb7f
Move from Sidebar to Settings top right
Jul 28, 2023
2dd36dd
Move stuff from sidebar to title
Jul 31, 2023
6de7bc4
Update ContextMenu info
Jul 31, 2023
6752b34
Extract PageTitle to separate component
Jul 31, 2023
daf1bb7
Fix
Jul 31, 2023
b664db2
Fix deletion of Page - only works for last page
Jul 31, 2023
1d0b986
Remove unused component
Jul 31, 2023
6eb7b29
Add delete confirmation modal
Jul 31, 2023
5603af6
Fix tab deletion
Jul 31, 2023
855662c
Various improvements
Jul 31, 2023
208df6a
Remove Tab edition when not editable
Jul 31, 2023
ed6ec8a
Update placeholder
Jul 31, 2023
55f154e
Remove sidebar entirely
Aug 3, 2023
caf82a9
Partially working tab ordering
Aug 3, 2023
e89f390
Make tabs horizontal again
Aug 3, 2023
8256885
Fixed tab not being clicked with dnd
Aug 3, 2023
075ad87
Partial fix for Tab drag&drop
Aug 3, 2023
bcd0471
More fix for Tabs
Aug 3, 2023
eca0d38
Put debounce back on switch pages
Aug 3, 2023
4cdbd14
Remove some not-really-fixes to Tab DnD
Aug 3, 2023
b5a0aa2
Merge remote-tracking branch 'origin/develop' into task/new-design-da…
Aug 4, 2023
e49558d
Bug on drag with only one page and no drag on !editable
BennuFire Aug 4, 2023
4d403e0
Party
BennuFire Aug 4, 2023
5c22bad
Party Delete
BennuFire Aug 4, 2023
32ab9af
Layout recompute
BennuFire Aug 4, 2023
d348c03
Merge branch 'task/new-design-dashboard' of https://github.com/neo4j-…
Aug 4, 2023
e516c57
Editing Title V1
BennuFire Aug 4, 2023
b9f85cc
V1 using needle
BennuFire Aug 4, 2023
5a32d5e
Less style
BennuFire Aug 4, 2023
d0d12fe
Title editing handler
BennuFire Aug 7, 2023
a785c9d
accessibility and more
BennuFire Aug 7, 2023
45bc8ff
accessibility and more 2
BennuFire Aug 7, 2023
6169e0f
Selection on input drag
BennuFire Aug 7, 2023
c2d0040
Dark mode
BennuFire Aug 7, 2023
9dd0359
Dark mode 2
BennuFire Aug 7, 2023
982fb32
Dark mode 3
BennuFire Aug 7, 2023
f504726
To rev 1
BennuFire Aug 7, 2023
d33e159
To rev 2
BennuFire Aug 7, 2023
2a5d43e
Clean smells
BennuFire Aug 7, 2023
b2a52c9
Clean smells 2
BennuFire Aug 7, 2023
7cc3492
Refactor dark mode
BennuFire Aug 8, 2023
87ff6aa
Dark extra
BennuFire Aug 8, 2023
81c3b1b
Color mini fix
BennuFire Aug 8, 2023
3aecf03
title init
BennuFire Aug 8, 2023
b1c5c54
Edit Title
BennuFire Aug 8, 2023
a8efb1e
Clean on styles
BennuFire Aug 9, 2023
4286380
Sun
BennuFire Aug 9, 2023
6072a82
Smells last
BennuFire Aug 9, 2023
33a534b
Tests
BennuFire Aug 9, 2023
5d1db15
Tests cypress upgrade
BennuFire Aug 11, 2023
9289767
Merge branch 'develop' into task/new-design-dashboard
BennuFire Aug 11, 2023
2df578d
tests more
BennuFire Aug 11, 2023
28ba043
tests config
BennuFire Aug 11, 2023
dc8100c
tests config 2
BennuFire Aug 11, 2023
734dda1
tests config 3
BennuFire Aug 11, 2023
65d717c
tests config 4
BennuFire Aug 11, 2023
f3972d4
tests config no video
BennuFire Aug 11, 2023
e788133
Tests cloud
BennuFire Aug 11, 2023
374d7ee
Z ref
BennuFire Aug 11, 2023
d25e0e0
less deps
BennuFire Aug 11, 2023
0c2543c
test retries
BennuFire Aug 11, 2023
12d6dde
test revert
BennuFire Aug 11, 2023
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
Prev Previous commit
Next Next commit
test retries
  • Loading branch information
BennuFire committed Aug 11, 2023
commit 0c2543c3e0312dc12e39056315e4d442cb8bf0aa
4 changes: 4 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default defineConfig({
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
},
retries: {
runMode: 2,
openMode: 0,
},
},
env: {
codeCoverage: {
Expand Down