Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c2889fe
add: Tamar Zwiebel joke
Tamar-Zwi May 26, 2026
a530782
feat: upgrade Tamar Zwiebel joke page with cool animated card and cen…
Tamar-Zwi May 26, 2026
f11ccb2
add hadas joke
May 26, 2026
dd060d7
add: tamar-damti joke
td0556730767-sketch May 26, 2026
1269fd1
fix code errors
May 26, 2026
4307fcc
Merge pull request #45 from diversi-tech/sola_sola2_hadas
hadas32 May 26, 2026
a22a5fb
Merge pull request #53 from diversi-tech/sola_sola2_tamarD
td0556730767-sketch May 26, 2026
485cd07
commit 1
Tamar-Zwi May 26, 2026
50259fb
commit 2
Tamar-Zwi May 26, 2026
51da445
commit 3
Tamar-Zwi May 26, 2026
cd4260a
commit 4
Tamar-Zwi May 26, 2026
863a415
commit 5
Tamar-Zwi May 26, 2026
215c752
commit 6
Tamar-Zwi May 26, 2026
3caba45
fix: restore Gili-Lev student folder
gili121 May 26, 2026
ff30267
tryy
Tamar-Zwi May 26, 2026
8d348e9
finish marge
Tamar-Zwi May 26, 2026
049c35a
push now1
Tamar-Zwi May 27, 2026
f09f048
my name in index.ts
td0556730767-sketch May 27, 2026
260aa4d
last fix
Tamar-Zwi May 27, 2026
28040f8
last fix2
Tamar-Zwi May 27, 2026
74b6714
git stMerge branch 'sola_sola2-Tamar' into sola_sola2
Tamar-Zwi May 27, 2026
da15103
Merge pull request #46 from diversi-tech/sola_sola2-Tamar
Tamar-Zwi May 27, 2026
4c20d82
Merge branch 'sola_sola2-Tamar' into sola_sola2
Tamar-Zwi May 27, 2026
17d0922
change my name
td0556730767-sketch May 27, 2026
b1d4f1e
sort index alphabetically
May 27, 2026
7b88564
resolve conflict with tamar
May 27, 2026
1d262d7
add more updates to my joke
May 27, 2026
b8c223b
vv
Tamar-Zwi May 27, 2026
8521239
fix erors
Tamar-Zwi May 28, 2026
cbaa3d9
Merge branch 'sola_sola2' into sola_sola2-Tamar
Tamar-Zwi May 28, 2026
530625f
try again
Tamar-Zwi May 28, 2026
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
913 changes: 593 additions & 320 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "gen-branches && vite",
"dev": "npm run gen-branches && vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
Expand Down
2 changes: 2 additions & 0 deletions scripts/gen-branches.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function exec(cmd) {
}
}



// ── Git helpers ──────────────────────────────────────────────

function getAllBranches() {
Expand Down
Loading