Commit Graph

297 Commits

Author SHA1 Message Date
Bruce Liu 1dfd4507d9 fix group context menu and blurred nav 2026-04-13 14:38:53 -07:00
Bruce Liu e7a08b3f0c migrate .btn elements to custom components with griffel 2026-04-13 14:38:53 -07:00
Bruce Liu e4ae0fba10 add griffel + fluent-ui v9 and enable tree shaking 2026-04-12 20:59:10 -07:00
Bruce Liu 07bc48fc9d version 1.2.0 v1.2.0 2026-04-05 19:28:28 -07:00
Bruce Liu 0fbd68a261 refactor about tab to use functional component 2026-04-04 21:55:42 -07:00
Bruce Liu c8c9ccfaf0 update electron and package dependencies 2026-03-29 20:35:50 -07:00
Bruce Liu a89b0fcf0d refactor: convert Feed to functional component 2026-03-28 17:25:04 -07:00
Bruce Liu 12d777d6cd refactor: convert Settings to functional component with hooks
- Convert Settings class component to functional component using useAppSelector/useAppDispatch
- Inline Redux connect() logic from settings-container.tsx
- Convert componentDidUpdate lifecycle to useEffect with display dependency
- Use useRef for exitting to avoid stale closure in keydown handler
- Replace <a> tag with <button> tag for back button
- Add aria-label and disabled attribute for accessibility
- Fix nested if-in-else structure
- Delete settings-container.tsx
2026-03-28 11:25:19 -07:00
Bruce Liu 74f7cd6847 refactor: convert Page to functional component with hooks
- Convert Page class component to functional component using useAppSelector/useAppDispatch
- Inline Redux connect() logic from page-container.tsx
- Replace <a> tags with <button> tags for .btn elements
- Add alt attributes to logo images, aria-labels to nav buttons
- Fix negated ternary condition and leaked value warnings
- Delete page-container.tsx
2026-03-28 11:10:18 -07:00
Bruce Liu c2a1279702 refactor: convert Menu to functional component with hooks
- Convert Menu class component to functional component using useAppSelector/useAppDispatch
- Inline Redux connect() logic from menu-container.tsx
- Replace <a> tags with <button> tags for .btn elements
- Add button reset styles to global.css for .btn class
- Add ARIA labels and roles for accessibility
- Delete menu-container.tsx
2026-03-28 10:59:28 -07:00
Bruce Liu 282dcad820 add copilot instructions file 2026-03-17 21:09:04 -07:00
Bruce Liu feb6429468 refactor nav as function component 2025-12-27 15:48:37 -08:00
Bruce Liu 759d60b402 refactor log menu as function component 2025-03-02 22:00:04 -08:00
Bruce Liu 5ecf189ed6 refactor context menu as function component 2025-03-02 21:41:11 -08:00
Bruce Liu ba9edbd65b update electron and gitignore 2025-03-02 20:37:09 -08:00
Bruce Liu 9fd12a9fb2 update webpack v1.1.4 2023-10-15 22:18:55 -07:00
Haoyuan Liu b6c805246a Merge pull request #602 from yang991178/1.1.4
Version 1.1.4
2023-10-15 21:48:53 -07:00
Bruce Liu 7fcd9e5810 allow copying error message for imports 2023-10-15 21:39:04 -07:00
Haoyuan Liu ad30f6b1e3 Merge pull request #593 from geogiraux/patch-1
Update fr-FR.json
2023-10-15 21:08:49 -07:00
Bruce Liu c6f2966705 bump package version 2023-10-14 11:37:40 -07:00
geogiraux 8544d4acf4 Update fr-FR.json
Confusion between action in order to read the article and action for marking it as read
2023-08-31 09:53:08 +02:00
Haoyuan Liu e6d18835e6 update metadata for stores 2022-10-16 14:44:27 -07:00
Haoyuan Liu 7e9cff26ab Merge pull request #477 from yang991178/1.1.3
Version 1.1.3
v1.1.3
2022-10-16 14:03:39 -07:00
Bruce Liu 9318b1c3ce update services, fix json and ui drag 2022-10-15 15:32:07 -07:00
vikdevelop c6439c5f6d Czech translations (#448)
* Add Czech translations

* Update _locales.ts

* Update README.md

* Update app.tsx
2022-10-15 15:21:23 -07:00
Haoyuan Liu b30b7ce9d5 Merge pull request #435 from dybdeskarphet/patch-2
Improve translation
2022-10-15 12:36:49 -07:00
Bruce Liu 960189baa9 Merge branch 'yawks-nextcloud' into 1.1.3 2022-10-15 12:35:54 -07:00
Bruce Liu 7c31c65fe9 update dependencies and miniflux support 2022-10-15 12:28:06 -07:00
Mat 292fcc3e38 change default value 2022-10-06 13:42:09 +02:00
Mat c1d2f4be13 add nextcloud service 2022-10-04 13:05:21 +02:00
Haoyuan Liu 49b9a213e3 Merge pull request #440 from yang991178/dependabot/npm_and_yarn/terser-4.8.1
Bump terser from 4.7.0 to 4.8.1
2022-09-11 12:46:25 -07:00
Haoyuan Liu e4b42fe4fd Merge pull request #463 from blu3mangroup/minifluxBranch
added miniflux API service, accompanying settings component
2022-09-11 12:43:00 -07:00
lyle 5786561dc3 added miniflux API service, accompanying settings component 2022-09-06 02:45:27 +01:00
dependabot[bot] dbb5758418 Bump terser from 4.7.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 05:05:27 +00:00
Ahmet Arda Kavakcı d4905e3621 Improve translation
Change "follow system" translation from "Use system language" to "Use system settings". ("follow system" doesn't have an exact translation in Turkish)
2022-07-01 15:02:49 +00:00
Haoyuan Liu b827f268ac Merge pull request #431 from yang991178/1.1.2
Version 1.1.2
v1.1.2
2022-06-19 16:23:04 -07:00
Bruce Liu 3b4957779d fix top shade position 2022-06-19 16:19:22 -07:00
Haoyuan Liu 4f5af96138 Merge pull request #427 from justjulez420/patch-1
fixed some typos
2022-06-19 16:04:37 -07:00
Bruce Liu 0b8add164c hide source from all articles 2022-06-19 15:54:30 -07:00
Bruce Liu 59cc7293c7 fix search with rtl 2022-06-18 11:20:40 -07:00
Julez Chilluminati 65b755d58b fixed some typos
fixed some typos in the german translation
2022-06-13 00:59:32 -07:00
Haoyuan Liu d5ab8bf53f Merge pull request #425 from yang991178/1.1.1
Version 1.1.1
v1.1.1
2022-06-09 15:15:41 -07:00
Bruce Liu efb704c597 fix article switch after loading full content 2022-06-09 14:14:33 -07:00
0x1336 2bba8621ac pt-PT Translation (#361)
* Added pt-PT

Added pt-PT (Portuguese from Portugal )

* Create pt-PT.json

Added pt-PT (Portuguese from Portugal) translation. Done it with pt-BR and en-US as basis.

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Haoyuan Liu <hy.liu@berkeley.edu>
2022-06-08 11:57:10 -07:00
Bruce Liu 699246a2c2 fix dark theme fonts, update metadata 2022-06-08 11:37:20 -07:00
Haoyuan Liu 438c2e282b Merge pull request #355 from yusakuw/master
fix UI font for CJK
2022-06-08 11:25:51 -07:00
nxblnd 1765ca67b2 Russian translation (#400)
* Added ru.json based on en-US.json

* Enabled ru translation

* Modified i18n readme
2022-06-08 11:20:53 -07:00
Bruce Liu 6fac29b4db remove vertical rtl for cards 2022-06-08 11:18:26 -07:00
Bruce Liu 34971eac80 Merge branch 'hangman1998-master' into 1.1.1 2022-06-08 11:12:48 -07:00
Bruce Liu 81657970c6 update dependencies 2022-06-07 16:21:23 -07:00