Giter VIP home page Giter VIP logo

bsodium.fr's Introduction

Hey there ๐Ÿ‘‹

๐Ÿ™‹ I'm a Software developer and former computer science student at ENSEEIHT, interested in Design, computer graphics and UI/UX research. I believe open-source development to be a key building block of a fairer world wide web.

๐Ÿ’ก Want to know more about me? Check out my eportfolio and may your wish be granted โœจ

bsodium.fr's People

Stargazers

 avatar  avatar

Watchers

 avatar

bsodium.fr's Issues

Navbar safe area should be infered through CSS variables

The Safe area for the elements below the navbar should be infered from it through CSS variables. This would allow for a more flexible spacing, and an automatic disablement when the Navbar is unmounted (the 404 page is an example of this scenario)

Search denounce unexpected side effects

When updating the selected platform or clearing the search string, the debounce effect will still trigger leading to unwanted delay.

screen-20240502-203250.mp4

Landing page light theme support

Here is a non exhaustive list of the elements of the page that look weird in light theme:

  • Header illustration should be theme-specific:
    CleanShot 2024-05-09 at 10 54 27@2x

  • Resume link looks too contrasted and generally odd:
    CleanShot 2024-05-09 at 10 55 06

  • Terminal colours are not contrasted enough:
    CleanShot 2024-05-09 at 11 07 08@2x

  • Icon glow looks very weird and should be softer:
    CleanShot 2024-05-09 at 10 56 01@2x

  • Project cards hover state is very poorly contrasted:
    CleanShot 2024-05-10 at 13 45 23

  • Generated service colours should be adaptive and regenerated in light theme:
    CleanShot 2024-05-09 at 10 56 51

  • Illustration glow should be softer
    CleanShot 2024-05-09 at 10 57 55@2x
    CleanShot 2024-05-09 at 10 58 15@2x

Theme transition causes severe performance drop

The lack of optimisation of the theme transition animation in the header is causing severe lag and greatly damages the user experience. See screen recording for reference:

CleanShot.2024-05-13.at.19.02.19.mp4

Credit link and message for unverified URLs

Unverified URLs (not bsodium.fr) should display a disclaimer linking to the original project, in order to avoid people reusing the code witout proper crediting. Until this is implemented, the project will remain private.

Google analytics warning

When the user chooses to block Google analytics tracking (soft data collection), a banner should be shown prompting the user to whitelist the website in their ad blocker

Translation support with i18next

Translation to English, French and Spanish would be a very nice-to-have feature, especially for a portfolio template.
i18next sounds like the go-to solution for that. The main work comes from having to translate everything, but also from the implementation and debugging work, which will be modifying very scattered and diverse parts of the app.

Form submission should send POST request silently

When submitting the footer contact form, the user is redirected to the following confirmation page. This should not happen and may lower user engagement.

CleanShot 2024-05-10 at 13 47 11@2x

The handling of the submission should be:

  • a circular progress loading state during submission
  • some kind of success message, directly in-app

FAB component implementation for theme selection

The transition from desktop to mobile mode currently isn't fully lossless interaction-wise. The theme switching button, available in both desktop and tablet mode disappears.

The easiest and cleanest solution is implementing an equivalent of Material Design's FAB:

Image

The following basic features are required:

  • Basic theming compatibility with the MUI Joy design system
  • Functional display of the current state, as well as circling between Light, Dark and System modes
  • Sizing options

Galaxy Z Fold folded state support

The current mobile mode breaks for ultra thin display sizes, such as on the folded Galaxy Z Fold.

  • Terminal overflow
    Image

  • Excessive X padding
    Image
    Image

  • Incoherent "projects & experiments" title sizing
    Image

Navigation tab swipe transition

When changing tabs, a swipe/slide transition would make the movement and the overall navigation both nicer to look at and more organic.

Light theme flash on landing

The landing page flashes in white theme upon load.This should never happen.

Two solutions seem possible:

  1. Implement a light theme for the landing page, solves the locally forced theme issue which has been a bother for a long while now
  2. Find another hacky solution which involves ignoring the saved cookies and overriding the saved theme on the landing

CleanShot 2024-05-02 at 15 19 06

Background image gradient is not soft enough

The background image of the landing page appears to have a steep gradient, leading to poor rendering on LCD monitors, especially wide ones. This needs to be solved either by editing the image in photoshop or by adding CSS filters to soften it

  1. Right end of the background (tiling might be a solution)
    CleanShot 2024-05-02 at 15 15 43
  2. Bottom end (only visible on non-OLED or non-MicroLED displays)
    CleanShot 2024-05-02 at 15 16 03@2x

Fully-fledged CV printing system

The current solution to print the resume from the /resume route is to hit Ctrl + P, adjust the settings to your liking (zoom, background graphics, sheet size, etc..., and print to PDF.

This is painful, and has now become even more obsolete since the introduction of the navigation bar as well as the copyright disclaimer.

A fresh, clean and efficient solution must be implemented, ideally involving a download button which takes care of everything for us.

Mobile compatibility hover states

Mobile devices do not have a hover state (or at least not an easily usable one, since the cursor position can only be modified by touching the screen, which sometimes leads to clicking the element).

Therefore, the following elements need to somehow handle this:

  • Project cards in projects directory
  • Navigation bar items
  • Ideally, contact buttons in the link carousel, under "Get in touch"

Coherent landing page footer

The current footer is very simple, and a bit outdated when compared to the current design. Here is an improvement idea:

The bottom of the page is covered in mountains, which a radial gradient as image mask to avoid having sharp boundaries.
Image

Frustrating data loading in projects finder

The loading of the projects takes a long time for no apparent reason, and the front-end doesn't display a loader, which makes the experience even more frustrating to the user.

CleanShot.2024-05-02.at.15.23.45.mp4

Link projects page to landing

Currently, the projects page is not indexed on the landing page. There should be an "explore other projects" button in the featured section fo the landing page.

Email and phone number privacy measures

Both the email and the phone number should be hidden behind some kind of captcha, or simply not shown at all. It is a dangerous choice to make this kind of sensitive data available to the world wide web.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.