log
-
8b6f44de
docs: move project guidance to memory project, human-focus README
-
be68d6e5
Bump license year to 2026
-
cf00a51a
Add EXPOSE 8000 for consistency with the Rust projects
-
8a84ef2f
Drop host port, hardcode --port 8000 in next:start, reached by Caddy on bythewood-edge
-
369701fc
Consolidate `make clean` into a single rm
-
531e642e
Clarify app is no longer installable as a PWA
-
ab6efbb4
Refresh docs, prune dead config, and tidy small code issues
-
3c3d7f30
Add pause, manual entry, import, tag autocomplete, and inline keybind hints
-
903d9f86
Refresh theme, drop PWA, and harden response headers
-
5c364393
Add Makefile for dev server, build, and deploy commands
-
e4c4f451
Switch to Alpine-based Bun image and use built-in bun user
-
004eae33
Migrate from yarn/node to bun as the runtime and package manager
-
a599dfea
Bind docker port to localhost only
-
ad4d707a
Update dependencies to latest and configure dev indicator position
-
7014fcab
Add environment variable to disable Next.js telemetry
-
bdb40dbf
Update start script port in package.json from 3000 to 8000
-
752d98fa
Update copyright year in LICENSE.md to 2025
-
e200ee83
Refactor ignore files and remove unused .nowignore; update docker-compose.yml and add service versioning
-
a5c4ffc5
Update Dockerfile to use Alpine 3.22 and enforce frozen lockfile during yarn install
-
c7851aae
Refactor Sidebar component to remove legacy behavior and simplify Link usage
-
fb164af9
Implement code changes to enhance functionality and improve performance
-
1b224be0
Refactor component styles and restructure CSS imports
-
6e2a8370
Remove next-pwa
-
b55dcd48
Remove migration checklist for styled-components to CSS Modules
-
af07f1cb
Migrate from styled-components to CSS Modules
-
ac04febc
Remove old TODO comment
-
2de46c56
Fix SSR compatibility by adding browser check for localForage
-
21f7845a
Add toast notifications with internationalization support
-
0d3479b4
Remove translation TODO comments and fix Japanese/Polish typos
-
d4c22799
Update dependencies across project
-
6021c1f3
Bump loader-utils from 2.0.2 to 2.0.4 (#67)
-
e366f33e
Bump json5 from 2.2.1 to 2.2.3 (#68)
-
e093854a
Bump webpack from 5.73.0 to 5.76.0 (#69)
-
2a0c64ce
Bump terser from 5.14.1 to 5.16.8 (#70)
-
d888d88e
Fix warning with missing peer dep and edit entry error
-
0d718ae8
Add video from DB Tech
-
11217c2a
Change urls throughout
-
92fa9650
Fix bundle analyzer config
-
af831dc6
Reverse analyzer logic
-
8113fe76
Add next bundle analyzer
-
b82d766a
Fix accessibility issue on about
-
a99d3581
Fix accessibility issues
-
b4aac693
Add suppressHydrationWarning to timer
-
cf814cb5
Minor adjustments to summary l10n
-
d3ff9d19
Add localization for summary page
-
a0a864f9
Add next-pwa
-
f188e2df
Upgrade node deps
-
25d5f72f
Change github logo to use SVG
-
764222ca
Upgrade node deps
-
faf62aed
Add post-receive sample
-
98ce01e2
Continue docker improvements
-
2274a8fe
Fix formatting
-
31eb1bda
Update dockerfiles
-
a5662483
Add color to chart
-
d74347ed
Upgrade browserstack
-
153be917
Adjust formatting, swap port to 3000
-
7ae08658
Change dates on sitemap and remove unused elements
-
28b15308
Change vercel name and set docker to unless-stopped
-
efbb08c8
Change now file to vercel
-
d7e648c2
Change readme spacing
-
00297675
Update license year
-
a1dde092
Remove yarn error log
-
bcbad749
Make logo title slightly smaller
-
5fe617da
Add empty option to summary page, design adjustments
-
e14175a0
Improve design on summary page, add total hours
-
f6b58d99
Re-enable global transitions
-
7f0349b6
Add new summary page
-
08f70ac8
Make background darker on index
-
d18342f9
Update builds to use vercel/next
-
864e9c24
Update react-localization
-
4df30b50
Add strings for jp localization on about
-
5c2495cc
Add isSelected propTypes and adjusting spacing in styles
-
a573ebfc
Adjust line-height of sidebar title
-
e18820a7
Add icons to sidebar, shrink sidebar width
-
bc6595aa
Upgrade minor node deps
-
0afabdd1
Upgrade react-csv to fix warning
-
636964fd
Swap hotkeys to global hotkeys, adjusting prettier problems
-
6aaf2e23
Fix prettier problems in timer
-
d3407f90
Fix timer focus on initial load
-
b5819bcf
Updating node deps
-
dceb4e2a
Upgrade node deps
-
ee131dbb
Invert colors of selected
-
ec515b2f
Clean up commented out code
-
52f61af2
Clean up entry import
-
8576ac38
Clean up imports
-
9bbb3ca3
Update readme logo
-
c3535bfe
Upgrade all yarn packages
-
fe310958
Remove ziet next css, outdated
-
5164e32f
Merge pull request #40 from domind/more-keys
-
191442e7
Bump next from 9.2.2 to 9.3.2
-
0a78b3a0
Merge branch 'master' into more-keys
-
191dbcc3
Bump acorn from 6.4.0 to 6.4.1
-
ae720577
comment logLevel for HotKeys
-
04f15f7e
Improve keyboard shortcuts design
-
0c5356ac
fix bug with lost focus for hotKeys
-
6f27a016
Improvements to the about page design
-
970bb223
Merge branch 'more-keys' of https://github.com/domind/timelite into more-keys
-
f293659c
Upgrade node packages
-
26849505
fix for bug when submitting with "enter" key
-
8d1803b0
further changes to deal with focus issues