Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
tildes
tildes
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 7
    • Merge Requests 7
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Tildes
  • tildestildes
  • Merge Requests
  • !91

Open
Opened Jan 31, 2020 by Bauke@Bauke🐦Reporter
  • Report abuse
Report abuse

Custom font size

  • Overview 5
  • Commits 3
  • Changes 11

Fixes #566.

This adds a user setting to change the font size of Tildes. As well as a fix for the Search button, which turned out to be a Firefox-specific issue (as far as I could tell, it works fine on Chromium and Safari). I had some questions/uncertainties about specific things so I've made comments in the diff about them.

For the options I decided to go with presets as I mentioned Discord does in #566, having all 16 through 32 in the list was a bit overwhelming.

image

image


At one point I thought it might be useful to add the same cookie-based functionality from the theme one, so you have an account default and maybe a different one on your device. However, because we directly assign the cookie in the theme setting we'd have to change it so we can properly parse cookies and only change a specific one. Which I thought was a little out of scope for me for now.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: tildes/tildes!91
Source branch: custom-font-size