[PR #99] [MERGED] Toast #563

Closed
opened 2026-03-03 00:22:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/99
Author: @ButteryCrumpet
Created: 11/26/2019
Status: Merged
Merged: 12/13/2019
Merged by: @Rokt33r

Base: masterHead: toast


📝 Commits (10+)

📊 Changes

12 files changed (+387 additions, -151 deletions)

View changed files

📝 package-lock.json (+154 -133)
📝 src/components/App.tsx (+2 -0)
📝 src/components/PreferencesModal/styled.tsx (+4 -0)
📝 src/components/Storage/StorageCreate.tsx (+16 -9)
📝 src/components/Storage/StorageEdit.tsx (+15 -8)
src/components/Toast/ToastItem.tsx (+48 -0)
src/components/Toast/ToastList.tsx (+27 -0)
src/components/Toast/index.ts (+1 -0)
src/components/Toast/styled.tsx (+44 -0)
📝 src/index.tsx (+3 -1)
src/lib/toast/index.ts (+42 -0)
src/lib/utils/time.ts (+31 -0)

📄 Description

Toast Message

  • useToast hook with pushMessage
  • ToastList displays in bottom left corner
  • ToastItem refreshes the relative time string (' x seconds ago') every 10s

note-app-toast


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/99 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 12/13/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `toast` --- ### 📝 Commits (10+) - [`fb5f2d5`](https://github.com/BoostIO/BoostNote-App/commit/fb5f2d537c4b190aa70a3c90dc4b2cbd387a1d96) toast context hook - [`b67c2af`](https://github.com/BoostIO/BoostNote-App/commit/b67c2af0987b990a002ec7fbd087b145186a690d) Toast Component - [`2543863`](https://github.com/BoostIO/BoostNote-App/commit/25438634465a787191a3a8b358ac63f0bc07819d) added context provider, show toast message on sync fail - [`0face0c`](https://github.com/BoostIO/BoostNote-App/commit/0face0c2397c5ec3b620f440616767cf4949ca9b) Add style - [`4d9ecb3`](https://github.com/BoostIO/BoostNote-App/commit/4d9ecb3f68f2c015532079e2447f0d2a70eb2dc2) Set Up - [`bf3a89c`](https://github.com/BoostIO/BoostNote-App/commit/bf3a89c0e2efe299451b563277a401bd4ffd5921) Added Top Margin - [`50874dd`](https://github.com/BoostIO/BoostNote-App/commit/50874dd6511fdd0db21401671efbf5bbb9e3063a) Created styled.tsx in Toast - [`c617f07`](https://github.com/BoostIO/BoostNote-App/commit/c617f0741317cb22e7018637081e7f5233b959e7) Added Logo - [`126387c`](https://github.com/BoostIO/BoostNote-App/commit/126387c4839713d0b1b8065f9676d6e048aa08fe) Added Style Functions for About Page - [`cab875d`](https://github.com/BoostIO/BoostNote-App/commit/cab875d01738630403012857a55e29692026c3e1) Added Const for About Page ### 📊 Changes **12 files changed** (+387 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+154 -133) 📝 `src/components/App.tsx` (+2 -0) 📝 `src/components/PreferencesModal/styled.tsx` (+4 -0) 📝 `src/components/Storage/StorageCreate.tsx` (+16 -9) 📝 `src/components/Storage/StorageEdit.tsx` (+15 -8) ➕ `src/components/Toast/ToastItem.tsx` (+48 -0) ➕ `src/components/Toast/ToastList.tsx` (+27 -0) ➕ `src/components/Toast/index.ts` (+1 -0) ➕ `src/components/Toast/styled.tsx` (+44 -0) 📝 `src/index.tsx` (+3 -1) ➕ `src/lib/toast/index.ts` (+42 -0) ➕ `src/lib/utils/time.ts` (+31 -0) </details> ### 📄 Description Toast Message - `useToast` hook with `pushMessage` - `ToastList` displays in bottom left corner - `ToastItem` refreshes the relative time string (' x seconds ago') every 10s ![note-app-toast](https://user-images.githubusercontent.com/19530989/69610093-74307080-106e-11ea-862a-13279bc9fe05.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#563
No description provided.