Skip to content

Commit

Permalink
Merge pull request #3 from jarydo/personal-view
Browse files Browse the repository at this point in the history
Got rid of unused variable, update README
  • Loading branch information
jarydo authored Oct 19, 2024
2 parents 1d4e154 + 054561a commit f1ee085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Built with:
- Vite
- Tailwind CSS
- shadcn
- Figma
- Airplane Pretzels
- Love
2 changes: 1 addition & 1 deletion src/components/personal/Window.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Window: React.FC<WindowProps> = ({
maxHeight={600}
style={{ zIndex }}
onMouseDown={onFocus}
onResize={(e, direction, ref) => {
onResize={(_, __, ref) => {
setSize({ width: ref.offsetWidth, height: ref.offsetHeight });
}}
dragHandleClassName="window-header"
Expand Down
2 changes: 1 addition & 1 deletion src/content/files/favourite_films.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ I watch movies. [Often](https://letterboxd.com/jarydo/).

My (current) faves:

- Don Hertzfeldt's [It's Such a Beautiful Day](https://vimeo.com/ondemand/itssuchabeautifulday) changed the directory of my life. I have never had a piece of art affect me so profoundly before, and I am not sure I will again. Animation is so powerful. Managed to convince my local cinema to play it during the rerelease, eternally grateful to have seen it in theatres.
- Don Hertzfeldt's [It's Such a Beautiful Day](https://vimeo.com/ondemand/itssuchabeautifulday) changed the directory of my life. I have never had a piece of art affect me so profoundly before, and I am not sure I will again. Animation is so powerful. Managed to convince my local cinema to play it during the re-release, eternally grateful to have seen it in theatres.

- Terry Gilliam's [Brazil](https://www.youtube.com/watch?v=A_7ATU9dslE&ab_channel=HDRetroTrailers) is a masterwork of set design and creativity, it operates on its own plane of existence and is so unabashedly itself.

Expand Down

0 comments on commit f1ee085

Please sign in to comment.